diff options
author | Ori Kam <orika@mellanox.com> | 2017-10-19 09:09:26 +0300 |
---|---|---|
committer | Ferruh Yigit <ferruh.yigit@intel.com> | 2017-10-26 02:33:00 +0200 |
commit | 83619eb2a83a887736dce18b9ead0d7f3ffd0b7a (patch) | |
tree | 98a4595c80b641a6d983c62ed3f806831a826b14 /doc/guides/nics/mlx5.rst | |
parent | daee4e07fc0cb6386cb8d6e84d811d2203699683 (diff) | |
download | dpdk-83619eb2a83a887736dce18b9ead0d7f3ffd0b7a.zip dpdk-83619eb2a83a887736dce18b9ead0d7f3ffd0b7a.tar.gz dpdk-83619eb2a83a887736dce18b9ead0d7f3ffd0b7a.tar.xz |
doc: update mlx5 flow count limitations
Signed-off-by: Ori Kam <orika@mellanox.com>
Acked-by: Shahaf Shuler <shahafs@mellanox.com>
Acked-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
Diffstat (limited to 'doc/guides/nics/mlx5.rst')
-rw-r--r-- | doc/guides/nics/mlx5.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst index d24941a..bcc39f6 100644 --- a/doc/guides/nics/mlx5.rst +++ b/doc/guides/nics/mlx5.rst @@ -104,7 +104,8 @@ Limitations ----------- - Inner RSS for VXLAN frames is not supported yet. -- Port statistics through software counters only. +- Port statistics through software counters only. Flow statistics are + supported by hardware counters. - Hardware checksum RX offloads for VXLAN inner header are not supported yet. - Forked secondary process not supported. - Flow pattern without any specific vlan will match for vlan packets as well: @@ -127,6 +128,7 @@ Limitations - A multi segment packet must have less than 6 segments in case the Tx burst function 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 Mellanox OFED 4.2. Configuration ------------- |