Re: [dpdk-dev] [PATCH v5 14/15] distributor: fix flushing in flight packets

2020-10-09 Thread David Hunt
On 8/10/2020 6:23 AM, Lukasz Wojciechowski wrote: rte_distributor_flush() is using total_outstanding() function to calculate if it should still wait for processing packets. However in burst mode only backlog packets were counted. This patch fixes that issue by counting also in flight packets.

[dpdk-dev] [PATCH v5 14/15] distributor: fix flushing in flight packets

2020-10-07 Thread Lukasz Wojciechowski
rte_distributor_flush() is using total_outstanding() function to calculate if it should still wait for processing packets. However in burst mode only backlog packets were counted. This patch fixes that issue by counting also in flight packets. There are also sum fixes to properly keep count of in