From patchwork Thu Aug 5 10:20:55 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Radu Nicolau X-Patchwork-Id: 96677 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 B8A71A0C40; Thu, 5 Aug 2021 12:36:00 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9E2AF41267; Thu, 5 Aug 2021 12:35:56 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 6AC8440040 for ; Thu, 5 Aug 2021 12:35:54 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10066"; a="275170375" X-IronPort-AV: E=Sophos;i="5.84,296,1620716400"; d="scan'208";a="275170375" 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:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.84,296,1620716400"; d="scan'208";a="480783212" Received: from silpixa00400884.ir.intel.com ([10.243.22.82]) by fmsmga008.fm.intel.com with ESMTP; 05 Aug 2021 03:35:28 -0700 From: Radu Nicolau 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 Date: Thu, 5 Aug 2021 11:20:55 +0100 Message-Id: <20210805102055.308899-2-radu.nicolau@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210805102055.308899-1-radu.nicolau@intel.com> References: <20210805102055.308899-1-radu.nicolau@intel.com> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH 2/2] doc: announce rte_security_ipsec_xform structure changes 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 Sender: "dev" Signed-off-by: Radu Nicolau Acked-by: Konstantin Ananyev Acked-by: Anoob Joseph Acked-by: Viacheslav Ovsiienko Acked-by: Konstantin Ananyev Acked-by: Anoob Joseph Acked-by: Viacheslav Ovsiienko --- 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 b87fa54e67..a3493b4dfb 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -196,3 +196,8 @@ Deprecation Notices * ipsec: The structure ``rte_ipsec_sa_prm`` will be extended with a new field ``hdr_l3_len`` to configure tunnel l3 header lenght. + + * security: The structure ``rte_security_ipsec_xform`` will be extended with + multiple fields: udp structure that will hold the source and destination port + for UDP encapsulation, mss to specify the IPsec payload Maximum Segment Size, + esn structure for Extended Sequence Number.