numam-dpdk/examples/ip_pipeline
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
..
examples examples: use separate crypto session mempools 2019-01-10 16:57:22 +01:00
action.c examples/ip_pipeline: support packet decap action 2018-10-12 19:33:36 +02:00
action.h examples/ip_pipeline: support symmetric crypto action 2018-10-12 19:33:15 +02:00
cli.c remove unnecessary null checks 2022-02-12 12:07:48 +01:00
cli.h examples/ip_pipeline: add pipeline object 2018-04-05 19:00:08 +02:00
common.h examples/ip_pipeline: add mempool object 2018-04-05 18:23:49 +02:00
conn.c mk: build with _GNU_SOURCE defined by default 2018-10-22 11:28:27 +02:00
conn.h examples/ip_pipeline: add CLI interface 2018-04-05 18:23:49 +02:00
cryptodev.c remove unnecessary null checks 2022-02-12 12:07:48 +01:00
cryptodev.h examples: use separate crypto session mempools 2019-01-10 16:57:22 +01:00
kni.c kni: stop populating PCI info in examples 2022-09-23 16:14:33 +02:00
kni.h build: replace use of old build macros 2020-10-19 22:15:44 +02:00
link.c ethdev: remove Rx header split port offload 2022-10-04 11:20:04 +02:00
link.h examples/ip_pipeline: add link command 2018-07-12 13:48:29 +02:00
main.c eal: remove unneeded includes from a public header 2022-09-21 15:31:03 +02:00
Makefile examples: fix pkg-config override 2021-05-05 22:20:24 +02:00
mempool.c examples/ip_pipeline: replace strncpy with strlcpy 2018-05-08 13:35:10 +02:00
mempool.h examples/ip_pipeline: add mempool object 2018-04-05 18:23:49 +02:00
meson.build examples: reduce indentation in build files 2021-04-21 14:04:09 +02:00
parser.c examples/ip_pipeline: use POSIX network address conversion 2020-10-23 11:01:51 +02:00
parser.h eal: remove unneeded includes from a public header 2022-09-21 15:31:03 +02:00
pipeline.c build: replace use of old build macros 2020-10-19 22:15:44 +02:00
pipeline.h cryptodev: make xform key pointer constant 2019-07-19 14:15:21 +02:00
swq.c examples/ip_pipeline: replace strncpy with strlcpy 2018-05-08 13:35:10 +02:00
swq.h examples/ip_pipeline: add sw queue object 2018-04-05 18:23:50 +02:00
tap.c replace snprintf with strlcpy without adding extra include 2019-04-04 22:45:54 +02:00
tap.h examples/ip_pipeline: add tap object 2018-04-05 18:23:51 +02:00
thread.c remove unnecessary null checks 2022-02-12 12:07:48 +01:00
thread.h examples/ip_pipeline: add enable and disable commands 2018-04-05 19:00:17 +02:00
tmgr.c sched: enable congestion management at runtime 2022-08-25 16:18:06 +02:00
tmgr.h examples/ip_pipeline: update subport rate dynamically 2020-10-15 02:14:09 +02:00