numam-dpdk/examples/ipsec-secgw
Rahul Bhansali d8d51d4f9b examples/ipsec-secgw: support per SA HW reassembly
This add the support of hardware reassembly per SA basis.
In SA rule, new parameter reassembly_en is added to enable
HW reassembly per SA.
For example:
sa in <idx> aead_algo <algo> aead_key <key> mode ipv4-tunnel src <ip>
dst <ip> type inline-protocol-offload port_id <id> reassembly_en

Stats counter frag_dropped will represent the number of fragment
drop in case of reassembly failures.

Signed-off-by: Rahul Bhansali <rbhansali@marvell.com>
Acked-by: Akhil Goyal <gakhil@marvell.com>
2022-10-29 13:01:41 +02:00
..
test
ep0.cfg
ep1.cfg
esp.c
esp.h
event_helper.c examples/ipsec-secgw: support event vector in lookaside mode 2022-10-29 13:01:37 +02:00
event_helper.h examples/ipsec-secgw: add queue for event crypto adapter 2022-10-29 13:01:37 +02: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
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
ipsec_worker.c examples/ipsec-secgw: support per SA HW reassembly 2022-10-29 13:01:41 +02:00
ipsec_worker.h examples/ipsec-secgw: support per SA HW reassembly 2022-10-29 13:01:41 +02:00
ipsec-secgw.c examples/ipsec-secgw: support per SA HW reassembly 2022-10-29 13:01:41 +02:00
ipsec-secgw.h examples/ipsec-secgw: support per SA HW reassembly 2022-10-29 13:01:41 +02:00
ipsec.c examples/ipsec-secgw: support per SA HW reassembly 2022-10-29 13:01:41 +02:00
ipsec.h examples/ipsec-secgw: support per SA HW reassembly 2022-10-29 13:01:41 +02:00
Makefile examples/ipsec-secgw: support poll mode NEON LPM lookup 2022-06-30 06:54:21 +02:00
meson.build
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 examples/ipsec-secgw: support per SA HW reassembly 2022-10-29 13:01:41 +02:00
sad.c
sad.h
sp4.c
sp6.c