Re: [dpdk-dev] [PATCH] security: allow application to specify UDP ports to PMD

2021-01-11 Thread Tejasree Kondoj
Hi Akhil, Please see inline. Thanks Tejasree > -Original Message- > From: Akhil Goyal > Sent: Tuesday, January 12, 2021 12:50 AM > To: Tejasree Kondoj ; Radu Nicolau > > Cc: Narayana Prasad Raju Athreya ; Anoob Joseph > ; dev@dpdk.org > Subject: [EXT] RE: [PATCH] security: allow applic

Re: [dpdk-dev] [PATCH] security: allow application to specify UDP ports to PMD

2021-01-11 Thread Akhil Goyal
Hi Tejasree, > > > > > > > > I think we should add some usage of these newly added params > > > > - either in app/test or in examples/ipsec-secgw > > > > > > [Tejasree] You mean adding test case in either of the above apps or > > > addition of PMD implementation also? Also is the proposal sounds f

Re: [dpdk-dev] [PATCH] security: allow application to specify UDP ports to PMD

2020-09-21 Thread Tejasree Kondoj
Please see inline. Thanks Tejasree > -Original Message- > From: Akhil Goyal > Sent: Monday, September 21, 2020 3:01 PM > To: Tejasree Kondoj ; Radu Nicolau > > Cc: Narayana Prasad Raju Athreya ; Anoob Joseph > ; dev@dpdk.org > Subject: [EXT] RE: [PATCH] security: allow application to sp

Re: [dpdk-dev] [PATCH] security: allow application to specify UDP ports to PMD

2020-09-21 Thread Akhil Goyal
Hi Tejasree, > > > Add UDP source and destination ports in ipsec_xform to allow > > > application to specify ports to be used for IPsec UDP encapsulation as > > > they are dynamically changed by NAT in between. Also adding an extra > > > flag to indicate whether PMD needs to perform encapsulation

Re: [dpdk-dev] [PATCH] security: allow application to specify UDP ports to PMD

2020-09-21 Thread Tejasree Kondoj
Hi Akhil, Please see inline. Thanks Tejasree > -Original Message- > From: Akhil Goyal > Sent: Friday, September 11, 2020 12:39 AM > To: Tejasree Kondoj ; Radu Nicolau > > Cc: Narayana Prasad Raju Athreya ; Anoob Joseph > ; dev@dpdk.org > Subject: [EXT] RE: [PATCH] security: allow appli

Re: [dpdk-dev] [PATCH] security: allow application to specify UDP ports to PMD

2020-09-10 Thread Akhil Goyal
Hi Tejasree, > Add UDP source and destination ports in ipsec_xform to allow application > to specify ports to be used for IPsec UDP encapsulation as they are > dynamically changed by NAT in between. Also adding an extra flag to > indicate whether PMD needs to perform encapsulation header verificat

[dpdk-dev] [PATCH] security: allow application to specify UDP ports to PMD

2020-09-02 Thread Tejasree Kondoj
Add UDP source and destination ports in ipsec_xform to allow application to specify ports to be used for IPsec UDP encapsulation as they are dynamically changed by NAT in between. Also adding an extra flag to indicate whether PMD needs to perform encapsulation header verification in case of inbound