From mboxrd@z Thu Jan 1 00:00:00 1970 From: Moti Haimovsky Subject: [PATCH v4 0/3] support e-switch flow count action Date: Wed, 17 Oct 2018 20:24:49 +0300 Message-ID: <1539797092-2395-1-git-send-email-motih@mellanox.com> References: <1539733797-31468-3-git-send-email-motih@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain Cc: dev@dpdk.org, Moti Haimovsky To: shahafs@mellanox.com Return-path: Received: from EUR03-DB5-obe.outbound.protection.outlook.com (mail-eopbgr40086.outbound.protection.outlook.com [40.107.4.86]) by dpdk.org (Postfix) with ESMTP id 1BDD71B12C for ; Wed, 17 Oct 2018 19:25:19 +0200 (CEST) In-Reply-To: <1539733797-31468-3-git-send-email-motih@mellanox.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The following patches add support in mlx5 PMD for configuring and reading flow counters from the device e-switch. Moti Haimovsky (3): net/mlx5: refactor TC-flow infrastructure net/mlx5: add flow query abstraction interface net/mlx5: support e-switch flow count action drivers/net/mlx5/mlx5.c | 18 +- drivers/net/mlx5/mlx5.h | 4 +- drivers/net/mlx5/mlx5_flow.c | 99 ++---- drivers/net/mlx5/mlx5_flow.h | 15 +- drivers/net/mlx5/mlx5_flow_dv.c | 19 ++ drivers/net/mlx5/mlx5_flow_tcf.c | 620 +++++++++++++++++++++++++++++++++++-- drivers/net/mlx5/mlx5_flow_verbs.c | 87 ++++++ 7 files changed, 753 insertions(+), 109 deletions(-) -- 1.8.3.1