Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7e93e2cb authored by Dasaratharaman Chandramouli's avatar Dasaratharaman Chandramouli Committed by Doug Ledford
Browse files

IB/IPoIB: Increase local_lid to 32 bits



IPoIB contains local_lid field which is 16 bits in
length, increase it to 32 bits.

Signed-off-by: default avatarDasaratharaman Chandramouli <dasaratharaman.chandramouli@intel.com>
Reviewed-by: default avatarIra Weiny <ira.weiny@intel.com>
Signed-off-by: default avatarDon Hiatt <don.hiatt@intel.com>
Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
parent 4c473690
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -366,7 +366,7 @@ struct ipoib_dev_priv {
	u32		  qkey;

	union ib_gid local_gid;
	u16	     local_lid;
	u32	     local_lid;

	unsigned int admin_mtu;
	unsigned int mcast_mtu;