numam-dpdk/examples/ipsec-secgw
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
..
test fix spelling in comments and strings 2022-01-11 12:16:53 +01:00
ep0.cfg examples/ipsec-secgw: support flow director 2020-04-19 17:15:14 +02:00
ep1.cfg examples/ipsec-secgw: fix default configuration 2019-11-20 12:35:51 +01:00
esp.c examples/ipsec-secgw: support XCBC-MAC/DES-CBC 2022-06-01 16:26:35 +02:00
esp.h examples: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
event_helper.c eal: remove unneeded includes from a public header 2022-09-21 15:31:03 +02:00
event_helper.h examples/ipsec-secgw: add pool size parameters 2022-02-23 11:43:14 +01:00
flow.c examples/ipsec-secgw: fix flow pattern buffer overrun 2022-09-27 17:16:52 +02:00
flow.h examples/ipsec-secgw: support more flow patterns and actions 2022-06-28 10:17:02 +02:00
ipip.h examples/ipsec-secgw: update incremental checksum 2018-01-20 16:10:52 +01:00
ipsec_lpm_neon.h examples/ipsec-secgw: fix build with GCC 12 2022-09-27 17:16:52 +02:00
ipsec_neon.h examples/ipsec-secgw: update ether type using tunnel info 2022-09-27 18:20:35 +02:00
ipsec_process.c examples/ipsec-secgw: create lookaside sessions at init 2022-06-01 16:26:34 +02:00
ipsec_worker.c security: hide session structure 2022-10-04 22:37:54 +02:00
ipsec_worker.h security: remove user data get API 2022-10-02 20:33:24 +02:00
ipsec-secgw.c ethdev: remove Rx header split port offload 2022-10-04 11:20:04 +02:00
ipsec-secgw.h examples/ipsec-secgw: add poll mode worker for inline proto 2022-06-01 16:26:34 +02:00
ipsec.c security: remove private mempool usage 2022-10-04 22:37:00 +02:00
ipsec.h security: remove private mempool usage 2022-10-04 22:37:00 +02:00
Makefile examples/ipsec-secgw: support poll mode NEON LPM lookup 2022-06-30 06:54:21 +02:00
meson.build examples/ipsec-secgw: support telemetry 2021-11-04 19:46:27 +01:00
parser.c eal: remove unneeded includes from a public header 2022-09-21 15:31:03 +02:00
parser.h eal: remove unneeded includes from a public header 2022-09-21 15:31:03 +02:00
rt.c eal: remove unneeded includes from a public header 2022-09-21 15:31:03 +02:00
sa.c eal: remove unneeded includes from a public header 2022-09-21 15:31:03 +02:00
sad.c examples/ipsec-secgw: add SAD cache 2020-02-05 15:20:51 +01:00
sad.h examples/ipsec-secgw: support UDP encapsulation 2021-04-16 12:43:33 +02:00
sp4.c fix spelling in comments and strings 2022-01-11 12:16:53 +01:00
sp6.c fix spelling in comments and strings 2022-01-11 12:16:53 +01:00