From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f66.google.com (mail-wm0-f66.google.com [74.125.82.66]) by dpdk.org (Postfix) with ESMTP id B3A0FF94 for ; Thu, 19 Oct 2017 09:05:12 +0200 (CEST) Received: by mail-wm0-f66.google.com with SMTP id k4so14232180wmc.1 for ; Thu, 19 Oct 2017 00:05:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=EFEwnVG0som5d31HiiDwLL8tKuB7IfkPSM5x1b7VhDk=; b=bZREqdXlfkW9WeLCBozqmc3Js95omvZikbbJiEk424AslDMptTZfN4lQiUfqusQnn4 PXSaTQwcVIXO1BQrbUXcuc8PsT/urYhIRB/TDIVMcvzbfR2dVCuVHvepzSiXuuw1v1ch ERFiAwu+6M31GHWBbfX5k6e4QEibdZfm73o3bVNdxlepbMEHIJJme8qqbhdAQ7nsvfTy oj7RdlC5c5e45/O1FK7CbZrtnQhYZVIve8Bi9AdyzAOVkT0/cG+54dHCWHXx4tiQrvng XCyyeDQ7r5rljCCZ80/Ovfc+JkMFg+sxhFEn85rUy4b3set9ndq9RQYWshlNzI3xymhh cdvg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=EFEwnVG0som5d31HiiDwLL8tKuB7IfkPSM5x1b7VhDk=; b=p2RP66m4UmJaG74Y6JGhxxTPEJga5MvFGxaSwk1aJP8wbt0w36NKYILejvbrVu0CD8 vcw0/bAf+3Pbs7cFlgdnnLTavfPTQNMotmTYKCWI+8XB/GlS0WXu0l0UoldlfrG9FRmp ksP09dbjPrPKfvcFDO4+6Axw8iTmwFy3X//Y4soqOu54FzS87AU/Xx1v7p6nC4TUZiKd eT7I4IZIFVHb/OFcwei0XcspbEOOEyz3yeVCy+9uWlhmPy01wfoBK7kphRAWotCBLbCn MYv08GuL56YaXGNxu9q9b7ycyX0NOsIloFlYIIiesQhwS2L8Z90zWSxTDC1XcUxWBpEm qG3w== X-Gm-Message-State: AMCzsaXpRrDdEXhfO4TKOnR+K8LbmcpAkTfIorfqb4YpR4sRbjVJtZnS cy8qm5n1bLgm/5iC9v3BzhqX X-Google-Smtp-Source: ABhQp+Ql7mWzLRou3pCvdtvy3kf9n+UuilYw5bDZSoJ/iJlowvEA3NzBcwsits+96kCu1xMcWrMLZw== X-Received: by 10.80.186.78 with SMTP id 14mr1170945eds.132.1508396712277; Thu, 19 Oct 2017 00:05:12 -0700 (PDT) Received: from laranjeiro-vm (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id q6sm9080594edk.55.2017.10.19.00.05.11 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 19 Oct 2017 00:05:11 -0700 (PDT) Date: Thu, 19 Oct 2017 09:05:11 +0200 From: =?iso-8859-1?Q?N=E9lio?= Laranjeiro To: Ori Kam Cc: adrien.mazarguil@6wind.com, yskoh@mellanox.com, john.mcnamara@intel.com, dev@dpdk.org Message-ID: <20171019070511.mu3ny64io5p2ml34@laranjeiro-vm> 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=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <2858684faf6178b2828f1415d931fada48dc9b44.1508392599.git.orika@mellanox.com> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [dpdk-dev] [PATCH v4] doc: update mlx5 flow count limitations X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Oct 2017 07:05:12 -0000 On Thu, Oct 19, 2017 at 09:09:26AM +0300, 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. > > Configuration > ------------- > -- > 1.8.3.1 Acked-by: Nelio Laranjeiro -- Nélio Laranjeiro 6WIND