Re: [dpdk-dev] [PATCH] net/bnxt: fixes in flow counter mgr

2020-08-05 Thread Thomas Monjalon
03/08/2020 16:12, Somnath Kotur: > OVS-DPDK seems to set the reset bit for every flow query. Honor > the bit by resetting the SW counter values after assigning them. > Also set the 'hit' bit only if the counter value retrieved by HW > is non-zero. > While querying flow stats, use max possible entri

[dpdk-dev] [PATCH] net/bnxt: fixes in flow counter mgr

2020-08-03 Thread Somnath Kotur
OVS-DPDK seems to set the reset bit for every flow query. Honor the bit by resetting the SW counter values after assigning them. Also set the 'hit' bit only if the counter value retrieved by HW is non-zero. While querying flow stats, use max possible entries in the fc table scan for valid entries i