From mboxrd@z Thu Jan 1 00:00:00 1970 From: Akhil Goyal Subject: Re: [PATCH] crypto/dpaa2_sec: add support for out of place buffers Date: Fri, 13 Oct 2017 19:55:20 +0530 Message-ID: References: <20171012130726.4332-1-alok.makhariya@nxp.com> <20171012130726.4332-5-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-CO1-obe.outbound.protection.outlook.com (mail-co1nam03on0080.outbound.protection.outlook.com [104.47.40.80]) by dpdk.org (Postfix) with ESMTP id 690D81B6FA for ; Fri, 13 Oct 2017 16:25:27 +0200 (CEST) In-Reply-To: <20171012130726.4332-5-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 nxp dpaa2_sec > > Signed-off-by: Alok Makhariya > --- > drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c | 42 +++++++++++++++++++++++------ > 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, 52 insertions(+), 14 deletions(-) > Acked-by: Akhil Goyal