app/testpmd: fix dump of Tx offload flags
authorNithin Dabilpuram <ndabilpuram@marvell.com>
Mon, 16 Aug 2021 07:09:42 +0000 (12:39 +0530)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 25 Aug 2021 12:29:31 +0000 (14:29 +0200)
commiteeedef704c11bd74c367d62838700bdb8e5b573f
tree8fca542418757d07eefd4108419a427590ce18ae
parent4219d7670e8535e7d4b43233866a587b015e3f43
app/testpmd: fix dump of Tx offload flags

Fix verbose mode dump for Tx to dump tx offload flags instead of
Rx offload flags.

Fixes: d862c45b5955 ("app/testpmd: move dumping packets to a separate function")
Cc: stable@dpdk.org
Signed-off-by: Nithin Dabilpuram <ndabilpuram@marvell.com>
Acked-by: Xiaoyun Li <xiaoyun.li@intel.com>
Acked-by: Raslan Darawsheh <rasland@nvidia.com>
app/test-pmd/util.c