Re: [EXT] Re: [PATCH v3 4/4] security: add IPsec option for IP reassembly

2022-02-02 Thread Ferruh Yigit
On 2/2/2022 9:15 AM, Akhil Goyal wrote: On 1/30/2022 5:59 PM, Akhil Goyal wrote: A new option is added in IPsec to enable and attempt reassembly of inbound packets. Signed-off-by: Akhil Goyal --- devtools/libabigail.abignore | 14 ++ lib/security/rte_security.h | 12 +

RE: [EXT] Re: [PATCH v3 4/4] security: add IPsec option for IP reassembly

2022-02-02 Thread Akhil Goyal
> On 1/30/2022 5:59 PM, Akhil Goyal wrote: > > A new option is added in IPsec to enable and attempt reassembly > > of inbound packets. > > > > Signed-off-by: Akhil Goyal > > --- > > devtools/libabigail.abignore | 14 ++ > > lib/security/rte_security.h | 12 +++- > > > +Rad

Re: [PATCH v3 4/4] security: add IPsec option for IP reassembly

2022-02-01 Thread Ferruh Yigit
On 1/30/2022 5:59 PM, Akhil Goyal wrote: A new option is added in IPsec to enable and attempt reassembly of inbound packets. Signed-off-by: Akhil Goyal --- devtools/libabigail.abignore | 14 ++ lib/security/rte_security.h | 12 +++- +Radu for review 2 files changed

[PATCH v3 4/4] security: add IPsec option for IP reassembly

2022-01-30 Thread Akhil Goyal
A new option is added in IPsec to enable and attempt reassembly of inbound packets. Signed-off-by: Akhil Goyal --- devtools/libabigail.abignore | 14 ++ lib/security/rte_security.h | 12 +++- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/devtools/libabigail.