[dpdk-dev] [PATCH 04/14] net/bnxt: fix to avoid accumulation of flow counters

2020-07-17 Thread Somnath Kotur
OVS-DPDK is accumulating the flow counters that are returned as part of the flow_query API and it is being issued at least 3 times every second. So there is no need to accumulate the counts internally in the driver. Fixes: 306c2d28e247 ("net/bnxt: add support for flow query with action_type COUNT

[dpdk-dev] [PATCH 04/14] net/bnxt: fix to avoid accumulation of flow counters

2020-07-17 Thread Somnath Kotur
OVS-DPDK is accumulating the flow counters that are returned as part of the flow_query API and it is being issued atleast 3 times every second. So there is no need to accumulate the counts internally in the driver. Fixes: 306c2d28e247 ("net/bnxt: add support for flow query with action_type COUNT"