[ofw] [PATCH] IBAL: set modify_ca interface call

Leonid Keller leonid at mellanox.co.il
Sun Nov 8 02:00:13 PST 2009


Go ahead 

> -----Original Message-----
> From: ofw-bounces at lists.openfabrics.org 
> [mailto:ofw-bounces at lists.openfabrics.org] On Behalf Of Sean Hefty
> Sent: Saturday, November 07, 2009 1:14 AM
> To: ofw at lists.openfabrics.org; 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 <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;
> 
> 



More information about the ofw mailing list