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

2019-01-01 Thread Mordechay Haimovsky
December 29, 2018 10:13 PM > To: Mordechay Haimovsky ; dev@dpdk.org > Cc: Mordechay Haimovsky ; sta...@dpdk.org > Subject: RE: [dpdk-dev] [PATCH v2 1/3] net/mlx5: fix shared counter > allocation logic > > Moti, don't you forget to update flow_verbs_counter_release() ?

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

2018-12-30 Thread Shahaf Shuler
Saturday, December 29, 2018 10:13 PM, Slava Ovsiienko: > Subject: Re: [dpdk-dev] [PATCH v2 1/3] net/mlx5: fix shared counter allocation > logic > > Moti, don't you forget to update flow_verbs_counter_release() ? > Only shared counters should be removed from the list. +1, th

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

2018-12-29 Thread Slava Ovsiienko
chay Haimovsky ; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH v2 1/3] net/mlx5: fix shared counter allocation > logic > > This commit fixes the logic for searching and allocating a shared counter in > mlx5_flow_verbs. > Now only the shared counters in the counters list are checked

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

2018-12-27 Thread Mordechay Haimovsky
This commit fixes the logic for searching and allocating a shared counter in mlx5_flow_verbs. Now only the shared counters in the counters list are checked for a match and not all the counters as before. Fixes: 84c406e74524 ("net/mlx5: add flow translate function") Cc: sta...@dpdk.org Signed-off-