app/testpmd: add packet dump callbacks
authorRaslan Darawsheh <rasland@mellanox.com>
Wed, 17 Oct 2018 15:22:10 +0000 (18:22 +0300)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 18 Oct 2018 08:24:39 +0000 (10:24 +0200)
commitc77ad9de2a425b74fc0f306e08a7b532e65eefb3
tree2284bb338a7eed8a54d233b0e75a1bee6f1b28cd
parentd862c45b5955d010752f2321fa5d01cd8a5d6720
app/testpmd: add packet dump callbacks

add new rx/tx callback functions to be used for dumping the packets.

Signed-off-by: Raslan Darawsheh <rasland@mellanox.com>
Acked-by: Bernard Iremonger <bernard.iremonger@intel.com>
app/test-pmd/config.c
app/test-pmd/rxonly.c
app/test-pmd/testpmd.h
app/test-pmd/util.c