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

2018-04-19 Thread De Lara Guarch, Pablo
> -Original Message- > From: De Lara Guarch, Pablo > Sent: Thursday, April 19, 2018 3:56 PM > To: dev@dpdk.org > Cc: Trahe, Fiona ; De Lara Guarch, Pablo > > Subject: [PATCH v2 0/3] ZUC PMD fixes > > ZUC library provides an API to encrypt buffers in parallel with different > keys. > Ho

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

2018-04-19 Thread Pablo de Lara
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 parall