[dpdk-dev] doc: update mlx5 flow count limitations

Message ID 1508141684-20824-1-git-send-email-orika@mellanox.com (mailing list archive)
State Superseded, archived
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Ori Kam Oct. 16, 2017, 8:14 a.m. UTC
  Signed-off-by: Ori Kam <orika@mellanox.com>
Acked-by: Shahaf Shuler <shahafs@mellanox.com>
---
 doc/guides/nics/mlx5.rst |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
  

Patch

diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst
index d24941a..80bcbd6 100644
--- a/doc/guides/nics/mlx5.rst
+++ b/doc/guides/nics/mlx5.rst
@@ -128,6 +128,13 @@  Limitations
   is set to multi-packet send or Enhanced multi-packet send. Otherwise it must have
   less than 50 segments.
 
+- Count action for RTE flow is only supported in OFED 4.2.
+
+- Two identical rules with count action are not supported.
+
+- Port statistics are supported through software counters only. Flow statistics
+  are supported by hardware counters.
+
 Configuration
 -------------