]> git.droids-corp.org - dpdk.git/commitdiff
doc: update features supported by mlx
authorThomas Monjalon <thomas@monjalon.net>
Tue, 30 Jul 2019 15:06:21 +0000 (17:06 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 30 Jul 2019 22:22:33 +0000 (00:22 +0200)
Flow control was not documented as a supported feature
since the first fill of features matrix for mlx drivers.

Flow API and CRC offload flag support in mlx4 were missing in the
feature matrix when they were implemented (see below commits).

Fixes: 46d5736a7049 ("net/mlx4: support basic flow items and actions")
Fixes: ce07b1514d59 ("net/mlx4: fix CRC stripping capability report")
Fixes: e86b85ca757b ("doc: fill nics features matrix for mlx")
Cc: stable@dpdk.org
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Matan Azrad <matan@mellanox.com>
doc/guides/nics/features/mlx4.ini
doc/guides/nics/features/mlx5.ini
doc/guides/nics/mlx5.rst

index 4502aa2a874e8f99e7a5486885ca10170cdbc281..9b70089dfcfc12ddd73f8be6483cee3f23c9ed4a 100644 (file)
@@ -21,6 +21,9 @@ Multicast MAC filter = Y
 RSS hash             = Y
 SR-IOV               = Y
 VLAN filter          = Y
+Flow control         = Y
+Flow API             = Y
+CRC offload          = Y
 L3 checksum offload  = Y
 L4 checksum offload  = Y
 Inner L3 checksum    = Y
index c0ebdbd5d1cd26f7a68a0210b730f666af48fa3c..75469fc4b6f6cfd9864799468bef1d259138ebe1 100644 (file)
@@ -26,6 +26,7 @@ Inner RSS            = Y
 SR-IOV               = Y
 VLAN filter          = Y
 Flow director        = Y
+Flow control         = Y
 Flow API             = Y
 CRC offload          = Y
 VLAN offload         = Y
index 6f0c382ea038d86b7f989ccbf0fbfb0d9b98bb72..46538b8f10f65ba848690cf15f7f079928e761d6 100644 (file)
@@ -57,6 +57,7 @@ Features
 - Several RSS hash keys, one for each flow type.
 - Default RSS operation with no hash key specification.
 - Configurable RETA table.
+- Link flow control (pause frame).
 - Support for multiple MAC addresses.
 - VLAN filtering.
 - RX VLAN stripping.