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 9951FA09FD; Fri, 18 Dec 2020 14:17:54 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 81427CAC3; Fri, 18 Dec 2020 14:17:53 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by dpdk.org (Postfix) with ESMTP id D7701CAC0 for ; Fri, 18 Dec 2020 14:17:50 +0100 (CET) Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.16.0.43/8.16.0.43) with SMTP id 0BIDHFxU010468; Fri, 18 Dec 2020 05:17:50 -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=e645EPHnfm+oMb05655vz0cBBYZxHQlVkVaYu2Rx4Ss=; b=OoPxmLPLnxvXsG+SKLdcc0kMyBaHuKaWQI6jxtX/OP8A9bosIjG3rOgLK49epdQ0lM96 I2du1Z1q8MqDorCxKi8A8Lqud7Xum8yBq0pVgeKeEgNsVeEZTQQH+inLFWjBmSeaN8by NyjEJpWFfqwTFdlrx6sxtLQGrr7zwwbsZ9Opz398DyICcpOrSAm/zp6RKzbdyUIL22rk 8CHY8qgF7fKgOB87t/wuaoThw/OtYFvT/12DYuFESy7Js87nCzKBevP8BggBCKfg4Y4A CFCAzvTlXLH3oKQQCfQaGUdcpibWiH9E0R5cR2yKYtytSZNalwjtNcXrw3VWrLX51wuq 7Q== Received: from sc-exch02.marvell.com ([199.233.58.182]) by mx0b-0016f401.pphosted.com with ESMTP id 35gq80gtus-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Fri, 18 Dec 2020 05:17:50 -0800 Received: from SC-EXCH04.marvell.com (10.93.176.84) by SC-EXCH02.marvell.com (10.93.176.82) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Fri, 18 Dec 2020 05:17:48 -0800 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; Fri, 18 Dec 2020 05:17:48 -0800 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; Fri, 18 Dec 2020 05:17:48 -0800 Received: from hyd1554T5810.caveonetworks.com.com (unknown [10.29.57.11]) by maili.marvell.com (Postfix) with ESMTP id 72C4A3F703F; Fri, 18 Dec 2020 05:17:46 -0800 (PST) From: Tejasree Kondoj To: Akhil Goyal , Radu Nicolau CC: Tejasree Kondoj , Anoob Joseph , Ankur Dwivedi , Date: Fri, 18 Dec 2020 19:44:08 +0530 Message-ID: <20201218141410.1918-1-ktejasree@marvell.com> X-Mailer: git-send-email 2.27.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-18_09:2020-12-18, 2020-12-18 signatures=0 Subject: [dpdk-dev] [PATCH 0/2] add lookaside IPsec ESN and anti-replay support 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 lookaside IPsec ESN and anti-replay support to OCTEON TX2 crypto PMD. The functionality has been tested with ipsec-secgw application running in lookaside protocol offload mode. Tejasree Kondoj (2): crypto/octeontx2: make anti-replay routine generic crypto/octeontx2: add lookaside IPsec ESN and anti-replay support doc/guides/cryptodevs/octeontx2.rst | 2 + doc/guides/rel_notes/release_21_02.rst | 5 ++ drivers/crypto/octeontx2/otx2_cryptodev_ops.c | 47 ++++++++++++++++++- drivers/crypto/octeontx2/otx2_cryptodev_sec.c | 21 +++++++++ .../crypto/octeontx2/otx2_ipsec_anti_replay.h | 32 ++++++++++--- drivers/crypto/octeontx2/otx2_ipsec_po.h | 5 ++ drivers/crypto/octeontx2/otx2_ipsec_po_ops.h | 2 + drivers/net/octeontx2/otx2_rx.h | 2 +- 8 files changed, 107 insertions(+), 9 deletions(-) -- 2.27.0