From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ori Kam Subject: [PATCH v2] doc: update mlx5 flow count limitations Date: Mon, 16 Oct 2017 11:32:39 +0300 Message-ID: <1508142759-24829-1-git-send-email-orika@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain Cc: dev@dpdk.org To: adrien.mazarguil@6wind.com, nelio.laranjeiro@6wind.com, yskoh@mellanox.com Return-path: Received: from EUR01-HE1-obe.outbound.protection.outlook.com (mail-he1eur01on0066.outbound.protection.outlook.com [104.47.0.66]) by dpdk.org (Postfix) with ESMTP id 4FEFE1B3B7 for ; Mon, 16 Oct 2017 10:32:59 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Signed-off-by: Ori Kam Acked-by: Shahaf Shuler --- doc/guides/nics/mlx5.rst | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst index d24941a..7da5c87 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,8 @@ 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 OFED 4.2. +- Two identical rules with count action are not supported. Configuration ------------- -- 1.7.1