app/testpmd: move dumping packets to a separate function
authorRaslan Darawsheh <rasland@mellanox.com>
Wed, 17 Oct 2018 15:22:09 +0000 (18:22 +0300)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 18 Oct 2018 08:24:39 +0000 (10:24 +0200)
commitd862c45b5955d010752f2321fa5d01cd8a5d6720
tree8c95f7fd93b5d9f9d952c2bf44d13ab285b76683
parenteffdb8bbb018bd8a611b2ac86a15739f67ea7cbc
app/testpmd: move dumping packets to a separate function

verbosity for the received/sent packets is needed in all of the
forwarding engines so moving it to be in a separate function

Acked-by: Bernard Iremonger <bernard.iremonger@intel.com>
Signed-off-by: Raslan Darawsheh <rasland@mellanox.com>
app/test-pmd/Makefile
app/test-pmd/meson.build
app/test-pmd/rxonly.c
app/test-pmd/testpmd.h
app/test-pmd/util.c [new file with mode: 0644]