From patchwork Mon Apr 26 12:21:05 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shijith Thotton X-Patchwork-Id: 92169 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id A0924A0548; Mon, 26 Apr 2021 14:21:29 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 326DE41104; Mon, 26 Apr 2021 14:21:29 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id 95C5C40140 for ; Mon, 26 Apr 2021 14:21:27 +0200 (CEST) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.16.0.43/8.16.0.43) with SMTP id 13QCFtYN019501 for ; Mon, 26 Apr 2021 05:21:26 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version : content-transfer-encoding : content-type; s=pfpt0220; bh=OmkUsfwc7hMEjvlTzEguMGFb6oBN/y+G5uWqvebWUdI=; b=iWPgP8RpvCMX4fvuBKuDZuKwNAY6DH/vaZpLgG/hDYm0IpHiuErpI82QLmk/Ex8yGCcE ic9ACRSuWqb5JQZ5IaVRSeZIGyu4+wn5TF/TwGph4Ecn/KhO12zlHhjvr7YKtRUiJGDH rJm5eNIpxIevEIVDghFCHem8y0sPsGMEWwfu3pp0G2PhHeZwJSV63U3zVeZtrOVb1CLY w3hZ5isfGIuCZYfHGxpD49Cy9ucqq4FgDJmg+OmlCzBtjWjTHI+rG3czIK0otrtRLDAM Asw1gBh6DXZ6ocVscqt73eNHv3hMDBjpfoRZkVLlntug9cDVJ7MQtIsDthxyYo6EtvMz 3w== Received: from dc5-exch02.marvell.com ([199.233.59.182]) by mx0a-0016f401.pphosted.com with ESMTP id 385hfr1s38-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Mon, 26 Apr 2021 05:21:26 -0700 Received: from DC5-EXCH02.marvell.com (10.69.176.39) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Mon, 26 Apr 2021 05:21:25 -0700 Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Mon, 26 Apr 2021 05:21:25 -0700 Received: from localhost.localdomain (unknown [10.28.34.29]) by maili.marvell.com (Postfix) with ESMTP id 121CC3F703F; Mon, 26 Apr 2021 05:21:22 -0700 (PDT) From: Shijith Thotton To: CC: Shijith Thotton , Jerin Jacob , Anoob Joseph , Ankur Dwivedi , Pavan Nikhilesh Date: Mon, 26 Apr 2021 17:51:05 +0530 Message-ID: X-Mailer: git-send-email 2.25.1 In-Reply-To: References: MIME-Version: 1.0 X-Proofpoint-ORIG-GUID: n1oz_1CKUOYmbdnpzfsRFW_9xIA5xz87 X-Proofpoint-GUID: n1oz_1CKUOYmbdnpzfsRFW_9xIA5xz87 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.391, 18.0.761 definitions=2021-04-26_05:2021-04-26, 2021-04-26 signatures=0 Subject: [dpdk-dev] [PATCH v2 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. v2: - Fixed adapter xae count updation. 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(-)