> 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 <asasidha...@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.anan...@huawei.com>
> 2.25.1