RE: [PATCH v2] ipsec: allow stateless IPsec processing

2024-09-25 Thread Aakash Sasidharan
Realized that I missed to respond to one of your comments regarding the use of union. Please find the comment below. > > > > Introduce stateless packet preparation API for IPsec processing. > > > > The new API would allow preparation of IPsec packets without > > > > altering the internal state of

RE: [PATCH v2] ipsec: allow stateless IPsec processing

2024-09-19 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

RE: [PATCH v2] ipsec: allow stateless IPsec processing

2024-09-19 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

RE: [PATCH v2] ipsec: allow stateless IPsec processing

2024-09-17 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

[PATCH v2] ipsec: allow stateless IPsec processing

2024-09-08 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