|
@@ -129,13 +129,14 @@ static void dump_dev_cap_flags2(struct mlx4_dev *dev, u64 flags)
|
|
|
[0] = "RSS support",
|
|
|
[1] = "RSS Toeplitz Hash Function support",
|
|
|
[2] = "RSS XOR Hash Function support",
|
|
|
- [3] = "Device manage flow steering support",
|
|
|
+ [3] = "Device managed flow steering support",
|
|
|
[4] = "Automatic MAC reassignment support",
|
|
|
[5] = "Time stamping support",
|
|
|
[6] = "VST (control vlan insertion/stripping) support",
|
|
|
[7] = "FSM (MAC anti-spoofing) support",
|
|
|
[8] = "Dynamic QP updates support",
|
|
|
- [9] = "TCP/IP offloads/flow-steering for VXLAN support"
|
|
|
+ [9] = "Device managed flow steering IPoIB support",
|
|
|
+ [10] = "TCP/IP offloads/flow-steering for VXLAN support"
|
|
|
};
|
|
|
int i;
|
|
|
|