Re: [dpdk-dev] [PATCH v1 1/1] test/distributor: prevent return buffer overload

2021-01-28 Thread David Hunt
Hi Lukasz, On 19/1/2021 3:59 AM, Lukasz Wojciechowski wrote: The distributor library implementation uses a cyclic queue to store packets returned from workers. These packets can be later collected with rte_distributor_returned_pkts() call. However the queue has limited capacity. It is able to co

[dpdk-dev] [PATCH v1 1/1] test/distributor: prevent return buffer overload

2021-01-18 Thread Lukasz Wojciechowski
The distributor library implementation uses a cyclic queue to store packets returned from workers. These packets can be later collected with rte_distributor_returned_pkts() call. However the queue has limited capacity. It is able to contain only 127 packets (RTE_DISTRIB_RETURNS_MASK). Big burst te