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 710D0A00C3; Sat, 16 May 2020 11:21:31 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BD3401D971; Sat, 16 May 2020 11:21:30 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by dpdk.org (Postfix) with ESMTP id 77D171D970 for ; Sat, 16 May 2020 11:21:29 +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 04G9Kqsk000725; Sat, 16 May 2020 02:21:28 -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=ff7oNkOvd/N5FQQGc6iMg9f1kAhPXzbtdaqQQeJvYtlHSASioRnftwgwfp0IWUIP311F q1SZBzQfbbw7vSLjKI1ETLVCzda9gvZ4CCifNYPbgZI3jiy2/uBVYYDBKx3LKQqAHHas BZoDCQnHOv2/o0Yg5iq5mj5ck+AEuVkJENRS49BUdtflgdYy26VV4YlfWc2R4nkcS2zk HCAWOFQCWmPGIuyvuuVKvstFu5eWiY2CduOT2eQCKHgDMQDhsIkJYvwiaQVGMqAAw8in FZkLq5STQQVG+J0N8eyTQIXH7b1MCzAwAazCdhgYaEHB2xGPd53Z/RjobnlZyktNYW3Z Ow== Received: from sc-exch02.marvell.com ([199.233.58.182]) by mx0a-0016f401.pphosted.com with ESMTP id 3100xav272-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Sat, 16 May 2020 02:21:28 -0700 Received: from DC5-EXCH01.marvell.com (10.69.176.38) by SC-EXCH02.marvell.com (10.93.176.82) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Sat, 16 May 2020 02:21:27 -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; Sat, 16 May 2020 02:21:26 -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:21:26 -0700 Received: from ajoseph83.caveonetworks.com (ajoseph83.caveonetworks.com [10.29.45.60]) by maili.marvell.com (Postfix) with ESMTP id 6B4A73F703F; Sat, 16 May 2020 02:21:23 -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:50:56 +0530 Message-ID: <1589620862-25258-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