Re: [dpdk-dev] [PATCH v7 09/16] test/distributor: collect return mbufs

2020-10-16 Thread Lukasz Wojciechowski
Hi Honnappa, W dniu 16.10.2020 o 07:13, Honnappa Nagarahalli pisze: > >> During quit_workers function distributor's main core processes some packets >> to wake up pending worker cores so they can quit. >> As quit_workers acts also as a cleanup procedure for next test case it should >> also collec

Re: [dpdk-dev] [PATCH v7 09/16] test/distributor: collect return mbufs

2020-10-15 Thread Honnappa Nagarahalli
> > During quit_workers function distributor's main core processes some packets > to wake up pending worker cores so they can quit. > As quit_workers acts also as a cleanup procedure for next test case it should > also collect these packages returned by workers' nit ^

Re: [dpdk-dev] [PATCH v7 09/16] test/distributor: collect return mbufs

2020-10-15 Thread Honnappa Nagarahalli
> -Original Message- > From: dev On Behalf Of Lukasz Wojciechowski > Sent: Saturday, October 10, 2020 11:05 AM > To: David Hunt ; Bruce Richardson > > Cc: dev@dpdk.org; l.wojciec...@partner.samsung.com; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH v7 09/16] test

[dpdk-dev] [PATCH v7 09/16] test/distributor: collect return mbufs

2020-10-10 Thread Lukasz Wojciechowski
During quit_workers function distributor's main core processes some packets to wake up pending worker cores so they can quit. As quit_workers acts also as a cleanup procedure for next test case it should also collect these packages returned by workers' handlers, so the cyclic buffer with returned p