Re: [dpdk-dev] [PATCH 1/2] app/testpmd: add a generic way for dumping packets

2018-09-12 Thread Thomas Monjalon
12/09/2018 10:06, Raslan Darawsheh: > verbosity for the received/sent packets is needed in all of the > forwarding engines so moving it to be in a separate function. > > Signed-off-by: Raslan Darawsheh > --- > app/test-pmd/Makefile | 1 + > app/test-pmd/testpmd.h | 2 + > app/test-pmd/util.

[dpdk-dev] [PATCH 1/2] app/testpmd: add a generic way for dumping packets

2018-09-12 Thread Raslan Darawsheh
verbosity for the received/sent packets is needed in all of the forwarding engines so moving it to be in a separate function. Signed-off-by: Raslan Darawsheh --- app/test-pmd/Makefile | 1 + app/test-pmd/testpmd.h | 2 + app/test-pmd/util.c| 143 +