mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-22 04:03:58 +08:00
net/mlx4_core: Fix device capabilities dumping
We are dumping device capabilities which are supported both by the firmware and the driver. Align the array that holds the capability strings with this practice. Reported-by: Yuval Shaia <yuval.shaia@oracle.com> Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com> Signed-off-by: Amir Vadai <amirv@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
19ab574f62
commit
cb2147a925
@ -84,13 +84,10 @@ static void dump_dev_cap_flags(struct mlx4_dev *dev, u64 flags)
|
||||
[ 1] = "UC transport",
|
||||
[ 2] = "UD transport",
|
||||
[ 3] = "XRC transport",
|
||||
[ 4] = "reliable multicast",
|
||||
[ 5] = "FCoIB support",
|
||||
[ 6] = "SRQ support",
|
||||
[ 7] = "IPoIB checksum offload",
|
||||
[ 8] = "P_Key violation counter",
|
||||
[ 9] = "Q_Key violation counter",
|
||||
[10] = "VMM",
|
||||
[12] = "Dual Port Different Protocol (DPDP) support",
|
||||
[15] = "Big LSO headers",
|
||||
[16] = "MW support",
|
||||
@ -99,12 +96,11 @@ static void dump_dev_cap_flags(struct mlx4_dev *dev, u64 flags)
|
||||
[19] = "Raw multicast support",
|
||||
[20] = "Address vector port checking support",
|
||||
[21] = "UD multicast support",
|
||||
[24] = "Demand paging support",
|
||||
[25] = "Router support",
|
||||
[30] = "IBoE support",
|
||||
[32] = "Unicast loopback support",
|
||||
[34] = "FCS header control",
|
||||
[38] = "Wake On LAN support",
|
||||
[37] = "Wake On LAN (port1) support",
|
||||
[38] = "Wake On LAN (port2) support",
|
||||
[40] = "UDP RSS support",
|
||||
[41] = "Unicast VEP steering support",
|
||||
[42] = "Multicast VEP steering support",
|
||||
|
Loading…
Reference in New Issue
Block a user