From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 6F3EAA0032;
	Fri, 24 Jun 2022 15:38:09 +0200 (CEST)
Received: from [217.70.189.124] (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id 6187440A87;
	Fri, 24 Jun 2022 15:38:09 +0200 (CEST)
Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com
 [67.231.156.173])
 by mails.dpdk.org (Postfix) with ESMTP id 03788400EF
 for <dev@dpdk.org>; Fri, 24 Jun 2022 15:38:07 +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 25O8BKvW004436;
 Fri, 24 Jun 2022 06:36:04 -0700
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=8a+2f2D5Gc26NkrJyRVsHABeqvV5Weyv2qxfUtAMFWc=;
 b=Pv/5IPCI6unincyGzWQBRQR9yAsbxqa/4EkJpGZxsTIN9ltepBxMgAUqJXtHBH1oE+4v
 /ahgF3ecNue0NzzhC5KNADLN7mH8vkyszRxkNE+26FGwbvsGGu9htDJZGJKjOfPV7Rt6
 5zyD9TKsljTjd0H2TegVCmNSSquoQsJw9wts0pAWxqPINYpXXTGVydjr59D49YGoXZYG
 dJLoRqfXVS1kLoiS3j2vkoDNT5j3PfJTGH3VfM7sskj1XbdeVLgUGJ9IPxfmcalgqpDt
 YldwEKX8UBu5hREo/xsBPgAR9LuXacsqdezdtnFSbdtiirjPzLvGVMnyjd0SFGuQhoet tw== 
Received: from dc5-exch02.marvell.com ([199.233.59.182])
 by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3gw9has2ak-3
 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT);
 Fri, 24 Jun 2022 06:36:04 -0700
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, 24 Jun 2022 06:36:02 -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; Fri, 24 Jun 2022 06:36:02 -0700
Received: from localhost.localdomain (unknown [10.28.48.51])
 by maili.marvell.com (Postfix) with ESMTP id 10B3C3F7073;
 Fri, 24 Jun 2022 06:35:59 -0700 (PDT)
From: Vamsi Attunuru <vattunuru@marvell.com>
To: <dev@dpdk.org>
CC: <jerinj@marvell.com>, <vattunuru@marvell.com>, <gakhil@marvell.com>,
 <ferruh.yigit@intel.com>, <thomas@monjalon.net>, <mdr@ashroe.eu>
Subject: [PATCH 1/1] doc: notice to add new ipsec event subtypes
Date: Fri, 24 Jun 2022 19:05:51 +0530
Message-ID: <20220624133551.365962-1-vattunuru@marvell.com>
X-Mailer: git-send-email 2.25.1
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Content-Type: text/plain
X-Proofpoint-GUID: 0jByb7Yc_fBhlsqGnklUYmuIIqvEQkFc
X-Proofpoint-ORIG-GUID: 0jByb7Yc_fBhlsqGnklUYmuIIqvEQkFc
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-24_07,2022-06-23_01,2022-06-22_01
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org

Based on discussion in below email thread, the new event subtypes can be
added in 22.11 release with fixing any compatability issues mentioned in
the mail thread.

https://patches.dpdk.org/project/dpdk/patch/20220416192530.173895-8-gakhil@marvell.com/

Signed-off-by: Vamsi Attunuru <vattunuru@marvell.com>
---
 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
-- 
2.25.1