]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
IBAL: set modify_ca interface call
authorshefty <shefty@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Mon, 9 Nov 2009 20:05:32 +0000 (20:05 +0000)
committershefty <shefty@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Mon, 9 Nov 2009 20:05:32 +0000 (20:05 +0000)
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@intel.com>
git-svn-id: svn://openib.tc.cornell.edu/gen1@2547 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

trunk/core/bus/kernel/bus_pnp.c

index 2a5276dc7c6f7538b5fd0ac2e7b93a7cd7a0bc3c..7634e93ad7f0f81f89b361b80a600588b3447b3a 100644 (file)
@@ -952,6 +952,7 @@ __set_ifc(
        p_ifc->sync_destroy = ib_sync_destroy;\r
        p_ifc->open_ca = ib_open_ca;\r
        p_ifc->query_ca = ib_query_ca;\r
+       p_ifc->modify_ca = ib_modify_ca;\r
        p_ifc->get_dev = get_ca_dev;\r
        p_ifc->close_ca = ib_close_ca;\r
        p_ifc->alloc_pd = ib_alloc_pd;\r