[dpdk-dev] [PATCH 0/3] security: support for pdcp

Akhil Goyal akhil.goyal at nxp.com
Thu Aug 30 08:46:41 CEST 2018


Hi Declan, Pablo, Radu, Anoob,

On 8/28/2018 6:31 PM, akhil.goyal at nxp.com wrote:

> From: Akhil Goyal <akhil.goyal at nxp.com>
>
> Security library currently only has support for IPSec protocol.
> This patchset defines structures for pdcp protocol in rte_security
> and provide a sample driver implementation for lookaside protocol
> offload to support PDCP.
>
> Akhil Goyal (3):
>    security: support pdcp protocol
>    crypto/dpaa2_sec: add sample pdcp descriptor apis
>    crypto/dpaa2_sec: support pdcp offload
>
>   doc/guides/prog_guide/rte_security.rst      |   90 +-
>   drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c |  294 +++
>   drivers/crypto/dpaa2_sec/dpaa2_sec_priv.h   |  172 ++
>   drivers/crypto/dpaa2_sec/hw/desc.h          |    2 +-
>   drivers/crypto/dpaa2_sec/hw/desc/pdcp.h     | 2642 +++++++++++++++++++
>   lib/librte_security/rte_security.c          |    4 +
>   lib/librte_security/rte_security.h          |   62 +
>   7 files changed, 3258 insertions(+), 8 deletions(-)
>   create mode 100644 drivers/crypto/dpaa2_sec/hw/desc/pdcp.h
>
Could you please help in review of this Patchset - mainly the rte_security changes.

I forgot to add you for the cc list while sending.

Thanks,

Akhil



More information about the dev mailing list