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

2018-12-27 Thread Shahaf Shuler
Tuesday, December 25, 2018 4:39 PM, Mordechay Haimovsky: > Subject: [dpdk-dev] [PATCH v1 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 query an

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

2018-12-25 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 --- drivers/net/mlx5/Makefile |