From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hemant Agrawal Subject: Re: [PATCH 1/2] crypto/dpaa2_sec: support for scatter gather Date: Fri, 19 Jan 2018 19:36:02 +0530 Message-ID: <3e09cb10-2c2c-1cb2-8c74-4d92a9544647@nxp.com> References: <20180119115102.2247-1-akhil.goyal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Cc: , To: Akhil Goyal , Return-path: Received: from NAM03-BY2-obe.outbound.protection.outlook.com (mail-by2nam03on0084.outbound.protection.outlook.com [104.47.42.84]) by dpdk.org (Postfix) with ESMTP id A6D781B31B for ; Fri, 19 Jan 2018 15:24:56 +0100 (CET) In-Reply-To: <20180119115102.2247-1-akhil.goyal@nxp.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 1/19/2018 5:21 PM, Akhil Goyal wrote: > Signed-off-by: Alok Makhariya > Signed-off-by: Akhil Goyal > --- > doc/guides/cryptodevs/features/default.ini | 1 + > doc/guides/cryptodevs/features/dpaa2_sec.ini | 1 + > drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c | 588 +++++++++++++++++++++++++-- > test/test/test_cryptodev.c | 10 + > test/test/test_cryptodev_aes_test_vectors.h | 22 +- > test/test/test_cryptodev_hash_test_vectors.h | 14 + > 6 files changed, 596 insertions(+), 40 deletions(-) > Acked-by: Hemant Agrawal