numam-dpdk/examples/l2fwd-event
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
..
l2fwd_common.c ethdev: remove Rx header split port offload 2022-10-04 11:20:04 +02:00
l2fwd_common.h remove prefix to some local macros in apps and examples 2022-10-05 21:34:40 +02:00
l2fwd_event_generic.c fix spelling in comments and strings 2022-01-11 12:16:53 +01:00
l2fwd_event_internal_port.c fix spelling in comments and strings 2022-01-11 12:16:53 +01:00
l2fwd_event.c examples/l2fwd-event: clean up worker state before exit 2022-05-17 16:43:22 +02:00
l2fwd_event.h examples/l2fwd-event: add eventdev main loop 2019-11-04 18:09:30 +01:00
l2fwd_poll.c doc: use code snippets in sample app guides 2021-07-31 15:42:43 +02:00
l2fwd_poll.h examples/l2fwd-event: add default poll mode routines 2019-11-04 18:07:43 +01:00
main.c remove prefix to some local macros in apps and examples 2022-10-05 21:34:40 +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