From mboxrd@z Thu Jan 1 00:00:00 1970 From: Akhil Goyal Subject: Re: [PATCH] crypto/dpaa_sec: add support for out of place buffers Date: Fri, 13 Oct 2017 19:55:53 +0530 Message-ID: <5d6a16ac-7760-2c61-56db-4144c94fb1a6@nxp.com> References: <20171012130726.4332-1-alok.makhariya@nxp.com> <20171012130726.4332-6-alok.makhariya@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Cc: , To: , Return-path: Received: from NAM03-BY2-obe.outbound.protection.outlook.com (mail-by2nam03on0069.outbound.protection.outlook.com [104.47.42.69]) by dpdk.org (Postfix) with ESMTP id 0657C1B6F1 for ; Fri, 13 Oct 2017 16:25:58 +0200 (CEST) In-Reply-To: <20171012130726.4332-6-alok.makhariya@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" On 10/12/2017 6:37 PM, alok.makhariya@nxp.com wrote: > From: Alok Makhariya > > Enable out of place buffer test cases in dpaa_sec > > Signed-off-by: Alok Makhariya > --- > drivers/crypto/dpaa_sec/dpaa_sec.c | 45 +++++++++++++++++++---------- > test/test/test_cryptodev.c | 6 ++++ > test/test/test_cryptodev_aes_test_vectors.h | 12 +++++--- > test/test/test_cryptodev_des_test_vectors.h | 6 ++-- > 4 files changed, 47 insertions(+), 22 deletions(-) > Acked-by: Akhil Goyal