From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nelio Laranjeiro Subject: [PATCH V2 0/8] net/mlx5: various fixes Date: Wed, 14 Sep 2016 13:53:47 +0200 Message-ID: References: To: dev@dpdk.org 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 992FD8DAD for ; Wed, 14 Sep 2016 13:54:18 +0200 (CEST) Received: by mail-wm0-f42.google.com with SMTP id i130so44270787wmf.0 for ; Wed, 14 Sep 2016 04:54:18 -0700 (PDT) Received: from ping.vm.6wind.com (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by smtp.gmail.com with ESMTPSA id m133sm10417332wmg.0.2016.09.14.04.54.17 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 14 Sep 2016 04:54:17 -0700 (PDT) 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" - 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