Re: [dpdk-dev] [PATCH v8 17/17] test/distributor: fix quitting workers

2020-10-17 Thread Honnappa Nagarahalli
> > Sending number of packets equal to number of workers isn't enough to stop > all workers in burst version of distributor as more than one packet can be > matched and consumed by a single worker. This way some of workers might > not be awaken from rte_distributor_get_pkt(). > > This patch fix

[dpdk-dev] [PATCH v8 17/17] test/distributor: fix quitting workers

2020-10-16 Thread Lukasz Wojciechowski
Sending number of packets equal to number of workers isn't enough to stop all workers in burst version of distributor as more than one packet can be matched and consumed by a single worker. This way some of workers might not be awaken from rte_distributor_get_pkt(). This patch fixes it by sending