From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 38076A00C3; Sat, 16 May 2020 11:27:19 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 142011D97E; Sat, 16 May 2020 11:27:18 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by dpdk.org (Postfix) with ESMTP id 511221D717 for ; Sat, 16 May 2020 11:27:16 +0200 (CEST) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 04G9RFeo006922; Sat, 16 May 2020 02:27:15 -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=pfpt0818; bh=d2vv3OTQ5YpdrK7BjxhJsbU2UpSapevAY5Ojb61rt+E=; b=iWz1yXvD0SzDTDywU3UHXEmS2wWzfApq7wicRtyD5cH6WIVq6BfMwxYCy2xkQR3HaEmc Tq+eFNgsHs1CJA3Y05dBtVhjTsiNQguhj0M35G4eWvuXmE275kAVAai2MlahxMkavvhf HdiBnOcZ9UoHfgntbRiFLsgaFdTRtPvPGSgMjtT4qabg9Psez8wqTQPot7LC8ulRfmn5 EQwHZG08fBmXy8nhYQfU2NSdZyS6N1c8OwL+LTcbwKuhmTJ0fszl3TOWe/Tw3ICqfhar 9kHj1nlYHzoOcsToyDbrPNWxNV0UL07iCDa/1uXOybFY0N++UbSkxrzHNtTrwZp+r/B4 NQ== Received: from sc-exch04.marvell.com ([199.233.58.184]) by mx0a-0016f401.pphosted.com with ESMTP id 312dhq8042-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Sat, 16 May 2020 02:27:15 -0700 Received: from DC5-EXCH02.marvell.com (10.69.176.39) by SC-EXCH04.marvell.com (10.93.176.84) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Sat, 16 May 2020 02:27:13 -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; Sat, 16 May 2020 02:27:13 -0700 Received: from ajoseph83.caveonetworks.com (ajoseph83.caveonetworks.com [10.29.45.60]) by maili.marvell.com (Postfix) with ESMTP id 2C3313F703F; Sat, 16 May 2020 02:27:10 -0700 (PDT) From: Anoob Joseph To: Akhil Goyal CC: Anoob Joseph , Thomas Monjalon , Jerin Jacob , Narayana Prasad , Ankur Dwivedi , Tejasree Kondoj , Date: Sat, 16 May 2020 14:56:52 +0530 Message-ID: <1589621218-25339-1-git-send-email-anoobj@marvell.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.216, 18.0.676 definitions=2020-05-16_05:2020-05-15, 2020-05-16 signatures=0 Subject: [dpdk-dev] [PATCH 0/6] improvements to OCTEON TX crypto PMDs X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" This series adds multiple optimizations and improvements to OCTEON TX crypto PMDs and OCTEON TX2 security support. Ankur Dwivedi (2): crypto/octeontx2: enable non-byte aligned data feature crypto/octeontx: enable non-byte aligned data feature Anoob Joseph (3): common/octeontx2: fix out of bounds access crypto/octeontx2: improve error handling in session configure crypto/octeontx: redesign sym sessionless code path Tejasree Kondoj (1): net/octeontx2: increase max packet length for Inline IPsec Rx doc/guides/cryptodevs/features/octeontx.ini | 1 + doc/guides/cryptodevs/features/octeontx2.ini | 1 + drivers/common/cpt/cpt_ucode.h | 75 --------- drivers/common/octeontx2/otx2_sec_idev.c | 4 +- drivers/crypto/octeontx/otx_cryptodev_ops.c | 210 ++++++++++++++------------ drivers/crypto/octeontx2/otx2_cryptodev.c | 1 + drivers/crypto/octeontx2/otx2_cryptodev_ops.c | 43 +++++- drivers/net/octeontx2/otx2_ethdev_sec.c | 4 +- 8 files changed, 160 insertions(+), 179 deletions(-) -- 2.7.4