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

Pablo de Lara pablo.de.lara.guarch at intel.com
Thu Mar 29 17:56:18 CEST 2018


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.

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 | 103 +++++++++++++++++++++++----------------
 1 file changed, 61 insertions(+), 42 deletions(-)

-- 
2.14.3



More information about the dev mailing list