numam-dpdk/lib/librte_ipsec
Vladimir Medvedkin 401633d9c1 ipsec: add inbound SAD API
According to RFC 4301 IPSec implementation needs an inbound SA database
(SAD).
For each incoming inbound IPSec-protected packet (ESP or AH) it has to
perform a lookup within it's SAD.
Lookup should be performed by:
Security Parameters Index (SPI) + destination IP (DIP) + source IP (SIP)
or SPI + DIP
or SPI only
and an implementation has to return the 'longest' existing match.
This patch extend DPDK IPsec library with inbound security association
database (SAD) API implementation that:
- conforms to the RFC requirements above
- can scale up to millions of entries
- supports fast lookups
- supports incremental updates

Signed-off-by: Vladimir Medvedkin <vladimir.medvedkin@intel.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
2019-10-23 16:57:06 +02:00
..
2019-05-24 13:34:45 +02:00
2019-07-05 15:28:14 +02:00
2019-10-23 16:57:06 +02:00
2019-10-23 16:57:06 +02:00
2019-10-23 16:57:06 +02:00
2019-07-05 15:28:14 +02:00
2019-01-10 16:57:22 +01:00
2019-10-23 16:57:06 +02:00
2019-07-05 15:28:14 +02:00
2019-07-05 15:28:14 +02:00