app/testpmd: cleanup internal Tx offloads flags field
authorShahaf Shuler <shahafs@mellanox.com>
Wed, 10 Jan 2018 09:09:14 +0000 (11:09 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 15 Jan 2018 09:53:23 +0000 (10:53 +0100)
commit3eecba267cd60fec245000b7d44f97130a7dd2ac
treeb060e26b4f8ea71cf202c3bce1b093b06865613a
parentb62678f7a3e4f423496b4cbd593c2c37f9283685
app/testpmd: cleanup internal Tx offloads flags field

The tx_ol_flags field was used in order to control the different
Tx offloads set. After the conversion to the new Ethdev Tx offloads API
it is not needed anymore as the offloads configuration is stored in
ethdev structs.

Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>
Acked-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
app/test-pmd/cmdline.c
app/test-pmd/config.c
app/test-pmd/csumonly.c
app/test-pmd/flowgen.c
app/test-pmd/macfwd.c
app/test-pmd/macswap.c
app/test-pmd/testpmd.h
app/test-pmd/txonly.c