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 5CD6AA04B5; Sat, 19 Dec 2020 07:55:25 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DE91CCAD2; Sat, 19 Dec 2020 07:55:23 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by dpdk.org (Postfix) with ESMTP id B6B14CAC4 for ; Sat, 19 Dec 2020 07:55:22 +0100 (CET) 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 0BJ6o7og027388; Fri, 18 Dec 2020 22:55:20 -0800 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=xV08k7t/Nhk3cgeEFNEPeOGicCGIoTKV9o6lxwB2U2s=; b=FvH+TIvPDdn9DEWK0tzA1wUOxrLCx2HHpS3WGOKFtpB7iF7AXJQCeN7cD1nxTym7Ek++ 8euwNCD3l0hys8/ackD2Wazu7lYVTMy9I3Af6yBvQyF4KhD46p39AqcQlnRRLtfdMu+P bUiPjwfqpzC4g9ZIZhCcgf7gzP5tPnmYUi6bIcSl4DIK1YdeYBm4ObtN4RBzru/FxQjD MGjf94ngvWudgKxXJ9esn94dwnoq1aLQbSms8RfFJwQb0THlQG3U/p/orLonrydysLXp h4+stCxShImje9pAxldz9tr9UeqY6xmCvab5YhEUBw8U2rsORnNxpvFiuKSjmHCP6Quk Rw== Received: from sc-exch01.marvell.com ([199.233.58.181]) by mx0a-0016f401.pphosted.com with ESMTP id 35g4rp63ed-2 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Fri, 18 Dec 2020 22:55:20 -0800 Received: from DC5-EXCH01.marvell.com (10.69.176.38) by SC-EXCH01.marvell.com (10.93.176.81) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Fri, 18 Dec 2020 22:55:19 -0800 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; Fri, 18 Dec 2020 22:55:19 -0800 Received: from hyd1349.t110.caveonetworks.com.com (unknown [10.29.45.13]) by maili.marvell.com (Postfix) with ESMTP id 1F44C3F703F; Fri, 18 Dec 2020 22:55:17 -0800 (PST) From: Ankur Dwivedi To: CC: , , , Ankur Dwivedi Date: Sat, 19 Dec 2020 12:24:54 +0530 Message-ID: <20201219065456.24156-1-adwivedi@marvell.com> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.343, 18.0.737 definitions=2020-12-19_01:2020-12-18, 2020-12-19 signatures=0 Subject: [dpdk-dev] [PATCH 0/2] crypto/octeontx2: add support for cipher combinations 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 support for aes-cbc sha1-hmac and aes-cbc sha256-128-hmac cipher combinations in lookaside protocol offload mode. The functionality has been verified with ipsec-secgw application running in lookaside protocol offload mode. This series should be applied after the following patch series: http://patches.dpdk.org/project/dpdk/list/?series=14374 Ankur Dwivedi (2): crypto/octeontx2: add support for aes-cbc sha1-hmac crypto/octeontx2: add support for aes-cbc sha256-128-hmac doc/guides/cryptodevs/octeontx2.rst | 2 + doc/guides/rel_notes/release_21_02.rst | 5 + drivers/crypto/octeontx2/otx2_cryptodev_sec.c | 128 +++++++++++++----- drivers/crypto/octeontx2/otx2_ipsec_po.h | 62 ++++++--- drivers/crypto/octeontx2/otx2_ipsec_po_ops.h | 2 +- drivers/crypto/octeontx2/otx2_security.h | 1 + 6 files changed, 150 insertions(+), 50 deletions(-) -- 2.28.0