numam-dpdk/examples/ipsec-secgw
Akhil Goyal 2973dbf93b security: hide session structure
Structure rte_security_session is moved to internal
headers which are not visible to applications.
The only field which should be used by app is opaque_data.
This field can now be accessed via set/get APIs added in this
patch.
Subsequent changes in app and lib are made to compile the code.

Signed-off-by: Akhil Goyal <gakhil@marvell.com>
Tested-by: Gagandeep Singh <g.singh@nxp.com>
Tested-by: David Coyle <david.coyle@intel.com>
Tested-by: Kevin O'Sullivan <kevin.osullivan@intel.com>
2022-10-04 22:37:54 +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 security: remove private mempool usage 2022-10-04 22:37:00 +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