numam-dpdk/examples/qos_sched
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
..
app_thread.c examples/qos_sched: add subport config flexibility 2019-10-25 17:53:26 +02:00
args.c examples/qos_sched: fix core mask overflow 2022-02-25 10:39:26 +01:00
cfg_file.c sched: enable congestion management at runtime 2022-08-25 16:18:06 +02:00
cfg_file.h sched: enable congestion management at runtime 2022-08-25 16:18:06 +02:00
cmdline.c fix spelling in comments and strings 2022-01-11 12:16:53 +01:00
init.c ethdev: remove Rx header split port offload 2022-10-04 11:20:04 +02:00
main.c examples: add eal cleanup to examples 2021-04-21 20:21:25 +02:00
main.h sched: enable congestion management at runtime 2022-08-25 16:18:06 +02:00
Makefile examples: fix pkg-config override 2021-05-05 22:20:24 +02:00
meson.build examples: reduce indentation in build files 2021-04-21 14:04:09 +02:00
profile_ov.cfg examples/qos_sched: fix subport configuration 2020-11-20 12:50:41 +01:00
profile_pie.cfg sched: enable congestion management at runtime 2022-08-25 16:18:06 +02:00
profile_red.cfg sched: enable congestion management at runtime 2022-08-25 16:18:06 +02:00
profile.cfg sched: enable congestion management at runtime 2022-08-25 16:18:06 +02:00
stats.c sched: add 64-bit values 2019-10-25 18:07:26 +02:00