From patchwork Fri Jul 26 11:57:42 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Iremonger, Bernard" X-Patchwork-Id: 57168 X-Patchwork-Delegate: gakhil@marvell.com Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B18B01C433; Fri, 26 Jul 2019 13:57:49 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 307D31C432 for ; Fri, 26 Jul 2019 13:57:47 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Jul 2019 04:57:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,310,1559545200"; d="scan'208";a="172171660" Received: from sivswdev08.ir.intel.com (HELO localhost.localdomain) ([10.237.217.47]) by fmsmga007.fm.intel.com with ESMTP; 26 Jul 2019 04:57:45 -0700 From: Bernard Iremonger To: dev@dpdk.org, konstantin.ananyev@intel.com, akhil.goyal@nxp.com, john.mcnamara@intel.com, roy.fan.zhang@intel.com Cc: Bernard Iremonger Date: Fri, 26 Jul 2019 12:57:42 +0100 Message-Id: <1564142262-20455-1-git-send-email-bernard.iremonger@intel.com> X-Mailer: git-send-email 1.7.0.7 In-Reply-To: <1564065565-24563-1-git-send-email-bernard.iremonger@intel.com> References: <1564065565-24563-1-git-send-email-bernard.iremonger@intel.com> Subject: [dpdk-dev] [PATCH v4] doc: release note for the IPsec library and application X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" Update release notes for changes to the IPsec library. Update release notes for changes to the IPsec Security Gateway application Signed-off-by: Bernard Iremonger --- doc/guides/rel_notes/release_19_08.rst | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/doc/guides/rel_notes/release_19_08.rst b/doc/guides/rel_notes/release_19_08.rst index c9bd3ce..48319be 100644 --- a/doc/guides/rel_notes/release_19_08.rst +++ b/doc/guides/rel_notes/release_19_08.rst @@ -200,11 +200,20 @@ New Features handshake between two separate hosts and can share local memory for peer host to directly access. -* **Updated IPSec library Header Reconstruction.** +* **Updated IPSec library and IPsec Security Gateway application.** - Updated the IPSec library with ECN and DSCP field header reconstruction - feature followed by RFC4301. The IPSec-secgw sample application is also - updated to support this feature by default. + Added the following functionality to ``librte_ipsec`` and ``ipsec-secgw`` + + * Updated ``librte_ipsec`` with ECN and DSCP field header reconstruction + feature followed by RFC4301. + + * Added support for transport mode with IPv6 extension headers to + ``librte_ipsec``. + + * Added support for packets that consist of multiple segments to + ``librte_ipsec``. + + * Updated the ``ipsec-secgw`` sample application to support these features. * **Updated telemetry library for global metrics support.**