[dpdk-dev] [PATCH v2 0/3] ZUC PMD fixes

De Lara Guarch, Pablo pablo.de.lara.guarch at intel.com
Thu Apr 19 18:39:44 CEST 2018



> -----Original Message-----
> From: De Lara Guarch, Pablo
> Sent: Thursday, April 19, 2018 3:56 PM
> To: dev at dpdk.org
> Cc: Trahe, Fiona <fiona.trahe at intel.com>; De Lara Guarch, Pablo
> <pablo.de.lara.guarch at intel.com>
> Subject: [PATCH v2 0/3] ZUC PMD fixes
> 
> ZUC library provides an API to encrypt buffers in parallel with different keys.
> However, the PMD was developed assuming
> that all needed to share the same session (therefore, the same key).
> 
> This patchset fixes this behaviour by allowing multiple buffers with different keys
> to be processed in parallel, plus it removes some unnecessary code.
> 
> Changes in v2:
> - Fixed incorrect comments [Fiona]
> 
> Pablo de Lara (3):
>   crypto/zuc: do not set default op status
>   crypto/zuc: remove unnecessary check
>   crypto/zuc: batch ops with same transform
> 
>  drivers/crypto/zuc/rte_zuc_pmd.c | 111 +++++++++++++++++++++++-------------
> ---
>  1 file changed, 65 insertions(+), 46 deletions(-)
> 
> --
> 2.14.3

Series applied to dpdk-next-crypto.

Pablo



More information about the dev mailing list