From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v4] doc: update mlx5 flow count limitations Date: Wed, 18 Oct 2017 23:19:01 -0700 Message-ID: References: <1508142759-24829-1-git-send-email-orika@mellanox.com> <2858684faf6178b2828f1415d931fada48dc9b44.1508392599.git.orika@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Ori Kam , adrien.mazarguil@6wind.com, nelio.laranjeiro@6wind.com, yskoh@mellanox.com, john.mcnamara@intel.com Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 8ADFE11DE for ; Thu, 19 Oct 2017 08:19:03 +0200 (CEST) In-Reply-To: <2858684faf6178b2828f1415d931fada48dc9b44.1508392599.git.orika@mellanox.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 10/18/2017 11:09 PM, Ori Kam wrote: > Signed-off-by: Ori Kam > Acked-by: Shahaf Shuler > --- > v4: > * Clarify which OFED versionis required. > > v3: > * Remove unnecessary line. > > doc/guides/nics/mlx5.rst | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > 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. Is 4.2 become public? > > Configuration > ------------- >