From patchwork Fri Apr 8 10:16:22 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Archana Muniganti X-Patchwork-Id: 109508 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 4C905A0501; Fri, 8 Apr 2022 12:16:47 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DD5744067E; Fri, 8 Apr 2022 12:16:46 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id A64C94003F for ; Fri, 8 Apr 2022 12:16:45 +0200 (CEST) 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 2385020r024301; Fri, 8 Apr 2022 03:16:44 -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=pmlG9N+2wIRWzPVD1zmw+FwcOZQ+Ex+eIcsZEtoA6Uo=; b=CuAJA05wPI8f9aO6E9g68cnINEddz6+oP87GQIY8rMtY/7sJObD28j0kxF9Q7raFdMC8 wRO/r2ntecKNLZmJrbdpJzxzPxcZLK2ZrnrEds/w74/40FNadu1RmdYHOjXtfLvuZGkX VP5FiDZNfHLKZQJg9m4ynfk13aTh6qclM2NhGk8s4/ORanxHByOHcJJHf6irl/1/wNa/ kQMycTirsVQYIsDY7nN/l7WkBaa2Y91i4+mWcvocLaier/q/8ybt8C1plmYfpk41Hb8o 5jwu7lzbHl0Vg4CGsH0kaay0TFU84zTZz7Sv0bbLufdH646IBvazQGuTAqcPQ+KctLZ0 Gw== Received: from dc5-exch01.marvell.com ([199.233.59.181]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3f9r5wfv2f-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Fri, 08 Apr 2022 03:16:44 -0700 Received: from DC5-EXCH02.marvell.com (10.69.176.39) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Fri, 8 Apr 2022 03:16:43 -0700 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; Fri, 8 Apr 2022 03:16:43 -0700 Received: from hyd1409.caveonetworks.com.com (unknown [10.29.45.15]) by maili.marvell.com (Postfix) with ESMTP id 3D4D03F704C; Fri, 8 Apr 2022 03:16:39 -0700 (PDT) From: Archana Muniganti To: , , , , CC: Archana Muniganti , , , , , Subject: [PATCH 0/3] add IPsec AH test cases Date: Fri, 8 Apr 2022 15:46:22 +0530 Message-ID: <20220408101625.12020-1-marchana@marvell.com> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 X-Proofpoint-GUID: JD6fmbHK54oCtlGe70f-XY6wuF_xn2UV X-Proofpoint-ORIG-GUID: JD6fmbHK54oCtlGe70f-XY6wuF_xn2UV X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.858,Hydra:6.0.425,FMLib:17.11.64.514 definitions=2022-04-08_03,2022-04-08_01,2022-02-23_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 Add IPsec AH known test vectors including combined mode support. Archana Muniganti (3): test/crypto: add AH under combined mode UT test/crypto: add AH test vectors test/crypto: add AH AES-GMAC test vectors app/test/test_cryptodev.c | 150 +++++++- app/test/test_cryptodev_security_ipsec.c | 86 ++++- app/test/test_cryptodev_security_ipsec.h | 17 + ...st_cryptodev_security_ipsec_test_vectors.h | 326 ++++++++++++++++++ doc/guides/rel_notes/release_22_03.rst | 5 + 5 files changed, 569 insertions(+), 15 deletions(-)