From: tzachid Date: Mon, 8 Sep 2008 06:55:15 +0000 (+0000) Subject: [IPOIB] fix IPoIB connectivity when IB switch is configured with lmc > 0. X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=56dd1411681b6686cb54a34d5877bd2c5a4e20cb;p=~shefty%2Frdma-win.git [IPOIB] fix IPoIB connectivity when IB switch is configured with lmc > 0. signed off by: slavas@voltaire.com git-svn-id: svn://openib.tc.cornell.edu/gen1@1560 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86 --- diff --git a/branches/WOF2-0/trunk/ulp/ipoib/kernel/ipoib_port.c b/branches/WOF2-0/trunk/ulp/ipoib/kernel/ipoib_port.c index 2799cb6b..51502fa2 100644 --- a/branches/WOF2-0/trunk/ulp/ipoib/kernel/ipoib_port.c +++ b/branches/WOF2-0/trunk/ulp/ipoib/kernel/ipoib_port.c @@ -5008,7 +5008,7 @@ ipoib_port_up( KeResetEvent( &p_port->sa_event ); cl_obj_unlock( &p_port->obj ); - info.method = IB_MAD_METHOD_GET; + info.method = IB_MAD_METHOD_GETTABLE; info.attr_id = IB_MAD_ATTR_PORTINFO_RECORD; info.attr_size = sizeof(ib_portinfo_record_t); info.comp_mask = IB_PIR_COMPMASK_BASELID;