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 7DB3AA0542; Sat, 24 Sep 2022 15:58:10 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2FB0C400D5; Sat, 24 Sep 2022 15:58:10 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id BD475400D4 for ; Sat, 24 Sep 2022 15:58:08 +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 28ODdO6s003704; Sat, 24 Sep 2022 06:58:07 -0700 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=b6wfzaWaGbiGsweHSN4KB9DbhQnQM1rnPrSZ1avpbEw=; b=RHZlWF+HwLzCeMalbpsLzetz9LkrjVns7DJoZBmobttwN35puYzdag3YEs9WzSVYsSIP JAT0rI8dzXn5ocIfIv6fZWr8mwU16VtroqpC5eVmvDinSkbPsrs6j6/HpL9iMNd+Ptbn ST2PYwGgSAUKeXIDx/2Vt+TLPz+EckvwtRK7N4hN77tfwaeN63xSzSlUcmcAGFLHWsP+ aotP7TvxOoaDutIFO3L9C/SWaYK8Jg66jT+OWiuhiVGWrcGNf1ZrbOvedR1kZGcRBd+Z JL9hkM/THoJCPUZT8HXSzRhIXO6tZ0xCJE+vY0Ms4qGtXxgEsEr29aYACn/rzqGJfX1O /g== Received: from dc5-exch02.marvell.com ([199.233.59.182]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3jsy8r0h9x-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Sat, 24 Sep 2022 06:58:07 -0700 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; Sat, 24 Sep 2022 06:58:06 -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; Sat, 24 Sep 2022 06:58:06 -0700 Received: from localhost.localdomain (unknown [10.28.36.102]) by maili.marvell.com (Postfix) with ESMTP id 431633F70A3; Sat, 24 Sep 2022 06:58:02 -0700 (PDT) From: Akhil Goyal To: CC: , , , , , , , , , , , Akhil Goyal Subject: [PATCH v5 0/3] Add and test IPsec SA expiry events Date: Sat, 24 Sep 2022 19:27:55 +0530 Message-ID: <20220924135758.3402392-1-gakhil@marvell.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220416192530.173895-8-gakhil@marvell.com> References: <20220416192530.173895-8-gakhil@marvell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Proofpoint-GUID: jlbXDqCCZo3aS16fWdY9axJpOOGB3vDx X-Proofpoint-ORIG-GUID: jlbXDqCCZo3aS16fWdY9axJpOOGB3vDx X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.895,Hydra:6.0.528,FMLib:17.11.122.1 definitions=2022-09-24_06,2022-09-22_02,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 patchset is carried forward from last release patches [1] which added test application changes to test inline IPsec. These patches were not merged due to the ABI compatibility issues due to the extension of enum. Changes in this version: added reference to struct which raised these interrupts. [1] https://patches.dpdk.org/project/dpdk/patch/20220416192530.173895-8-gakhil@marvell.com/ Vamsi Attunuru (3): ethdev: add IPsec SA expiry event subtypes test/security: add inline IPsec SA soft expiry cases test/security: add inline IPsec SA hard expiry cases app/test/test_cryptodev_security_ipsec.h | 2 + app/test/test_security_inline_proto.c | 158 +++++++++++++++++- app/test/test_security_inline_proto_vectors.h | 6 + lib/ethdev/rte_ethdev.h | 23 ++- 4 files changed, 186 insertions(+), 3 deletions(-) -- 2.25.1