Re: [dpdk-dev] [PATCH v5] examples/ipsec-secgw: fix usage of incorrect port

2017-12-14 Thread De Lara Guarch, Pablo
org > Subject: Re: [dpdk-dev] [PATCH v5] examples/ipsec-secgw: fix usage of > incorrect port > > > > On 12/12/2017 8:32 AM, Anoob Joseph wrote: > > When security offload is enabled, the packet should be forwarded on > > the port configured in the SA. Security session

Re: [dpdk-dev] [PATCH v5] examples/ipsec-secgw: fix usage of incorrect port

2017-12-12 Thread Radu Nicolau
On 12/12/2017 8:32 AM, Anoob Joseph wrote: When security offload is enabled, the packet should be forwarded on the port configured in the SA. Security session will be configured on that port only, and sending the packet on other ports could result in unencrypted packets being sent out. This wo

[dpdk-dev] [PATCH v5] examples/ipsec-secgw: fix usage of incorrect port

2017-12-12 Thread Anoob Joseph
When security offload is enabled, the packet should be forwarded on the port configured in the SA. Security session will be configured on that port only, and sending the packet on other ports could result in unencrypted packets being sent out. This would have performance improvements too, as the p