From: Ori Kam Date: Thu, 19 Oct 2017 06:09:26 +0000 (+0300) Subject: doc: update mlx5 flow count limitations X-Git-Tag: spdx-start~1154 X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=commitdiff_plain;h=83619eb2a83a887736dce18b9ead0d7f3ffd0b7a doc: update mlx5 flow count limitations Signed-off-by: Ori Kam Acked-by: Shahaf Shuler Acked-by: Nelio Laranjeiro --- diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst index d24941a223..bcc39f66ce 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 -------------