From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shahaf Shuler Subject: Re: [PATCH v4 0/3] support flow counters using devx Date: Sun, 6 Jan 2019 07:43:02 +0000 Message-ID: References: <1546422185-30813-4-git-send-email-motih@mellanox.com> <1546527981-23028-1-git-send-email-motih@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: Mordechay Haimovsky To: Mordechay Haimovsky , "dev@dpdk.org" Return-path: Received: from EUR01-DB5-obe.outbound.protection.outlook.com (mail-eopbgr150077.outbound.protection.outlook.com [40.107.15.77]) by dpdk.org (Postfix) with ESMTP id 70F861B3EE for ; Sun, 6 Jan 2019 08:43:04 +0100 (CET) In-Reply-To: <1546527981-23028-1-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" Thursday, January 3, 2019 5:07 PM, Mordechay Haimovsky: > Subject: [dpdk-dev] [PATCH v4 0/3] support flow counters using devx >=20 > This series of commits add support for creating, allocating, querying and > destroying flow counters in mlx5 PMD using the devx interface. >=20 > Moti Haimovsky (3): > net/mlx5: fix shared counter allocation logic > net/mlx5: add devx functions to glue > net/mlx5: support flow counters using devx >=20 > drivers/net/mlx5/Makefile | 11 ++ > drivers/net/mlx5/meson.build | 5 + > drivers/net/mlx5/mlx5.c | 16 ++- > drivers/net/mlx5/mlx5.h | 15 +++ > drivers/net/mlx5/mlx5_devx_cmds.c | 107 +++++++++++++++++ > drivers/net/mlx5/mlx5_flow.h | 10 +- > drivers/net/mlx5/mlx5_flow_dv.c | 234 > +++++++++++++++++++++++++++++++++++-- > drivers/net/mlx5/mlx5_flow_verbs.c | 14 +-- > drivers/net/mlx5/mlx5_glue.c | 98 ++++++++++++++++ > drivers/net/mlx5/mlx5_glue.h | 19 +++ > drivers/net/mlx5/mlx5_prm.h | 71 +++++++++++ > 11 files changed, 578 insertions(+), 22 deletions(-) create mode 100644 > drivers/net/mlx5/mlx5_devx_cmds.c Series applied to next-net-mlx, thanks. Moti - please notice your author name and singed-of name are not aligned.=20 I fixed it for this series, please update your gitconfig for them to match = on the next patches.=20 >=20 > -- > 1.8.3.1