[ofw] [PATCH] IBAL: set modify_ca interface call
Sean Hefty
sean.hefty at intel.com
Fri Nov 6 15:14:10 PST 2009
modify_ca was exported through the IB interface to support opensm
over winmad, but the interface call was never set by IBAL.
With this patch, I was able to run opensm over the OFED MAD
interfaces.
Signed-off-by: Sean Hefty <sean.hefty at intel.com>
---
Index: core/bus/kernel/bus_pnp.c
===================================================================
--- core/bus/kernel/bus_pnp.c (revision 2540)
+++ core/bus/kernel/bus_pnp.c (working copy)
@@ -952,6 +952,7 @@
p_ifc->sync_destroy = ib_sync_destroy;
p_ifc->open_ca = ib_open_ca;
p_ifc->query_ca = ib_query_ca;
+ p_ifc->modify_ca = ib_modify_ca;
p_ifc->get_dev = get_ca_dev;
p_ifc->close_ca = ib_close_ca;
p_ifc->alloc_pd = ib_alloc_pd;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ib_mod_ca.diff
Type: application/octet-stream
Size: 449 bytes
Desc: not available
URL: <http://lists.openfabrics.org/pipermail/ofw/attachments/20091106/9d7dec7c/attachment.obj>
More information about the ofw
mailing list