numam-dpdk/app/test-eventdev
Xuan Ding 8d54b1ec4a ethdev: remove Rx header split port offload
As announced in the deprecation note, remove the Rx offload flag
'RTE_ETH_RX_OFFLOAD_HEADER_SPLIT' and 'split_hdr_size' field from
the structure 'rte_eth_rxmode'. Meanwhile, the place where the examples
and apps initialize the 'split_hdr_size' field, and where the drivers
check if the 'split_hdr_size' value is 0 are also removed.

User can still use `RTE_ETH_RX_OFFLOAD_BUFFER_SPLIT` for per-queue packet
split offload, which is configured by 'rte_eth_rxseg_split'.

Signed-off-by: Xuan Ding <xuan.ding@intel.com>
Acked-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
2022-10-04 11:20:04 +02:00
..
evt_common.h app/eventdev: add Tx first option to pipeline mode 2022-06-13 07:59:42 +02:00
evt_main.c eal: remove unneeded includes from a public header 2022-09-21 15:31:03 +02:00
evt_options.c eal: remove unneeded includes from a public header 2022-09-21 15:31:03 +02:00
evt_options.h app/eventdev: add Tx first option to pipeline mode 2022-06-13 07:59:42 +02:00
evt_test.c
evt_test.h app/eventdev: simplify signal handling and teardown 2022-05-17 16:43:04 +02:00
meson.build
parser.c
parser.h eal: remove unneeded includes from a public header 2022-09-21 15:31:03 +02:00
test_order_atq.c
test_order_common.c app/eventdev: remove unnecessary memset 2022-09-26 15:33:46 +02:00
test_order_common.h
test_order_queue.c
test_perf_atq.c app/eventdev: remove unnecessary memset 2022-09-26 15:33:46 +02:00
test_perf_common.c ethdev: remove Rx header split port offload 2022-10-04 11:20:04 +02:00
test_perf_common.h cryptodev: rework session framework 2022-10-04 22:04:59 +02:00
test_perf_queue.c app/eventdev: remove unnecessary memset 2022-09-26 15:33:46 +02:00
test_pipeline_atq.c app/eventdev: clean up worker state before exit 2022-05-17 16:43:12 +02:00
test_pipeline_common.c app/eventdev: fix cleanup flush 2022-09-30 09:15:48 +02:00
test_pipeline_common.h app/eventdev: add Tx first option to pipeline mode 2022-06-13 07:59:42 +02:00
test_pipeline_queue.c app/eventdev: clean up worker state before exit 2022-05-17 16:43:12 +02:00