RE: [PATCH v3 1/7] examples/ipsec-secgw: move fast path helper functions

2022-04-29 Thread Akhil Goyal
> Subject: [PATCH v3 1/7] examples/ipsec-secgw: move fast path helper functions > > Move fast path helper functions to header file for easy access. > > Signed-off-by: Nithin Dabilpuram > --- Series Acked-by: Akhil Goyal @konstantin.anan...@intel.com: any more comments on t

Re: [PATCH v3 1/7] examples/ipsec-secgw: move fast path helper functions

2022-04-29 Thread Nithin Kumar Dabilpuram
Hi Konstantin, Any comments on this updated series ? Thanks Nithin On 4/28/22 8:34 PM, Nithin Dabilpuram wrote: Move fast path helper functions to header file for easy access. Signed-off-by: Nithin Dabilpuram --- v3: - In patch 7/7, in Inline Protocol single sa mode's worker thread, further

[PATCH v3 1/7] examples/ipsec-secgw: move fast path helper functions

2022-04-28 Thread Nithin Dabilpuram
Move fast path helper functions to header file for easy access. Signed-off-by: Nithin Dabilpuram --- v3: - In patch 7/7, in Inline Protocol single sa mode's worker thread, further reduce processing by getting the proto from the Single outbound SA flags. Keep processing as minimal as possible