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

2021-04-08 Thread Tejasree Kondoj
Hi Konstantin, Please see inline. Thanks Tejasree > -Original Message- > From: Ananyev, Konstantin > Sent: Tuesday, April 6, 2021 7:08 PM > To: Tejasree Kondoj ; Akhil Goyal > ; Nicolau, Radu > Cc: Anoob Joseph ; Ankur Dwivedi > ; Jerin Jacob Kollanukkaran ; > dev@dpdk.org > Subject: [

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

2021-04-06 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 > --- > doc/guides/rel_notes/release_21_05.rst | 5 > doc/guides/sample_app

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

2021-04-05 Thread Ananyev, Konstantin
Hi Akhil, > > > > 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 > > Konstantin, > Any more co

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

2021-04-05 Thread Akhil Goyal
> > 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 Konstantin, Any more comments on this? Regards, Akhil

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

2021-04-01 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 --- doc/guides/rel_notes/release_21_05.rst | 5 doc/guides/sample_app_ug/ipsec_secgw.rst | 1