RE: [PATCH v2] net/iavf: add NAT-T / UDP encapsulation support

2022-03-01 Thread Zhang, Qi Z
> -Original Message- > From: Nicolau, Radu > Sent: Monday, February 28, 2022 11:00 PM > To: Wu, Jingjing ; Xing, Beilei > Cc: dev@dpdk.org; Zhang, Qi Z ; Yigit, Ferruh > ; Nicolau, Radu ; > sta...@dpdk.org > Subject: [PATCH v2] net/iavf: add NAT-T / UDP encaps

[PATCH v2] net/iavf: add NAT-T / UDP encapsulation support

2022-02-28 Thread Radu Nicolau
Add support for NAT-T / UDP encapsulated ESP. This fixes the inline crypto feature for iAVF which will not function properly without setting the UDP encapsulation options. Fixes: 6bc987ecb860 ("net/iavf: support IPsec inline crypto") Cc: sta...@dpdk.org Signed-off-by: Radu Nicolau --- drivers/c