Re: [dpdk-dev] [PATCH v3 5/6] net/mlx5: flow counters query function move and rename

2018-10-21 Thread Shahaf Shuler
Friday, October 19, 2018 6:21 PM, Slava Ovsiienko: > Subject: [PATCH v3 5/6] net/mlx5: flow counters query function move and > rename How about: "net/mlx5: relocate flow counter query function" This patch should come before the glue library update > > The flow_verbs_query_count() is moved into

[dpdk-dev] [PATCH v3 5/6] net/mlx5: flow counters query function move and rename

2018-10-19 Thread Viacheslav Ovsiienko
The flow_verbs_query_count() is moved into the the group of counter managing functions and renamed to flow_verbs_counter_query() in order to be in unified fashion with others. Also minor function modification is made to avoid unreachable code warnings if there is no counter support at compile time