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

2021-03-25 Thread Tejasree Kondoj
aran ; > dev@dpdk.org > Subject: [EXT] RE: [dpdk-dev] [PATCH 2/3] examples/ipsec-secgw: add UDP > encapsulation support > > External Email > > -- > Hi Tejasree, > > > > > > &

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

2021-03-24 Thread Ananyev, Konstantin
Hi Tejasree, > > > > > > > > Adding lookaside IPsec UDP encapsulation support for NAT > > > > > > > > traversal. > > > > > > > > Added --udp-encap option for application to specify if UDP > > > > > > > > encapsulation need to be enabled. > > > > > > > > Example secgw command with UDP encapsultatio

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

2021-03-24 Thread Tejasree Kondoj
aran ; > dev@dpdk.org > Subject: RE: [dpdk-dev] [PATCH 2/3] examples/ipsec-secgw: add UDP > encapsulation support > > > > > > Hi Konstantin, > > > > > > > > Hi Akhil, > > > > > > > Adding lookaside IPsec UDP encapsulation suppo

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

2021-03-23 Thread Akhil Goyal
> > > Hi Konstantin, > > > > > > Hi Akhil, > > > > > > Adding lookaside IPsec UDP encapsulation support > > > > > > for NAT traversal. > > > > > > Added --udp-encap option for application to specify > > > > > > if UDP encapsulation need to be enabled. > > > > > > Example secgw command with UDP enc

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

2021-03-23 Thread Ananyev, Konstantin
> Hi Konstantin, > > > > Hi Akhil, > > > > > Adding lookaside IPsec UDP encapsulation support > > > > > for NAT traversal. > > > > > Added --udp-encap option for application to specify > > > > > if UDP encapsulation need to be enabled. > > > > > Example secgw command with UDP encapsultation enabl

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

2021-03-23 Thread Akhil Goyal
Hi Konstantin, > > Hi Akhil, > > > > Adding lookaside IPsec UDP encapsulation support > > > > for NAT traversal. > > > > Added --udp-encap option for application to specify > > > > if UDP encapsulation need to be enabled. > > > > Example secgw command with UDP encapsultation enabled: > > > > -c 0

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

2021-03-23 Thread Ananyev, Konstantin
Hi Akhil, > Hi Konstantin, > > Hi, > > > Adding lookaside IPsec UDP encapsulation support > > > for NAT traversal. > > > Added --udp-encap option for application to specify > > > if UDP encapsulation need to be enabled. > > > Example secgw command with UDP encapsultation enabled: > > > -c 0x1

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

2021-03-23 Thread Akhil Goyal
Hi Konstantin, > Hi, > > Adding lookaside IPsec UDP encapsulation support > > for NAT traversal. > > Added --udp-encap option for application to specify > > if UDP encapsulation need to be enabled. > > Example secgw command with UDP encapsultation enabled: > > -c 0x1 -- -P -p 0x1 --config "(0,0,0)

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

2021-03-19 Thread Ananyev, Konstantin
Hi, > Adding lookaside IPsec UDP encapsulation support > for NAT traversal. > Added --udp-encap option for application to specify > if UDP encapsulation need to be enabled. > Example secgw command with UDP encapsultation enabled: > -c 0x1 -- -P -p 0x1 --config "(0,0,0)" -f ep0.cfg --udp-encap Ca

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

2021-03-15 Thread Tejasree Kondoj
Adding lookaside IPsec UDP encapsulation support for NAT traversal. Added --udp-encap option for application to specify if UDP encapsulation need to be enabled. Example secgw command with UDP encapsultation enabled: -c 0x1 -- -P -p 0x1 --config "(0,0,0)" -f ep0.cfg --udp-encap Signed-off-by: Teja