Re: [dpdk-dev] [PATCH v4 0/3] support flow counters using devx

2019-01-05 Thread Shahaf Shuler
Thursday, January 3, 2019 5:07 PM, Mordechay Haimovsky: > Subject: [dpdk-dev] [PATCH v4 0/3] support flow counters using devx > > This series of commits add support for creating, allocating, querying and > destroying flow counters in mlx5 PMD using the devx interface. > >

[dpdk-dev] [PATCH v4 0/3] support flow counters using devx

2019-01-03 Thread Mordechay Haimovsky
This series of commits add support for creating, allocating, querying and destroying flow counters in mlx5 PMD using the devx interface. Moti Haimovsky (3): net/mlx5: fix shared counter allocation logic net/mlx5: add devx functions to glue net/mlx5: support flow counters using devx drivers