From patchwork Fri Oct 21 07:26:45 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tejasree Kondoj X-Patchwork-Id: 118889 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 3CCF6A0032; Fri, 21 Oct 2022 09:27:23 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1111C42836; Fri, 21 Oct 2022 09:27:23 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id B2B034282D for ; Fri, 21 Oct 2022 09:27:21 +0200 (CEST) Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 29L2C8eg008909; Fri, 21 Oct 2022 00:27:20 -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=O0W9lD82t7HjnlwN3IBVhCfe3DiwIJEgnwavdKX8dUM=; b=d1NFgUEgrW72F3tWN5CnCs2vq6dD6EjStZHNygK3SKXKloSvX8OZEg5wx6FVry5C/hDs LDTJX65FleMjlB6wlEIvvq2BMw7MThHjjgRJBCYRXikfnsa4lfyBGkSYWnk9ta45WLFF 3QWpuNWqqGcKi3CI18fPizcjY9cXdX7kIAMmmzGM8EB50w26f/qUNV/eNnajwp/wEilb 45X/84vnd4YqAVwHblyUqrhbx3bmp1N+D3mUToV0CMhAmCVhpKFr8QBNTFKHG+Ac3vXu MwDp0Q3clHRSsHFNmWpl5NhR5+SIfjWaOGmFIl7BHL9eqXWGfmwOhROVWG0pfZqcCtdH Eg== Received: from dc5-exch01.marvell.com ([199.233.59.181]) by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3kb125d6g8-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Fri, 21 Oct 2022 00:27:20 -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; Fri, 21 Oct 2022 00:27:18 -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; Fri, 21 Oct 2022 00:27:18 -0700 Received: from hyd1554.marvell.com (unknown [10.29.57.11]) by maili.marvell.com (Postfix) with ESMTP id E2B475B6AD9; Fri, 21 Oct 2022 00:26:52 -0700 (PDT) From: Tejasree Kondoj To: Akhil Goyal , Fan Zhang , Ciara Power CC: Anoob Joseph , Vidya Sagar Velumuri , Subject: [PATCH v2 0/6] update autotest with new algorithms Date: Fri, 21 Oct 2022 12:56:45 +0530 Message-ID: <20221021072651.1985340-1-ktejasree@marvell.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Proofpoint-GUID: Ql1TDMfqcBEhUral70YdCPH_Yvpi_Icp X-Proofpoint-ORIG-GUID: Ql1TDMfqcBEhUral70YdCPH_Yvpi_Icp 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-21_03,2022-10-20_01,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. v2: * Squashed a change in 5th patch with 2nd one. 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(-)