On 10/17/2021 1:17 PM, Akhil Goyal wrote:
Add support for:
NAT-T/UDP encapsulation
AES_CCM, CHACHA20_POLY1305 and AES_GMAC
SA telemetry
ESN with initial SQN value
Signed-off-by: Declan Doherty <[email protected]>
Signed-off-by: Radu Nicolau <[email protected]>
Signed-off-by: Abhijit Sinha <[email protected]>
Signed-off-by: Daniel Martin Buckley <[email protected]>
Radu Nicolau (9):
security: add ESN field to ipsec_xform
ipsec: add support for AEAD algorithms
security: add UDP params for IPsec NAT-T
ipsec: add support for NAT-T
mbuf: add IPsec ESP tunnel type
ipsec: add support for SA telemetry
ipsec: add support for initial SQN value
doc: remove unneeded ipsec new field deprecation
Can you specify why this field is not needed now?
It was part of the TSO feature that is being reworked with no API changes.
doc: remove unneeded security deprecation
Series Acked-by: Akhil Goyal <[email protected]>
Modified release notes and patch titles while merging.
Applied to dpdk-next-crypto
Thanks.
Thank you!