Re: [dpdk-dev] [PATCH v4 2/3] examples/ipsec-secgw: add UDP encapsulation support

2021-04-29 Thread Medvedkin, Vladimir
Hello, This patch breaks the packet validation test. https://bugs.dpdk.org/show_bug.cgi?id=695 Please take a look. Thanks! On 15/04/2021 10:22, Tejasree Kondoj wrote: Adding lookaside IPsec UDP encapsulation support for NAT traversal. Application has to add udp-encap option to sa config file t

Re: [dpdk-dev] [PATCH v4 2/3] examples/ipsec-secgw: add UDP encapsulation support

2021-04-15 Thread Ananyev, Konstantin
> Adding lookaside IPsec UDP encapsulation support > for NAT traversal. > Application has to add udp-encap option to sa config file > to enable UDP encapsulation on the SA. > > Signed-off-by: Tejasree Kondoj > Acked-by: Akhil Goyal > --- Acked-by: Konstantin Ananyev > 2.27.0

[dpdk-dev] [PATCH v4 2/3] examples/ipsec-secgw: add UDP encapsulation support

2021-04-14 Thread Tejasree Kondoj
Adding lookaside IPsec UDP encapsulation support for NAT traversal. Application has to add udp-encap option to sa config file to enable UDP encapsulation on the SA. Signed-off-by: Tejasree Kondoj Acked-by: Akhil Goyal --- doc/guides/rel_notes/release_21_05.rst | 5 +++ doc/guides/sample_app_