From patchwork Mon Jun 27 05:29:37 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vamsi Krishna Attunuru X-Patchwork-Id: 113457 X-Patchwork-Delegate: thomas@monjalon.net 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 26B88A055B; Mon, 27 Jun 2022 07:32:02 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D088E410EF; Mon, 27 Jun 2022 07:32:01 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id 670F840E78 for ; Mon, 27 Jun 2022 07:32:00 +0200 (CEST) Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 25QNOPwo011475; Sun, 26 Jun 2022 22:29:52 -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=r88pdrCtyewtHPgIPLmwXxo6aeoJY4+ZYGCHswK9guw=; b=SAR6rfanZeYlz+UvrAwh5Mp4sHDfoQWqxixnFEYO84N8ZfStkAjTWolMKOWFJXwc/6AY s2IB7cLhjJ2/JaEir/aByeq/mBb/euu5A+nSqziSiMlRSiOkdM7ofhDZNbWVSLGe88TI g/m/o/VOZ8og7wSrMbyL5lI1u+lw0Z0KZ83mNmRnKLzy55TY3K2QF4aN1vGqmD1rwYMu sVAHij3BQtCYgDe03H1RgV1a2RLrUUoOp3K00YME+wEssM09RT4jQYJvMD3+uzsvT2V1 EfRIdaAJ8Lkyh7c7m5OcfCNcvKuzIhlBEU42vEMHNg0UHmh+leixotgWr++Bv+VqT3cN 7Q== Received: from dc5-exch01.marvell.com ([199.233.59.181]) by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3gx1vkw1m6-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Sun, 26 Jun 2022 22:29:52 -0700 Received: from DC5-EXCH01.marvell.com (10.69.176.38) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Sun, 26 Jun 2022 22:29:50 -0700 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; Sun, 26 Jun 2022 22:29:50 -0700 Received: from localhost.localdomain (unknown [10.28.48.51]) by maili.marvell.com (Postfix) with ESMTP id BC6643F7089; Sun, 26 Jun 2022 22:29:47 -0700 (PDT) From: Vamsi Attunuru To: CC: , , , , , , Subject: [PATCH v2 1/1] doc: announce addition of new ipsec event subtypes Date: Mon, 27 Jun 2022 10:59:37 +0530 Message-ID: <20220627052937.759050-1-vattunuru@marvell.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220624133551.365962-1-vattunuru@marvell.com> References: <20220624133551.365962-1-vattunuru@marvell.com> MIME-Version: 1.0 X-Proofpoint-ORIG-GUID: jewahbU4T29dIb6-Ugcy3NDuB3hcrf5n X-Proofpoint-GUID: jewahbU4T29dIb6-Ugcy3NDuB3hcrf5n X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.883,Hydra:6.0.517,FMLib:17.11.122.1 definitions=2022-06-27_02,2022-06-24_01,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 New event subtypes need to be added for notifying expiry events upon reaching IPsec SA soft packet expiry and hard packet/byte expiry limits. This would be added in DPDK 22.11. Signed-off-by: Vamsi Attunuru Acked-by: Akhil Goyal Acked-by: Fan Zhang Acked-by: Jerin Jacob Acked-by: Andrew Rybchenko --- More details on new event subtype proposal discussion are in below email thread. https://patches.dpdk.org/project/dpdk/patch/20220416192530.173895-8-gakhil@marvell.com/ v2: rephrase title and git log. --- doc/guides/rel_notes/deprecation.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 4e5b23c53d..83da1c62ac 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -107,6 +107,11 @@ Deprecation Notices alternative is implemented. The legacy actions should be removed in DPDK 22.11. +* ethdev: The enum ``rte_eth_event_ipsec_subtype`` would be extended to add + new subtype values ``RTE_ETH_EVENT_IPSEC_SA_PKT_EXPIRY``, + ``RTE_ETH_EVENT_IPSEC_SA_BYTE_HARD_EXPIRY`` and + ``RTE_ETH_EVENT_IPSEC_SA_PKT_HARD_EXPIRY`` in DPDK 22.11. + * cryptodev: Hide structures ``rte_cryptodev_sym_session`` and ``rte_cryptodev_asym_session`` to remove unnecessary indirection between session and the private data of session. An opaque pointer can be exposed