Re: [dpdk-dev] [PATCH v7 08/16] test/distributor: fix freeing mbufs

2020-10-16 Thread Lukasz Wojciechowski
Hi Honnappa, W dniu 16.10.2020 o 07:12, Honnappa Nagarahalli pisze: > > >> Sanity tests with mbuf alloc and shutdown tests assume that mbufs passed >> to worker cores are freed in handlers. >> Such packets should not be returned to the distributor's main core. The only >> packets that should be r

Re: [dpdk-dev] [PATCH v7 08/16] test/distributor: fix freeing mbufs

2020-10-15 Thread Honnappa Nagarahalli
> > Sanity tests with mbuf alloc and shutdown tests assume that mbufs passed > to worker cores are freed in handlers. > Such packets should not be returned to the distributor's main core. The only > packets that should be returned are the packets send after completion of > the tests in quit_work

[dpdk-dev] [PATCH v7 08/16] test/distributor: fix freeing mbufs

2020-10-10 Thread Lukasz Wojciechowski
Sanity tests with mbuf alloc and shutdown tests assume that mbufs passed to worker cores are freed in handlers. Such packets should not be returned to the distributor's main core. The only packets that should be returned are the packets send after completion of the tests in quit_workers function.