Re: [dpdk-dev] [PATCH 1/3] security: add option to configure UDP ports verification

2021-09-28 Thread Akhil Goyal
> Add option to indicate whether UDP encapsulation ports > verification need to be done as part of inbound > IPsec processing. > > Signed-off-by: Tejasree Kondoj > --- > doc/guides/rel_notes/release_21_11.rst | 5 + > lib/security/rte_security.h| 7 +++ > 2 files changed, 12

Re: [dpdk-dev] [PATCH 1/3] security: add option to configure UDP ports verification

2021-09-08 Thread Akhil Goyal
> Add option to indicate whether UDP encapsulation ports > verification need to be done as part of inbound > IPsec processing. > > Signed-off-by: Tejasree Kondoj > --- Acked-by: Akhil Goyal

Re: [dpdk-dev] [PATCH 1/3] security: add option to configure UDP ports verification

2021-09-08 Thread Hemant Agrawal
On 9/8/2021 1:55 PM, Tejasree Kondoj wrote: Add option to indicate whether UDP encapsulation ports verification need to be done as part of inbound IPsec processing. Signed-off-by: Tejasree Kondoj Acked-by: Hemant Agrawal --- doc/guides/rel_notes/release_21_11.rst | 5 + lib/secur

[dpdk-dev] [PATCH 1/3] security: add option to configure UDP ports verification

2021-09-08 Thread Tejasree Kondoj
Add option to indicate whether UDP encapsulation ports verification need to be done as part of inbound IPsec processing. Signed-off-by: Tejasree Kondoj --- doc/guides/rel_notes/release_21_11.rst | 5 + lib/security/rte_security.h| 7 +++ 2 files changed, 12 insertions(+) dif