Re: [dpdk-dev] [PATCH v5 15/15] distributor: fix clearing returns buffer

2020-10-09 Thread David Hunt
Hi Lukasz, On 8/10/2020 6:23 AM, Lukasz Wojciechowski wrote: The patch clears distributors returns buffer in clear_returns() by setting start and count to 0. Fixes: 775003ad2f96 ("distributor: add new burst-capable library") Cc: david.h...@intel.com Cc: sta...@dpdk.org Signed-off-by: Lukasz Wo

[dpdk-dev] [PATCH v5 15/15] distributor: fix clearing returns buffer

2020-10-07 Thread Lukasz Wojciechowski
The patch clears distributors returns buffer in clear_returns() by setting start and count to 0. Fixes: 775003ad2f96 ("distributor: add new burst-capable library") Cc: david.h...@intel.com Cc: sta...@dpdk.org Signed-off-by: Lukasz Wojciechowski --- lib/librte_distributor/rte_distributor.c | 2 +