[PATCH v4 1/2] ipsec: allow stateless IPsec processing
Konstantin Ananyev
konstantin.ananyev at huawei.com
Wed Oct 9 20:11:39 CEST 2024
> Introduce stateless packet preparation API for IPsec
> processing. The new API would allow preparation of IPsec
> packets without altering the internal state of an IPsec
> session.
>
> For outbound IPsec processing, the change enables user to
> provide sequence number to be used for the IPsec operation.
>
> Signed-off-by: Aakash Sasidharan <asasidharan at marvell.com>
> ---
> doc/guides/prog_guide/ipsec_lib.rst | 6 ++
> doc/guides/rel_notes/release_24_11.rst | 6 ++
> lib/ipsec/esp_outb.c | 101 +++++++++++++++++--------
> lib/ipsec/rte_ipsec.h | 84 ++++++++++++++++++++
> lib/ipsec/sa.c | 4 +-
> lib/ipsec/sa.h | 8 ++
> 6 files changed, 176 insertions(+), 33 deletions(-)
>
> --
Acked-by: Konstantin Ananyev <konstantin.ananyev at huawei.com>
> 2.25.1
More information about the dev
mailing list