numam-dpdk/examples/l3fwd
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
..
em_default_v4.cfg examples/l3fwd: support config file for EM 2022-03-08 09:59:53 +01:00
em_default_v6.cfg examples/l3fwd: support config file for EM 2022-03-08 09:59:53 +01:00
em_route_parse.c examples/l3fwd: support config file for EM 2022-03-08 09:59:53 +01:00
l3fwd_acl_scalar.h examples/l3fwd: merge l3fwd-acl example 2022-06-08 12:09:05 +02:00
l3fwd_acl.c examples/l3fwd: merge l3fwd-acl example 2022-06-08 12:09:05 +02:00
l3fwd_acl.h examples/l3fwd: merge l3fwd-acl example 2022-06-08 12:09:05 +02:00
l3fwd_altivec.h examples/l3fwd: move packet group function in common 2022-06-30 06:54:21 +02:00
l3fwd_common.h examples/l3fwd: move packet group function in common 2022-06-30 06:54:21 +02:00
l3fwd_em_hlm_neon.h net: add rte prefix to IP structure 2019-05-24 13:34:46 +02:00
l3fwd_em_hlm_sse.h net: add rte prefix to IP structure 2019-05-24 13:34:46 +02:00
l3fwd_em_hlm.h examples/l3fwd: support event vector 2021-10-21 10:16:00 +02:00
l3fwd_em_sequential.h examples/l3fwd: add include for macro definition 2022-06-26 10:44:38 +02:00
l3fwd_em.c examples/l3fwd: add vector stubs for LoongArch 2022-10-06 12:45:05 +02:00
l3fwd_em.h examples/l3fwd: add include for macro definition 2022-06-26 10:44:38 +02:00
l3fwd_event_generic.c eventdev: express DLB/DLB2 PMD constraints 2020-10-15 23:16:07 +02:00
l3fwd_event_internal_port.c examples/l3fwd: fix Rx burst size for event mode 2022-01-21 12:57:52 +01:00
l3fwd_event.c examples: update event vector free routine 2022-09-27 15:41:39 +02:00
l3fwd_event.h examples/l3fwd: clean up worker state before exit 2022-05-17 16:43:19 +02:00
l3fwd_fib.c dev: introduce device accessors 2022-09-23 16:14:34 +02:00
l3fwd_lpm_altivec.h avoid AltiVec keyword vector 2022-05-25 11:49:39 +02:00
l3fwd_lpm_neon.h examples/l3fwd: remove useless calculations in NEON LPM 2021-07-05 11:30:58 +02:00
l3fwd_lpm_sse.h net: add rte prefix to IP structure 2019-05-24 13:34:46 +02:00
l3fwd_lpm.c dev: introduce device accessors 2022-09-23 16:14:34 +02:00
l3fwd_lpm.h net: rename Ethernet header fields 2021-10-08 14:58:11 +02:00
l3fwd_neon.h examples/l3fwd: move packet group function in common 2022-06-30 06:54:21 +02:00
l3fwd_route.h examples/l3fwd: merge l3fwd-acl example 2022-06-08 12:09:05 +02:00
l3fwd_sse.h examples/l3fwd: move packet group function in common 2022-06-30 06:54:21 +02:00
l3fwd.h remove prefix to some local macros in apps and examples 2022-10-05 21:34:40 +02:00
lpm_default_v4.cfg examples/l3fwd: support config file for LPM/FIB 2022-03-08 09:59:42 +01:00
lpm_default_v6.cfg examples/l3fwd: support config file for LPM/FIB 2022-03-08 09:59:42 +01:00
lpm_route_parse.c examples/l3fwd: support config file for LPM/FIB 2022-03-08 09:59:42 +01:00
main.c ethdev: remove Rx header split port offload 2022-10-04 11:20:04 +02:00
Makefile examples/l3fwd: move packet group function in common 2022-06-30 06:54:21 +02:00
meson.build examples/l3fwd: add vector stubs for LoongArch 2022-10-06 12:45:05 +02:00