numam-dpdk/drivers/net/sfc
Andrew Rybchenko 9aa0afd1e9 net/sfc: advertise offload capabilities by Tx datapaths
Tx datapath feature bits were useful on migration from the old offload API
to the new one. However, right now it just adds indirection which
complicates code reading and understanding. Also addition of a new
offloads requires addition of a new feature bits and makes patches longer
and harder to understand. So, remove feature bits which correspond to Tx
offloads and simply advertise device and per-queue offloads directly.
Generic code could still mask some offloads if running HW or FW does not
support it.

Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com>
Reviewed-by: Igor Romanov <igor.romanov@oktetlabs.ru>
Reviewed-by: Ivan Malov <ivan.malov@oktetlabs.ru>
2019-06-13 23:54:29 +09:00
..
base net/sfc/base: share macro to increment per-event type stats 2019-02-08 11:35:41 +01:00
efsys.h net/sfc: fix typo in preprocessor check 2019-01-14 17:44:29 +01:00
Makefile
meson.build build: set RTE_ARCH_64 based on pointer size 2019-02-26 18:34:28 +01:00
rte_pmd_sfc_version.map
sfc_debug.h net/sfc: start to factor out multi-process shared data 2019-02-07 16:06:30 +01:00
sfc_dp_rx.h net/sfc: advertise offload capabilities by Rx datapaths 2019-06-13 23:54:29 +09:00
sfc_dp_tx.h net/sfc: advertise offload capabilities by Tx datapaths 2019-06-13 23:54:29 +09:00
sfc_dp.c
sfc_dp.h
sfc_ef10_essb_rx.c net/sfc: advertise offload capabilities by Rx datapaths 2019-06-13 23:54:29 +09:00
sfc_ef10_rx_ev.h
sfc_ef10_rx.c net/sfc: advertise offload capabilities by Rx datapaths 2019-06-13 23:54:29 +09:00
sfc_ef10_tx.c net/sfc: advertise offload capabilities by Tx datapaths 2019-06-13 23:54:29 +09:00
sfc_ef10.h
sfc_ethdev.c net: add rte prefix to ether defines 2019-05-24 13:34:45 +02:00
sfc_ev.c net/sfc: use NIC event descriptor size instead of common 2019-02-08 11:35:41 +01:00
sfc_ev.h net/sfc: use NIC EVQ descs limits instead of defines 2019-02-08 11:35:41 +01:00
sfc_filter.c
sfc_filter.h
sfc_flow.c net: add rte prefix to ether defines 2019-05-24 13:34:45 +02:00
sfc_flow.h
sfc_intr.c build/linux: rename macro from LINUXAPP to LINUX 2019-03-12 17:31:22 +01:00
sfc_kvargs.c
sfc_kvargs.h
sfc_log.h net/sfc: make main logging macro reusable in secondary 2019-02-07 16:06:30 +01:00
sfc_mcdi.c net/sfc: start to factor out multi-process shared data 2019-02-07 16:06:30 +01:00
sfc_port.c net: add rte prefix to ether functions 2019-05-24 13:34:45 +02:00
sfc_rx.c net/sfc: advertise offload capabilities by Rx datapaths 2019-06-13 23:54:29 +09:00
sfc_rx.h net/sfc: fix MTU change to check Rx scatter consistency 2019-05-03 18:45:22 +02:00
sfc_tso.c net: add rte prefix to TCP structure 2019-05-24 13:34:46 +02:00
sfc_tso.h net: add rte prefix to IP structure 2019-05-24 13:34:46 +02:00
sfc_tweak.h
sfc_tx.c net/sfc: advertise offload capabilities by Tx datapaths 2019-06-13 23:54:29 +09:00
sfc_tx.h net/sfc: remove TxQ control from shared TxQ info 2019-02-07 16:06:30 +01:00
sfc.c net/sfc: advertise offload capabilities by Tx datapaths 2019-06-13 23:54:29 +09:00
sfc.h net: add rte prefix to ether structures 2019-05-24 13:34:45 +02:00