From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 103C3A0C46; Tue, 31 Aug 2021 17:43:58 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EAE944013F; Tue, 31 Aug 2021 17:43:57 +0200 (CEST) Received: from mail-108-mta222.mxroute.com (mail-108-mta222.mxroute.com [136.175.108.222]) by mails.dpdk.org (Postfix) with ESMTP id C53D440041 for ; Tue, 31 Aug 2021 17:43:55 +0200 (CEST) Received: from filter004.mxroute.com ([149.28.56.236] filter004.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta222.mxroute.com (ZoneMTA) with ESMTPSA id 17b9ce185e900074ba.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Tue, 31 Aug 2021 15:43:50 +0000 X-Zone-Loop: f8ef7248b613e4c25d8a2b78741c8b1e6eff12fac05a X-Originating-IP: [149.28.56.236] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ashroe.eu; s=x; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date: Message-ID:From:References:Cc:To:Subject:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=uUKeyrQqa1sO74FBKk5iJv585sEv/bO9tkRRxlFUCWQ=; b=cPfXVsF2kq2B1Bo290CnBIO4BM psCHNXQizapLXbFVMWYZ0LA0FAB2LJtPC3UFaqr0wOGlowGa3DhNO1+Qy89UDfwugFjqaEudbTCme An40I/LCijXn4UepoMocJN8EOsPAVFeSRRt3x3l424t3Yoyvmiq3YKWJLQdFMdo6qeLjzI5CX0bfo dhe77JnTAUSovUDzbr25EEpoXXyAc98DT6BrZ8VaIoGC/3NO2cA4FImqpaWZrIDnyRN1GdB9H83dM cgTU3kPQXBIlPWGD6Ggi2VPdcpLGfJ3dLWPxJi0D3t7N+L/stTucqP3d5iPa67nkhowuJCS4LWYL4 GmJAdPuw==; To: Shijith Thotton , dev@dpdk.org Cc: jerinj@marvell.com, ndabilpuram@marvell.com, anoobj@marvell.com, pbhagavatula@marvell.com, gakhil@marvell.com, Ankur Dwivedi , Tejasree Kondoj References: <24ebd87b19d43a1d6b51b57f4cb74cf2ebc0fac2.1630315730.git.sthotton@marvell.com> From: "Kinsella, Ray" Message-ID: <0b86add2-4b2e-7834-5e7a-f54c219d3dba@ashroe.eu> Date: Tue, 31 Aug 2021 16:43:47 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: <24ebd87b19d43a1d6b51b57f4cb74cf2ebc0fac2.1630315730.git.sthotton@marvell.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-AuthUser: mdr@ashroe.eu Subject: Re: [dpdk-dev] [PATCH 5/8] crypto/cnxk: add cn9k crypto adapter fast path ops X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list 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 30/08/2021 12:09, Shijith Thotton wrote: > Added crypto adapter enqueue and dequeue operations for CN9K. > > Signed-off-by: Shijith Thotton > --- > drivers/crypto/cnxk/cn9k_cryptodev_ops.c | 235 ++++++++++++++++------- > drivers/crypto/cnxk/cn9k_cryptodev_ops.h | 6 + > drivers/crypto/cnxk/cnxk_cryptodev_ops.h | 28 +++ > drivers/crypto/cnxk/meson.build | 2 +- > drivers/crypto/cnxk/version.map | 5 + > 5 files changed, 205 insertions(+), 71 deletions(-) > [SNIP] Acked-by: Ray Kinsella