Re: [dpdk-dev] [PATCH v6 0/2] app/pdump: enhance to support unique cores

2019-04-22 Thread Thomas Monjalon
04/04/2019 10:55, Vipin Varghese: > The patch series enhances application to support pdump capture to run > on unique cores. > > Motivation > == > > DPDK pdump capture tool currently runs as secondary on the default core 0. > For all --pdump, core 0 iterates and capture packets. This lead

[dpdk-dev] [PATCH v6 0/2] app/pdump: enhance to support unique cores

2019-04-04 Thread Vipin Varghese
The patch series enhances application to support pdump capture to run on unique cores. Motivation == DPDK pdump capture tool currently runs as secondary on the default core 0. For all --pdump, core 0 iterates and capture packets. This leads to drops and delay in the capture. This introduc