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 E128DA0C40;
	Thu,  5 Aug 2021 12:35:55 +0200 (CEST)
Received: from [217.70.189.124] (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id A422C40143;
	Thu,  5 Aug 2021 12:35:55 +0200 (CEST)
Received: from mga06.intel.com (mga06.intel.com [134.134.136.31])
 by mails.dpdk.org (Postfix) with ESMTP id 871FC40040
 for <dev@dpdk.org>; Thu,  5 Aug 2021 12:35:52 +0200 (CEST)
X-IronPort-AV: E=McAfee;i="6200,9189,10066"; a="275170371"
X-IronPort-AV: E=Sophos;i="5.84,296,1620716400"; d="scan'208";a="275170371"
Received: from fmsmga008.fm.intel.com ([10.253.24.58])
 by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 05 Aug 2021 03:35:28 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.84,296,1620716400"; d="scan'208";a="480783207"
Received: from silpixa00400884.ir.intel.com ([10.243.22.82])
 by fmsmga008.fm.intel.com with ESMTP; 05 Aug 2021 03:35:26 -0700
From: Radu Nicolau <radu.nicolau@intel.com>
To: hemant.agrawal@nxp.com, gakhil@marvell.com, anoobj@marvell.com,
 declan.doherty@intel.com, abhijit.sinha@intel.com,
 daniel.m.buckley@intel.com, marchana@marvell.com, ktejasree@marvell.com,
 matan@nvidia.com, konstantin.ananyev@intel.com
Cc: dev@dpdk.org,
	Radu Nicolau <radu.nicolau@intel.com>
Date: Thu,  5 Aug 2021 11:20:54 +0100
Message-Id: <20210805102055.308899-1-radu.nicolau@intel.com>
X-Mailer: git-send-email 2.25.1
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Subject: [dpdk-dev] [PATCH 1/2] doc: announce ipsec rte_ipsec_sa_prm
 structure changes
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
Sender: "dev" <dev-bounces@dpdk.org>

Signed-off-by: Radu Nicolau <radu.nicolau@intel.com>
---
 doc/guides/rel_notes/deprecation.rst | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index f4a4d00db2..b87fa54e67 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -193,3 +193,6 @@ Deprecation Notices
   reserved bytes to 2 (from 3), and use 1 byte to indicate warnings and other
   information from the crypto/security operation. This field will be used to
   communicate events such as soft expiry with IPsec in lookaside mode.
+  
+  * ipsec: The structure ``rte_ipsec_sa_prm`` will be extended with a new 
+  field ``hdr_l3_len`` to configure tunnel l3 header lenght.
-- 
2.25.1