Re: [dpdk-dev] [PATCH] ethdev: fix missing names in Tx offload name array

2018-09-10 Thread Andrew Rybchenko
On 09/06/2018 03:01 PM, Dekel Peled wrote: 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 aray rte_tx_offload_names. Fixes: 53

[dpdk-dev] [PATCH] ethdev: fix missing names in Tx offload name array

2018-09-06 Thread Dekel Peled
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 aray rte_tx_offload_names. Fixes: 5355f4439e2e ("ethdev: introduce generic IP/UDP