From patchwork Fri Feb 18 12:52:01 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Volodymyr Fialko X-Patchwork-Id: 107805 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 DECF8A0032; Fri, 18 Feb 2022 13:53:49 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D00CA40150; Fri, 18 Feb 2022 13:53:49 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id 18CBA40141 for ; Fri, 18 Feb 2022 13:53:49 +0100 (CET) Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.16.1.2/8.16.1.2) with ESMTP id 21IAkShq025716 for ; Fri, 18 Feb 2022 04:53:48 -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=WbdrlhbsLqk1XbiIv+aMrGn2HRrkleJHZStOeg6iUhI=; b=jn/qshWtTR785uF+ihqBr9SZxuTgHHwcqjn7pGM1kRx8knEeqS41TQbHPe4X04qZzjIu +cJYQvLNfe1jugVdVJAPA4NJz5xi7QxYPjcEdJE0lP+XNL8AS8rsT//isWiF+L2VmGgo /Z6nvpizgtBqpz6PGftcgqMAfE/X/rsvok5f7SDdaNMi3SOGOVLYUucR0AaV755bfafL U2gMKEljyrvpu2cXW/E2stooxjqfqDtGCISUY8KdecIxNm0IAfi4SiZDyaaxnqorxgvI MMffp1i8ncy8yrCwXLJm7HrJxOjAdtAslNVQCTG7ZthP+vGJ5G/3BqQ6svngGxSf1U63 Lw== Received: from dc5-exch02.marvell.com ([199.233.59.182]) by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3e9kktwx98-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Fri, 18 Feb 2022 04:53:48 -0800 Received: from DC5-EXCH01.marvell.com (10.69.176.38) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server (TLS) id 15.0.1497.18; Fri, 18 Feb 2022 04:53:45 -0800 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, 18 Feb 2022 04:53:45 -0800 Received: from localhost.localdomain (unknown [10.28.34.39]) by maili.marvell.com (Postfix) with ESMTP id 12D173F706D; Fri, 18 Feb 2022 04:53:43 -0800 (PST) From: Volodymyr Fialko To: CC: , Volodymyr Fialko Subject: [PATCH 0/2] Add new IPsec test cases Date: Fri, 18 Feb 2022 13:52:01 +0100 Message-ID: <20220218125203.489078-1-vfialko@marvell.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Proofpoint-ORIG-GUID: ch9YgiIPvVm08kBUjoZ3xtG0O-oNLBLj X-Proofpoint-GUID: ch9YgiIPvVm08kBUjoZ3xtG0O-oNLBLj 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-02-18_05,2022-02-18_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 Following test cases were added: - IPv4 TTL - IPv6 hop limit - IPv4 L4 checksum in transport mode 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(+)