numam-dpdk/lib/security
Tejasree Kondoj f0b538a5f8 security: add option to configure tunnel header verification
Add option to indicate whether outer header verification
need to be done as part of inbound IPsec processing.

With inline IPsec processing, SA lookup would be happening
in the Rx path of rte_ethdev. When rte_flow is configured to
support more than one SA, SPI would be used to lookup SA.
In such cases, additional verification would be required to
ensure duplicate SPIs are not getting processed in the inline path.

For lookaside cases, the same option can be used by application
to offload tunnel verification to the PMD.

These verifications would help in averting possible DoS attacks.

Signed-off-by: Tejasree Kondoj <ktejasree@marvell.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
Acked-by: Akhil Goyal <gakhil@marvell.com>
2021-09-28 17:40:52 +02:00
..
meson.build lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_security_driver.h lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_security.c security: add option for faster user/meta data access 2021-09-28 08:43:47 +02:00
rte_security.h security: add option to configure tunnel header verification 2021-09-28 17:40:52 +02:00
version.map security: add option for faster user/meta data access 2021-09-28 08:43:47 +02:00