From patchwork Wed Feb 23 10:40:44 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Volodymyr Fialko X-Patchwork-Id: 108137 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 A32FDA034C; Wed, 23 Feb 2022 11:40:57 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 93F8C40E5A; Wed, 23 Feb 2022 11:40:57 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id DB21740DF6 for ; Wed, 23 Feb 2022 11:40:55 +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 21N9e4gu003613 for ; Wed, 23 Feb 2022 02:40:55 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version : content-transfer-encoding : content-type; s=pfpt0220; bh=aQK6VJRwYxLhuRuGC6zO/bZuvmSJ07gYeIjeQgUrI68=; b=XAvcEogvUPY+KjIbYqByqV6tOoKKnAvOppzZszGJqmAbsWYe2UxqoE2rGoeEYlk15kPu NMR5DZ/EJw283G9VgHJVvOt+Vd4RbxRlZuMaXRYcDZpJa0SDyx63qX416Rr63eRCxemm S2VEd7aVsN0NRTZyaos1gojcnYCWaZHmifnhw1STjs45KoInv2Vmatb0RMY7NBetMPy8 NkrbrKq+3Ex6KZ4/VE/ZoNgZu78TTyw7hLRWRvwy6BLxKdRR/Vp757KYc6u5uGcS6p9P bVF+uu6trqnkTrsndl8yT2OrK+iVhInwAIRMKCJuoVBck97CJZCuZ3yQ9dgik44/p025 hQ== Received: from dc5-exch02.marvell.com ([199.233.59.182]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3edjga071n-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Wed, 23 Feb 2022 02:40:54 -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; Wed, 23 Feb 2022 02:40:53 -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; Wed, 23 Feb 2022 02:40:53 -0800 Received: from localhost.localdomain (unknown [10.28.34.39]) by maili.marvell.com (Postfix) with ESMTP id 33B783F7078; Wed, 23 Feb 2022 02:40:51 -0800 (PST) From: Volodymyr Fialko To: CC: , Volodymyr Fialko Subject: [PATCH v2 0/2] Add new IPsec test cases Date: Wed, 23 Feb 2022 11:40:44 +0100 Message-ID: <20220223104046.1231153-1-vfialko@marvell.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220218125203.489078-1-vfialko@marvell.com> References: <20220218125203.489078-1-vfialko@marvell.com> MIME-Version: 1.0 X-Proofpoint-ORIG-GUID: mlhOP6oTucGezyLe8hcHsuvRY8AVUFP2 X-Proofpoint-GUID: mlhOP6oTucGezyLe8hcHsuvRY8AVUFP2 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.816,Hydra:6.0.425,FMLib:17.11.64.514 definitions=2022-02-23_03,2022-02-23_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 Following test cases were added: - IPv4 TTL - IPv6 hop limit - IPv4 L4 checksum in transport mode v2: - rebase to the latest for-main Volodymyr Fialko (2): test/crypto: add TTL and hop limit decrement cases test/crypto: add L4 checksum case for transport mode app/test/test_cryptodev.c | 44 ++++++++++++++++++++++++ app/test/test_cryptodev_security_ipsec.c | 37 ++++++++++++++++++++ app/test/test_cryptodev_security_ipsec.h | 1 + 3 files changed, 82 insertions(+)