From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nelio Laranjeiro Subject: [PATCH v2 0/4] net/mlx5: support flow_rte Date: Wed, 21 Dec 2016 11:01:10 +0100 Message-ID: References: Cc: Adrien Mazarguil To: dev@dpdk.org Return-path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id ADF0910BAA for ; Wed, 21 Dec 2016 11:01:34 +0100 (CET) Received: by mail-wm0-f47.google.com with SMTP id t79so153883752wmt.0 for ; Wed, 21 Dec 2016 02:01:34 -0800 (PST) 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" This series requires rte_flow [1]. It brings rte_flow support to the same level as flow director (FDIR) in mlx5. [1] http://dpdk.org/ml/archives/dev/2016-December/052802.html Changes in v2: - Fix several issues. - Support VLAN filtering. Nelio Laranjeiro (4): net/mlx5: add preliminary support for rte_flow net/mlx5: add software support for rte_flow net/mlx5: add rte_flow rule creation net/mlx5: add VLAN filter support in rte_flow drivers/net/mlx5/Makefile | 1 + drivers/net/mlx5/mlx5.h | 19 + drivers/net/mlx5/mlx5_fdir.c | 15 + drivers/net/mlx5/mlx5_flow.c | 1030 +++++++++++++++++++++++++++++++++++++++ drivers/net/mlx5/mlx5_trigger.c | 4 + 5 files changed, 1069 insertions(+) create mode 100644 drivers/net/mlx5/mlx5_flow.c -- 2.1.4