Go ahead
> -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of Sean Hefty > Sent: Saturday, November 07, 2009 1:14 AM > To: [email protected]; Smith, Stan > Subject: [ofw] [PATCH] IBAL: set modify_ca interface call > > 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 <[email protected]> > --- > 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; > > _______________________________________________ ofw mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ofw
