From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id DF443A09E7; Wed, 19 Oct 2022 18:54:25 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 800F742BF9; Wed, 19 Oct 2022 18:54:25 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id 487E64280C for ; Wed, 19 Oct 2022 18:54:24 +0200 (CEST) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 29J8B5NM010696; Wed, 19 Oct 2022 09:54:23 -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=pfpt0220; bh=rIEVggwJWrQMplLtLmxQGvIslL2Lrd96LIl+kSuN4bE=; b=hqFE0SbygkzEPNB+GhOqFUz4VsDWPP7sClT8G67nYwwAUeEHuwQpXEkV9Ew/xh1snyKS 0bX0NShxCB1F3KYLDtyr5tFEX/crT2JfDYYeZgIfxlR1g9UGED/Hw4NKMzy6pXLaAgqr zn5Znju84suV/MOs3NFrHJHT2sYesEm1wbxCI2GygzxZPmIeqEUELEzV7q9aclNswUTu Qne3e4MvY0zA9sILW6mX+Cgj7vP7dIvoo7JJZY5HuRw8VSOSNu5CDVJaSkkPsDvE2pLm LGmtqBKhrMkqSdH2tvgm7MlD5pzKNqgmWZfeK+WJc8o02pnQsxXuNys64mwXlQKySre+ JA== Received: from dc5-exch01.marvell.com ([199.233.59.181]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3kadg5a7bc-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Wed, 19 Oct 2022 09:54:23 -0700 Received: from DC5-EXCH01.marvell.com (10.69.176.38) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Wed, 19 Oct 2022 09:54:21 -0700 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; Wed, 19 Oct 2022 09:54:21 -0700 Received: from hyd1554.marvell.com (unknown [10.29.57.11]) by maili.marvell.com (Postfix) with ESMTP id 9BE173F7097; Wed, 19 Oct 2022 09:54:19 -0700 (PDT) From: Tejasree Kondoj To: Akhil Goyal , Fan Zhang , Ciara Power CC: Anoob Joseph , Vidya Sagar Velumuri , Subject: [PATCH 0/6] update autotest with new algorithms Date: Wed, 19 Oct 2022 22:24:12 +0530 Message-ID: <20221019165418.1970445-1-ktejasree@marvell.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Proofpoint-GUID: cWaLC7yxId6iZp4hkR6FnRSWBwxOb8iP X-Proofpoint-ORIG-GUID: cWaLC7yxId6iZp4hkR6FnRSWBwxOb8iP X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.895,Hydra:6.0.545,FMLib:17.11.122.1 definitions=2022-10-19_09,2022-10-19_04,2022-06-22_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 This series updates autotest with DES, 3DES, MD5 and custom UDP ports support. Tejasree Kondoj (2): test/crypto: check antireply capability only for ingress test/crypto: add unit test for custom UDP ports Vidya Sagar Velumuri (4): test/security: add unit tests for DES and 3DES test/security: add unit tests for auth algo MD5 test/security: update antireplay unit test for event mode test/crypto: add unit tests for DES and MD5 app/test/test_cryptodev.c | 71 ++ app/test/test_cryptodev_security_ipsec.c | 83 +- app/test/test_cryptodev_security_ipsec.h | 19 + ...st_cryptodev_security_ipsec_test_vectors.h | 1059 ++++++++++++++++- app/test/test_security_inline_proto.c | 120 +- 5 files changed, 1286 insertions(+), 66 deletions(-) -- 2.25.1