app/testpmd: remove unused struct member
authorKathleen Capella <kathleen.capella@arm.com>
Tue, 9 Feb 2021 15:40:26 +0000 (15:40 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 22 Feb 2021 18:17:58 +0000 (19:17 +0100)
commit28bbeaa23bbac9db5cfc7c7282e591cbb71f43a9
tree8cb80e46bf023c14807057afc28b722f00398982
parent9d8d3032da726fd46d511dc5c54f607b4dab3b22
app/testpmd: remove unused struct member

The tx_queue member of the fwd_lcore struct is unused as it is already
part of the fwd_stream structure. Deleting helps improve code readability.

Signed-off-by: Kathleen Capella <kathleen.capella@arm.com>
Reviewed-by: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
app/test-pmd/testpmd.h