From mboxrd@z Thu Jan 1 00:00:00 1970 From: Akhil Goyal Subject: Re: [PATCH 0/3] security: support for pdcp Date: Thu, 30 Aug 2018 12:16:41 +0530 Message-ID: <0379b543-3b66-728b-d57e-d66152cd1574@nxp.com> References: <20180828130105.30779-1-akhil.goyal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: "Nicolau, Radu" , Pablo de Lara , Declan Doherty , Anoob Joseph Return-path: Received: from EUR03-VE1-obe.outbound.protection.outlook.com (mail-eopbgr50074.outbound.protection.outlook.com [40.107.5.74]) by dpdk.org (Postfix) with ESMTP id 406472BA3 for ; Thu, 30 Aug 2018 08:46:57 +0200 (CEST) In-Reply-To: <20180828130105.30779-1-akhil.goyal@nxp.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi Declan, Pablo, Radu, Anoob, On 8/28/2018 6:31 PM, akhil.goyal@nxp.com wrote: > From: Akhil Goyal > > 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