Re: [dpdk-dev] [PATCH v5 04/15] distributor: handle worker shutdown in burst mode

2020-10-09 Thread Lukasz Wojciechowski
W dniu 09.10.2020 o 14:13, David Hunt pisze: > > On 8/10/2020 10:07 PM, Lukasz Wojciechowski wrote: >> W dniu 08.10.2020 o 16:26, David Hunt pisze: >>> On 8/10/2020 6:23 AM, Lukasz Wojciechowski wrote: The burst version of distributor implementation was missing proper handling of worker

Re: [dpdk-dev] [PATCH v5 04/15] distributor: handle worker shutdown in burst mode

2020-10-09 Thread David Hunt
On 8/10/2020 10:07 PM, Lukasz Wojciechowski wrote: W dniu 08.10.2020 o 16:26, David Hunt pisze: On 8/10/2020 6:23 AM, Lukasz Wojciechowski wrote: The burst version of distributor implementation was missing proper handling of worker shutdown. A worker processing packets received from distribut

Re: [dpdk-dev] [PATCH v5 04/15] distributor: handle worker shutdown in burst mode

2020-10-08 Thread Lukasz Wojciechowski
W dniu 08.10.2020 o 16:26, David Hunt pisze: > > On 8/10/2020 6:23 AM, Lukasz Wojciechowski wrote: >> The burst version of distributor implementation was missing proper >> handling of worker shutdown. A worker processing packets received >> from distributor can call rte_distributor_return_pkt() f

Re: [dpdk-dev] [PATCH v5 04/15] distributor: handle worker shutdown in burst mode

2020-10-08 Thread David Hunt
On 8/10/2020 6:23 AM, Lukasz Wojciechowski wrote: The burst version of distributor implementation was missing proper handling of worker shutdown. A worker processing packets received from distributor can call rte_distributor_return_pkt() function informing distributor that it want no more packe

[dpdk-dev] [PATCH v5 04/15] distributor: handle worker shutdown in burst mode

2020-10-07 Thread Lukasz Wojciechowski
The burst version of distributor implementation was missing proper handling of worker shutdown. A worker processing packets received from distributor can call rte_distributor_return_pkt() function informing distributor that it want no more packets. Further calls to rte_distributor_request_pkt() or