mirror of
https://github.com/torvalds/linux.git
synced 2024-12-28 05:41:55 +00:00
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: Dasaratharaman Chandramouli <dasaratharaman.chandramouli@intel.com> Reviewed-by: Ira Weiny <ira.weiny@intel.com> Signed-off-by: Don Hiatt <don.hiatt@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
This commit is contained in:
parent
4c4736905e
commit
7e93e2cb83
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user