From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?iso-8859-1?Q?N=E9lio?= Laranjeiro Subject: Re: [PATCH V2 0/8] net/mlx5: various fixes Date: Wed, 14 Sep 2016 14:21:18 +0200 Message-ID: <20160914122117.GG32397@autoinstall.dev.6wind.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: dev@dpdk.org To: Ferruh Yigit Return-path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 3CFEB8E60 for ; Wed, 14 Sep 2016 14:21:24 +0200 (CEST) Received: by mail-wm0-f42.google.com with SMTP id b187so44290610wme.1 for ; Wed, 14 Sep 2016 05:21:24 -0700 (PDT) Content-Disposition: inline In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, Sep 14, 2016 at 01:53:47PM +0200, Nelio Laranjeiro wrote: > - Flow director > - Rx Capabilities > - Inline > > Changes in V2: > > - Fix a compilation error. > > Adrien Mazarguil (1): > net/mlx5: fix Rx VLAN offload capability report > > Nelio Laranjeiro (3): > net/mlx5: force inline for completion function > net/mlx5: re-factorize functions > net/mlx5: fix inline logic > > Raslan Darawsheh (1): > net/mlx5: fix removing VLAN filter > > Yaacov Hazan (3): > net/mlx5: fix inconsistent return value in Flow Director > net/mlx5: refactor allocation of flow director queues > net/mlx5: fix support for flow director drop mode > > doc/guides/nics/mlx5.rst | 3 +- > drivers/net/mlx5/mlx5.h | 2 + > drivers/net/mlx5/mlx5_ethdev.c | 7 +- > drivers/net/mlx5/mlx5_fdir.c | 270 +++++++++++++++------- > drivers/net/mlx5/mlx5_rxq.c | 2 + > drivers/net/mlx5/mlx5_rxtx.c | 497 +++++++++-------------------------------- > drivers/net/mlx5/mlx5_rxtx.h | 7 +- > drivers/net/mlx5/mlx5_txq.c | 9 +- > drivers/net/mlx5/mlx5_vlan.c | 3 +- > 9 files changed, 317 insertions(+), 483 deletions(-) > > -- > 2.1.4 > Sorry Ferruh, I forgot to add you in this serie. -- Nélio Laranjeiro 6WIND