From patchwork Mon Sep 26 17:07:06 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Akhil Goyal X-Patchwork-Id: 116898 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 2F1E4A00C2; Mon, 26 Sep 2022 19:07:21 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BA3D54113C; Mon, 26 Sep 2022 19:07:20 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id 04CF940146 for ; Mon, 26 Sep 2022 19:07:18 +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 28QH66H7031941; Mon, 26 Sep 2022 10:07:18 -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=2L/S/pXP66OUXd2UZp5OjU+0lXyGBO0poDIfhoFf5Sg=; b=fkCKc79Vl5bdHX9tw1rPmBJBX+WXvHk7CIiDYRUoEp6j345RpQSDwxPjga7jrCrvJTx+ SM9q+9fgWgYGkkSTrGgoHfo5/EG/s+51Yu7LRZXc2HG3GtSRgSuEtbZnacLjrQIRatvF jrVCtF5BdkYdXOopz6/60j9lVDtHctr/W382KZQgZzBf5EAi5pPzZtimYeesouhiH1QQ wJzMhgDpSaKbE9LvC4PJunqtVcrvWrTS/gKGYQAK/2Pn2JsHMr+R4G3SAJk+4Day731/ 5xvmVFUVnd/dUm3BtPuUwjZ6EpDPmgQwExO9HCF0QBtacgQRjeX7GLALjSoORbwhGv5W AA== Received: from dc5-exch01.marvell.com ([199.233.59.181]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3jucsq0ttq-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Mon, 26 Sep 2022 10:07:17 -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; Mon, 26 Sep 2022 10:07:16 -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; Mon, 26 Sep 2022 10:07:16 -0700 Received: from localhost.localdomain (unknown [10.28.36.102]) by maili.marvell.com (Postfix) with ESMTP id 00AC83F70DA; Mon, 26 Sep 2022 10:07:11 -0700 (PDT) From: Akhil Goyal To: CC: , , , , , , , , , , , Akhil Goyal Subject: [PATCH v6 0/3] Add and test IPsec SA expiry events Date: Mon, 26 Sep 2022 22:37:06 +0530 Message-ID: <20220926170709.367891-1-gakhil@marvell.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220924135758.3402392-1-gakhil@marvell.com> References: <20220924135758.3402392-1-gakhil@marvell.com> MIME-Version: 1.0 X-Proofpoint-GUID: w-deVTnp3qeY1W91L3KjkDxDPMaPUK1v X-Proofpoint-ORIG-GUID: w-deVTnp3qeY1W91L3KjkDxDPMaPUK1v 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-26_09,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 v6: fix doc build in 1/3 Changes in v5: 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(-)