From patchwork Mon Jan 31 12:32:08 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tejasree Kondoj X-Patchwork-Id: 106738 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 BD760A04A2; Mon, 31 Jan 2022 12:40:11 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AE64341174; Mon, 31 Jan 2022 12:40:11 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id B0ABD41174 for ; Mon, 31 Jan 2022 12:40:10 +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 20UMWUQt006634; Mon, 31 Jan 2022 03:40:09 -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=g5vhMaWISuWBcLGNEIeN6ZSnKrt4wcYB4zOcbUh4uvw=; b=RjSkKTbi2fv81w5kGax9EiB2V/9Pd7VScrFovMLYRQjvaNGeTLq2ouqGrNYxhVkiaEH6 m04zo9Byahk5MzOsXg1YhvWB2VtmXZ6z/0KbSICg6T9CRrHPwkyo5mYsjcal8xBNaWIi +JzcBNiWNgWfWsRN4m8hYShj+zx3pg/32LAiKD157RhuHRDm7DR0PAy43aDKKcoL7Tdq vxxfsb2izGQ3FebGYmMs7trAddjZIzv00kiirK0Ee3eMm8W0sCWRAnix1AQmKP+bSmDK 18GG/o2K5hOeB/sHA4YNqgMODTfZ1op77YUm4TqrublTEXDvDbDjxSiVekBvfoqZTeEv 2w== Received: from dc5-exch02.marvell.com ([199.233.59.182]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3dx1pa1n67-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Mon, 31 Jan 2022 03:40:09 -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 03:40:08 -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 03:40:08 -0800 Received: from hyd1554T5810.caveonetworks.com.com (unknown [10.29.57.11]) by maili.marvell.com (Postfix) with ESMTP id 253055B6945; Mon, 31 Jan 2022 03:40:03 -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 0/2] Adding new cases to lookaside IPsec tests Date: Mon, 31 Jan 2022 18:02:08 +0530 Message-ID: <20220131123210.4228-1-ktejasree@marvell.com> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 X-Proofpoint-ORIG-GUID: _2xvG8wyKOxcvM8u78XyuuHSo9GAtkgp X-Proofpoint-GUID: _2xvG8wyKOxcvM8u78XyuuHSo9GAtkgp 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_04,2022-01-28_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 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(-)