Hi Marcin,
> -----Original Message-----
> From: dev [mailto:[email protected]] On Behalf Of Marcin Smoczynski
> Sent: Friday, September 27, 2019 4:55 PM
> To: [email protected]; [email protected]; Ananyev, Konstantin
> <[email protected]>
> Cc: [email protected]; Smoczynski, MarcinX <[email protected]>
> Subject: [dpdk-dev] [PATCH v5 1/4] examples/ipsec-secgw: ipsec_sa
> structure cleanup
Minor nit.
./devtools/check-git-log.sh -1
Wrong headline format:
examples/ipsec-secgw: ipsec_sa structure cleanup
> Cleanup ipsec_sa structure by removing every field that is already in the
> rte_ipsec_session structure:
> * cryptodev/security session union
> * action type
> * offload flags
> * security context
> References to abovementioned fields are changed to direct references to
> matching fields of rte_ipsec_session structure.
>
> Such refactoring is needed to introduce many sessions per SA feature, e.g.
> fallback session for inline offload processing.
>
> Acked-by: Konstantin Ananyev <[email protected]>
> Signed-off-by: Marcin Smoczynski <[email protected]>
Tested-by: Bernard Iremonger <[email protected]>