RE: [PATCH v4 1/2] ipsec: allow stateless IPsec processing

2024-10-09 Thread Akhil Goyal
> > > > 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 us

RE: [PATCH v4 1/2] ipsec: allow stateless IPsec processing

2024-10-09 Thread Konstantin Ananyev
> 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

RE: [PATCH v4 1/2] ipsec: allow stateless IPsec processing

2024-10-09 Thread Akhil Goyal
Hi Konstantin, Can you ack this patch if everything is fine? > Subject: [PATCH v4 1/2] ipsec: allow stateless IPsec processing > > Introduce stateless packet preparation API for IPsec > processing. The new API would allow preparation of IPsec > packets without altering the inter

[PATCH v4 1/2] ipsec: allow stateless IPsec processing

2024-10-03 Thread Aakash Sasidharan
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. Sign