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

2017-11-14 Thread Nicolau, Radu
Hi, Please send a v2 with the doc update that describes the new behavior and I will ack it. Regards, Radu > -Original Message- > From: Anoob Joseph [mailto:ajos...@caviumnetworks.com] > Sent: Monday, November 13, 2017 7:25 PM > To: Nicolau, Radu ; Anoob Joseph > ; Akhil Goyal ; > Dohert

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

2017-11-13 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

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

2017-11-13 Thread Anoob Joseph
Hi, Comments below On 13-11-2017 22:53, Radu Nicolau wrote: Hi, Comments below On 11/13/2017 4:13 PM, 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

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

2017-11-13 Thread Radu Nicolau
Hi, Comments below On 11/13/2017 4:13 PM, 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