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 412C9A0C3F; Thu, 15 Apr 2021 21:10:35 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1BBE5162425; Thu, 15 Apr 2021 21:10:35 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id 00B91162424 for ; Thu, 15 Apr 2021 21:10:33 +0200 (CEST) Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.16.0.43/8.16.0.43) with SMTP id 13FItVJO021210 for ; Thu, 15 Apr 2021 12:10:32 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : mime-version : content-transfer-encoding : content-type; s=pfpt0220; bh=pT96Tace+jAcgfWA+iBg0j6js4Wd6d55UkUBxhF3Oa4=; b=eiL6f3qWE5cXd91RM6lBwUDeJSoyoSJSgTeh837SmNmywyw9oKPpE80f3CxFxIowSloy r+u7DKPv5xi76zLaN1ST3aVRRnyfTvm5WOuVpq8t9B3Fd0euiAf45Qtl+C+q7JS5QCEV odL5e44HHGRFSq+PO8oiFFyVsEB5Y63ogD/Sm97DHU31Lw4LDTGI6vWGjv2h58IJMkO+ ETUzQ/ezQ6nMwGlwBv9YLTq4b8ZKKOQzOo+a9KRdojVZ2S1ER0gEB6EQhTq2SJyel6A0 MbWuJlhcLYX7sD+e5AqitMXUClTx0qU+pymJR4p7c2d4UvelqmP1JLSkdUI3r9rTmISA UA== Received: from dc5-exch02.marvell.com ([199.233.59.182]) by mx0b-0016f401.pphosted.com with ESMTP id 37wqtm71qp-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Thu, 15 Apr 2021 12:10:32 -0700 Received: from DC5-EXCH01.marvell.com (10.69.176.38) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Thu, 15 Apr 2021 12:10:29 -0700 Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Thu, 15 Apr 2021 12:10:29 -0700 Received: from localhost.localdomain (unknown [10.28.34.29]) by maili.marvell.com (Postfix) with ESMTP id 488433F7045; Thu, 15 Apr 2021 12:10:27 -0700 (PDT) From: Shijith Thotton To: CC: Shijith Thotton , Jerin Jacob , Akhil Goyal , Anoob Joseph , "Ankur Dwivedi" , Pavan Nikhilesh Date: Fri, 16 Apr 2021 00:40:13 +0530 Message-ID: X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Proofpoint-ORIG-GUID: WZ36mog9Y-_Bkqq1oySOLqcY_RkOsV1j X-Proofpoint-GUID: WZ36mog9Y-_Bkqq1oySOLqcY_RkOsV1j X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.391, 18.0.761 definitions=2021-04-15_09:2021-04-15, 2021-04-15 signatures=0 Subject: [dpdk-dev] [PATCH v1 0/2] event/octeontx2: fixes for crypto adapter 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" Fixes for OCTEON TX2 crypto adapter implementation. Shijith Thotton (2): event/octeontx2: fix crypto adapter queue pair ops event/octeontx2: configure crypto adapter xaq pool drivers/crypto/octeontx2/otx2_cryptodev_qp.h | 4 +- drivers/event/octeontx2/otx2_evdev_adptr.c | 2 +- .../event/octeontx2/otx2_evdev_crypto_adptr.c | 110 +++++++++++++----- 3 files changed, 84 insertions(+), 32 deletions(-) -- 2.25.1