Re: [dpdk-dev] [PATCH v1 1/3] net/mlx5: modify shared counter allocation logic

2018-12-27 Thread Shahaf Shuler
Tuesday, December 25, 2018 4:39 PM, Mordechay Haimovsky: > Subject: [dpdk-dev] [PATCH v1 1/3] net/mlx5: modify shared counter allocation > logic > > This commit modifies the logic for searching an allocating a shared counter in > mlx5_flow_verbs. Need to explain - why you change

[dpdk-dev] [PATCH v1 1/3] net/mlx5: modify shared counter allocation logic

2018-12-25 Thread Mordechay Haimovsky
This commit modifies the logic for searching an allocating a shared counter in mlx5_flow_verbs. modifies commit 84c406e74524 ("net/mlx5: add flow translate function") Signed-off-by: Moti Haimovsky --- drivers/net/mlx5/mlx5_flow_verbs.c | 14 +++--- 1 file changed, 7 insertions(+), 7 del