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 B7427A0C49 for ; Wed, 16 Jun 2021 20:42:44 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AA6194067A; Wed, 16 Jun 2021 20:42:44 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id 607454067A for ; Wed, 16 Jun 2021 20:42:43 +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 15GIUOhc024381; Wed, 16 Jun 2021 11:42:42 -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=qDepj4PAIxg+A8JwFJw0gV3DkV3COveU0Y+1zSqiTQI=; b=kKX3BtFjUhFMm7I3nR/ZQEdE4DJGGoQyPhjN3XqDEtRZl2kqFJWdX6/AFsRsZLJvlkuU jJ9mJf57baJgWbiZTlTG14aehmqU96xM8ZslWG8shwBy7u+WTak/3tJ9zKnl3oK8NS5U QZCU9RpD4idR44NXcuYjDVq8Gkxe+cnvJyWor/SQmIlup2bhwil2FBZ0nFoCF40/btCU 7gOI2juoXjggAN09RdYzKZiwcujfyIV4+becAZCyCYE9mvZe2QCYnI9vTCnR9V2ZYCaM b8m7Uztx3r51ew7qRHm8pamu7VpvE8vH5KBeY/ro5yOGquNY2yN5gnNMF0IfORdku6tq 4A== Received: from dc5-exch01.marvell.com ([199.233.59.181]) by mx0a-0016f401.pphosted.com with ESMTP id 397auvk99k-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Wed, 16 Jun 2021 11:42:42 -0700 Received: from DC5-EXCH02.marvell.com (10.69.176.39) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Wed, 16 Jun 2021 11:42:41 -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.18 via Frontend Transport; Wed, 16 Jun 2021 11:42:41 -0700 Received: from localhost.localdomain (unknown [10.28.34.29]) by maili.marvell.com (Postfix) with ESMTP id E2DB43F705F; Wed, 16 Jun 2021 11:42:39 -0700 (PDT) From: Shijith Thotton To: CC: Shijith Thotton , , Date: Thu, 17 Jun 2021 00:12:07 +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: mxD1GvI9D7enGRRPchAtmRXEXQy9LXYG X-Proofpoint-GUID: mxD1GvI9D7enGRRPchAtmRXEXQy9LXYG X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.391, 18.0.790 definitions=2021-06-16_11:2021-06-15, 2021-06-16 signatures=0 Subject: [dpdk-stable] [PATCH 20.11 0/3] backport of octeontx2 patches X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" Backported below octeontx2 patches for 20.11. Pavan Nikhilesh (1): event/octeontx2: fix XAQ pool reconfigure Shijith Thotton (2): event/octeontx2: fix crypto adapter queue pair operations event/octeontx2: configure crypto adapter xaq pool drivers/common/octeontx2/otx2_mbox.h | 7 ++ drivers/crypto/octeontx2/otx2_cryptodev_qp.h | 4 +- drivers/event/octeontx2/otx2_evdev.c | 31 ++++- drivers/event/octeontx2/otx2_evdev_adptr.c | 2 +- .../event/octeontx2/otx2_evdev_crypto_adptr.c | 110 +++++++++++++----- 5 files changed, 116 insertions(+), 38 deletions(-) -- 2.25.1