ethdev: fix missing names in Tx offload name array
authorDekel Peled <dekelp@mellanox.com>
Wed, 12 Sep 2018 08:28:02 +0000 (11:28 +0300)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 14 Sep 2018 18:08:41 +0000 (20:08 +0200)
commitd9552ee24a9f6805ba3951647c26a21839fadefe
treea566a66bd5e3b7dee1b70f2e89ac63b30e6570d3
parent044846f071cc5ca78165360f5788036d09758820
ethdev: fix missing names in Tx offload name array

Patch 5355f443 added two definitions of DEV_TX_OFFLOAD_xxx.
If new Tx offload capabilities are defined, they also must be mentioned
in rte_tx_offload_names in rte_ethdev.c file.

This patch adds the required lines in array rte_tx_offload_names.

Fixes: 5355f4439e2e ("ethdev: introduce generic IP/UDP tunnel checksum and TSO")
Cc: stable@dpdk.org
Signed-off-by: Dekel Peled <dekelp@mellanox.com>
Acked-by: Andrew Rybchenko <arybchenko@solarflare.com>
lib/librte_ethdev/rte_ethdev.c