numam-dpdk/drivers/net/sfc
Ferruh Yigit ab3ce1e0c1 ethdev: remove old offload API
In DPDK 17.11, the ethdev offloads API has changed:
	commit cba7f53b71 ("ethdev: introduce Tx queue offloads API")
	commit ce17eddefc ("ethdev: introduce Rx queue offloads API")
The new API is documented in the programmer's guide:
	http://doc.dpdk.org/guides/prog_guide/poll_mode_drv.html#hardware-offload

For reminder, the main concepts in the new API were:
	- All offloads are disabled by default
	- Distinction between per port and per queue offloads.

The transition bits are now removed:
	- Translation of the old API in ethdev
	- rte_eth_conf.rxmode.ignore_offload_bitfield
	- ETH_TXQ_FLAGS_IGNORE

The old API bits are now removed:
	- Rx per-port rte_eth_conf.rxmode.[bit-fields]
	- Tx per-queue rte_eth_txconf.txq_flags
	- ETH_TXQ_FLAGS_NO*

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Reviewed-by: Andrew Rybchenko <arybchenko@solarflare.com>
Reviewed-by: Shahaf Shuler <shahafs@mellanox.com>
2018-07-04 21:50:32 +02:00
..
base net/sfc/base: add Medford2 head-of-line blocking stats 2018-05-14 22:31:49 +01:00
efsys.h net/sfc: support equal stride super-buffer Rx mode 2018-04-27 18:00:58 +01:00
Makefile net/sfc: support equal stride super-buffer Rx mode 2018-04-27 18:00:58 +01:00
meson.build net/sfc: support equal stride super-buffer Rx mode 2018-04-27 18:00:58 +01:00
rte_pmd_sfc_version.map net/sfc: rename version map file 2018-02-05 13:14:36 +01:00
sfc_debug.h log: remove log level config option 2018-01-17 14:21:46 +01:00
sfc_dp_rx.h net/sfc: support flow marks in equal stride super-buffer Rx 2018-04-27 18:00:59 +01:00
sfc_dp_tx.h ethdev: remove old offload API 2018-07-04 21:50:32 +02:00
sfc_dp.c net/sfc: support driver-wide dynamic logging 2018-03-30 14:08:44 +02:00
sfc_dp.h net/sfc: support equal stride super-buffer Rx mode 2018-04-27 18:00:58 +01:00
sfc_ef10_essb_rx.c net/sfc: support Rx descriptor status for EF10 ESSB datapath 2018-07-04 21:21:31 +02:00
sfc_ef10_rx_ev.h net/sfc: discard packets with bad CRC on EF10 ESSB Rx 2018-07-04 20:58:40 +02:00
sfc_ef10_rx.c net/sfc: support equal stride super-buffer Rx mode 2018-04-27 18:00:58 +01:00
sfc_ef10_tx.c net/sfc: support runtime VI window size 2018-03-30 14:08:44 +02:00
sfc_ef10.h net/sfc: support equal stride super-buffer Rx mode 2018-04-27 18:00:58 +01:00
sfc_ethdev.c ethdev: remove old offload API 2018-07-04 21:50:32 +02:00
sfc_ev.c net/sfc: support equal stride super-buffer Rx mode 2018-04-27 18:00:58 +01:00
sfc_ev.h ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
sfc_filter.c net/sfc: change license to BSD-3-Clause 2018-01-16 18:47:49 +01:00
sfc_filter.h net/sfc: change license to BSD-3-Clause 2018-01-16 18:47:49 +01:00
sfc_flow.c net/sfc: cut non VLAN ID bits from TCI 2018-07-04 20:39:15 +02:00
sfc_flow.h net/sfc: remove conditional compilation for RSS 2018-04-27 18:00:55 +01:00
sfc_intr.c net/sfc: prepare to merge init logs with main log type 2018-03-30 14:08:44 +02:00
sfc_kvargs.c net/sfc: add Rx descriptor wait timeout 2018-04-27 18:00:59 +01:00
sfc_kvargs.h net/sfc: add Rx descriptor wait timeout 2018-04-27 18:00:59 +01:00
sfc_log.h net/sfc: add dynamic log level for MCDI messages 2018-03-30 14:08:44 +02:00
sfc_mcdi.c net/sfc: add dynamic log level for MCDI messages 2018-03-30 14:08:44 +02:00
sfc_port.c net/sfc: use default FEC mode 2018-04-14 00:43:30 +02:00
sfc_rx.c ethdev: remove old offload API 2018-07-04 21:50:32 +02:00
sfc_rx.h net/sfc: support equal stride super-buffer Rx mode 2018-04-27 18:00:58 +01:00
sfc_tso.c net/sfc/base: add outer IP ID parameter to TSOv2 descriptor 2018-03-30 14:08:43 +02:00
sfc_tweak.h net/sfc: add Rx descriptor wait timeout 2018-04-27 18:00:59 +01:00
sfc_tx.c ethdev: remove old offload API 2018-07-04 21:50:32 +02:00
sfc_tx.h ethdev: remove old offload API 2018-07-04 21:50:32 +02:00
sfc.c net/sfc: add Rx descriptor wait timeout 2018-04-27 18:00:59 +01:00
sfc.h net/sfc: add Rx descriptor wait timeout 2018-04-27 18:00:59 +01:00