From patchwork Mon Jan 31 16:43:55 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tejasree Kondoj X-Patchwork-Id: 106745 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id D1D5BA0351; Mon, 31 Jan 2022 16:52:01 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5FAA9411A7; Mon, 31 Jan 2022 16:52:01 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id 8296541190 for ; Mon, 31 Jan 2022 16:51:59 +0100 (CET) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.16.1.2/8.16.1.2) with ESMTP id 20VE0XFR018867; Mon, 31 Jan 2022 07:51:58 -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=1d0xUTS+ZZdtHYuG4lXt2z42tcsN5R/MXgCNPVuhj8M=; b=OWhOa8nUn14FOL4RmYmBxVkZESif/6ydtuLVRrOPHrbnUCNEBGF2BAJ0o4d57AhpltQY S0X1Jhp6t+U3eUhlpf9CKtPHuanKmqwjnceY3n/bfsXvcVFD0/eMnht6TVg/Nhk204ew kv+zzTat/RzRTHOc+SIzpUSatVrUxg+0XQrD8OEgezr4vAfxVxeXqSkLA3LvwaL7b0M1 UhacsBuG160yTfkjVvgQTI5/H+XjNvUnRXjD7iIPpQhTEPTaXsjlfQ3gk7/jlop7r2Vs sCFq1ldn6Z/Wrp9qHlYSW1oA0g0Aa2ZMXfpoz/09y4EeDIk2nfq+KhCMbq6hJWRgCUFa qQ== Received: from dc5-exch02.marvell.com ([199.233.59.182]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3dx1pa2e5h-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Mon, 31 Jan 2022 07:51:58 -0800 Received: from DC5-EXCH02.marvell.com (10.69.176.39) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server (TLS) id 15.0.1497.18; Mon, 31 Jan 2022 07:51:56 -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.18 via Frontend Transport; Mon, 31 Jan 2022 07:51:56 -0800 Received: from hyd1554T5810.caveonetworks.com.com (unknown [10.29.57.11]) by maili.marvell.com (Postfix) with ESMTP id 21F813F7098; Mon, 31 Jan 2022 07:51:52 -0800 (PST) From: Tejasree Kondoj To: Akhil Goyal , Declan Doherty , Fan Zhang , "Pablo de Lara" CC: Tejasree Kondoj , Anoob Joseph , Ankur Dwivedi , Archana Muniganti , Hemant Agrawal , Radu Nicolau , Ciara Power , "Gagandeep Singh" , Subject: [PATCH v2 0/2] Adding new cases to lookaside IPsec tests Date: Mon, 31 Jan 2022 22:13:55 +0530 Message-ID: <20220131164357.19126-1-ktejasree@marvell.com> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 X-Proofpoint-ORIG-GUID: 78fwNtJFBr3WxILWyJGojsh1YhOGVIHt X-Proofpoint-GUID: 78fwNtJFBr3WxILWyJGojsh1YhOGVIHt X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.816,Hydra:6.0.425,FMLib:17.11.62.513 definitions=2022-01-31_07,2022-01-31_01,2021-12-02_01 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Adding new test cases to lookaside IPsec tests. * Set and copy DSCP cases * ESN and antireplay support Changes in v2: * Fixed 32-bit build failure Anoob Joseph (1): test/crypto: add copy and set DSCP cases Tejasree Kondoj (1): test/cryptodev: add ESN and Antireplay tests app/test/test_cryptodev.c | 352 +++++++++++++++++- app/test/test_cryptodev_security_ipsec.c | 173 +++++++-- app/test/test_cryptodev_security_ipsec.h | 16 +- ...st_cryptodev_security_ipsec_test_vectors.h | 1 + doc/guides/rel_notes/release_22_03.rst | 5 + 5 files changed, 518 insertions(+), 29 deletions(-)