From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mordechay Haimovsky Subject: [PATCH v3 0/2] support e-switch flow count action Date: Tue, 16 Oct 2018 23:50:19 +0000 Message-ID: <1539733797-31468-1-git-send-email-motih@mellanox.com> References: <1539263057-16678-3-git-send-email-motih@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Cc: "dev@dpdk.org" , Mordechay Haimovsky To: Shahaf Shuler Return-path: Received: from EUR04-DB3-obe.outbound.protection.outlook.com (mail-eopbgr60063.outbound.protection.outlook.com [40.107.6.63]) by dpdk.org (Postfix) with ESMTP id 5D6EC58CB for ; Wed, 17 Oct 2018 01:50:20 +0200 (CEST) In-Reply-To: <1539263057-16678-3-git-send-email-motih@mellanox.com> Content-Language: en-US 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 (2): net/mlx5: refactor TC-flow infrastructure 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 | 20 +- drivers/net/mlx5/mlx5_flow_dv.c | 1 + drivers/net/mlx5/mlx5_flow_tcf.c | 618 +++++++++++++++++++++++++++++++++= ++-- drivers/net/mlx5/mlx5_flow_verbs.c | 87 ++++++ 7 files changed, 739 insertions(+), 108 deletions(-) --=20 1.8.3.1