[dpdk-dev] [PATCH v3 1/3] examples/ipsec-secgw: ipsec_sa structure cleanup

Ananyev, Konstantin konstantin.ananyev at intel.com
Mon Sep 23 18:47:28 CEST 2019



> -----Original Message-----
> From: Smoczynski, MarcinX
> Sent: Monday, September 23, 2019 12:44 PM
> To: anoobj at marvell.com; akhil.goyal at nxp.com; Ananyev, Konstantin <konstantin.ananyev at intel.com>
> Cc: dev at dpdk.org; Smoczynski, MarcinX <marcinx.smoczynski at intel.com>
> Subject: [PATCH v3 1/3] 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.
> 
> Signed-off-by: Marcin Smoczynski <marcinx.smoczynski at intel.com>
> ---

Acked-by: Konstantin Ananyev <konstantin.ananyev at intel.com>

> 2.17.1



More information about the dev mailing list