From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?iso-8859-1?Q?N=E9lio?= Laranjeiro Subject: Re: [DPDK 18.08 v1 00/12] net/mlx5: flow rework Date: Mon, 28 May 2018 15:50:33 +0200 Message-ID: <20180528135033.evkccaf5kwdtcqnt@laranjeiro-vm.dev.6wind.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: "dev@dpdk.org" , Adrien Mazarguil , Yongseok Koh To: "Wiles, Keith" Return-path: Received: from mail-wm0-f68.google.com (mail-wm0-f68.google.com [74.125.82.68]) by dpdk.org (Postfix) with ESMTP id 47AED160 for ; Mon, 28 May 2018 15:50:24 +0200 (CEST) Received: by mail-wm0-f68.google.com with SMTP id a67-v6so32229605wmf.3 for ; Mon, 28 May 2018 06:50:24 -0700 (PDT) Content-Disposition: inline In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi Keith, On Mon, May 28, 2018 at 01:32:34PM +0000, Wiles, Keith wrote: > The subject does not have [PATCH ] so it will be missed by patchwork, right? I see them on the patchwork [1], it seems it uses anything else to determine if it is a patch or not. > > On May 28, 2018, at 6:21 AM, Nelio Laranjeiro wrote: > > > > First version of for the flow engine rework of MLX5 to prepare the > > introduction for the ENCAP/DECAP and PUSH/POP actions done via TC > > flower/filter. > > > > This first series depends on [1] and is a work in progress, recent work added > > on Tunnel RSS are still absent as well as the tunnel support. Those will be > > added in further versions. > > > > Expected for the next 18.08 release: > > > > - same level of features, > > - TC flow support for port redirection, > > - TC filter support for ENCAP/DECAP and PUSH/POP. > > > > [1] https://dpdk.org/dev/patchwork/patch/40462/ > > > > Nelio Laranjeiro (12): > > net/mlx5: remove flow support > > net/mlx5: handle drop queues are regular queues > > net/mlx5: support flow Ethernet item among with drop action > > net/mlx5: add flow queue action > > net/mlx5: add flow stop/start > > net/mlx5: add flow VLAN item > > net/mlx5: add flow IPv4 item > > net/mlx5: add flow IPv6 item > > net/mlx5: add flow UDP item > > net/mlx5: add flow TCP item > > net/mlx5: add mark/flag flow action > > net/mlx5: add RSS flow action > > > > drivers/net/mlx5/mlx5.c | 9 - > > drivers/net/mlx5/mlx5.h | 3 +- > > drivers/net/mlx5/mlx5_flow.c | 3615 +++++++++++----------------------- > > drivers/net/mlx5/mlx5_rxq.c | 221 +++ > > drivers/net/mlx5/mlx5_rxtx.h | 6 + > > 5 files changed, 1388 insertions(+), 2466 deletions(-) > > > > -- > > 2.17.0 > > > > Regards, > Keith Thanks, [1] https://dpdk.org/dev/patchwork/project/dpdk/list/?submitter=243 -- Nélio Laranjeiro 6WIND