[openib-general] RDMA CM callback status
Sean Hefty
sean.hefty at intel.com
Thu Sep 28 09:02:14 PDT 2006
>Can you post a patch pls?
This was the patch committed to svn. I'm creating a patch set for review for
2.6.19/2.6.20 to merge the svn code upstream. I will post those patches against
the 2.6.19 code tree when they are ready.
Signed-off-by: Sean Hefty <sean.hefty at intel.com>
Index: core/cma.c
===================================================================
--- core/cma.c (revision 9652)
+++ core/cma.c (revision 9653)
@@ -1245,6 +1245,7 @@
work->old_state = CMA_ROUTE_QUERY;
work->new_state = CMA_ADDR_RESOLVED;
work->event.event = RDMA_CM_EVENT_ROUTE_ERROR;
+ work->event.status = status;
}
queue_work(cma_wq, &work->work);
More information about the general
mailing list