Re: [dpdk-dev] [PATCH v3 3/3] net/mlx5: support flow counters using devx

2019-01-03 Thread Shahaf Shuler
Moti, Wednesday, January 2, 2019 11:43 AM, Mordechay Haimovsky: > Subject: [dpdk-dev] [PATCH v3 3/3] net/mlx5: support flow counters using devx > > This commit adds counters support when creating flows via direct verbs. The > implementation uses devx interface in order to create quer

[dpdk-dev] [PATCH v3 3/3] net/mlx5: support flow counters using devx

2019-01-02 Thread Mordechay Haimovsky
This commit adds counters support when creating flows via direct verbs. The implementation uses devx interface in order to create query and delete the counters. This support requires MLNX_OFED_LINUX-4.5-0.1.0.1 installation. Signed-off-by: Moti Haimovsky --- v2: * Modifications according to code