Ivan Malov c78d280e88 net/sfc: convert to new Tx offload API
Ethdev Tx offloads API has changed since:
commit cba7f53b717d ("ethdev: introduce Tx queue offloads API")
This commit support the new Tx offloads API.

The code which fills in txq_flags in default_txconf is preserved
because rte_eth_dev_info_get() lacks conversion between offloads
and txq_flags fields which means that a legacy application which
relies on default_txconf will fail to configure Tx queues in the
case when some bits in txq_flags are mandatory.

Signed-off-by: Ivan Malov <ivan.malov@oktetlabs.ru>
Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
2018-01-21 15:51:52 +01:00
..
2018-01-11 18:26:46 +01:00
2018-01-19 16:09:56 +01:00
2018-01-17 14:21:46 +01:00
2017-11-07 22:53:22 +01:00
2018-01-11 18:26:46 +01:00
2018-01-16 18:47:49 +01:00
2018-01-20 16:10:20 +01:00