[PATCH v4 1/2] ipsec: allow stateless IPsec processing
Akhil Goyal
gakhil at marvell.com
Wed Oct 9 22:08:00 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>
Series Acked-by: Akhil Goyal <gakhil at marvell.com>
Applied to dpdk-next-crypto
Thanks.
Removed associated deprecation notice.
More information about the dev
mailing list