net/mlx4_core: Added proper description for two device capabilities
Added readable description for the DPDP and port sensing device capabilities. Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
5d5f18460f
commit
4d531aa8ab
1 changed files with 2 additions and 1 deletions
|
@ -91,7 +91,7 @@ static void dump_dev_cap_flags(struct mlx4_dev *dev, u64 flags)
|
|||
[ 8] = "P_Key violation counter",
|
||||
[ 9] = "Q_Key violation counter",
|
||||
[10] = "VMM",
|
||||
[12] = "DPDP",
|
||||
[12] = "Dual Port Different Protocol (DPDP) support",
|
||||
[15] = "Big LSO headers",
|
||||
[16] = "MW support",
|
||||
[17] = "APM support",
|
||||
|
@ -109,6 +109,7 @@ static void dump_dev_cap_flags(struct mlx4_dev *dev, u64 flags)
|
|||
[41] = "Unicast VEP steering support",
|
||||
[42] = "Multicast VEP steering support",
|
||||
[48] = "Counters support",
|
||||
[55] = "Port link type sensing support",
|
||||
[59] = "Port management change event support",
|
||||
[61] = "64 byte EQE support",
|
||||
[62] = "64 byte CQE support",
|
||||
|
|
Loading…
Add table
Reference in a new issue