From patchwork Fri Jul 26 13:42:19 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Iremonger, Bernard" X-Patchwork-Id: 57170 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 4EF171BE07; Fri, 26 Jul 2019 15:42:29 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 230CA4CAF for ; Fri, 26 Jul 2019 15:42:27 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Jul 2019 06:42:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,311,1559545200"; d="scan'208";a="198322772" Received: from sivswdev08.ir.intel.com (HELO localhost.localdomain) ([10.237.217.47]) by fmsmga002.fm.intel.com with ESMTP; 26 Jul 2019 06:42:25 -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 14:42:19 +0100 Message-Id: <1564148539-17016-1-git-send-email-bernard.iremonger@intel.com> X-Mailer: git-send-email 1.7.0.7 In-Reply-To: <1564142262-20455-1-git-send-email-bernard.iremonger@intel.com> References: <1564142262-20455-1-git-send-email-bernard.iremonger@intel.com> Subject: [dpdk-dev] [PATCH v5] 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 recently supported features in IPsec library and IPsec Security Gateway application. Signed-off-by: Bernard Iremonger Acked-by: Akhil Goyal --- doc/guides/rel_notes/release_19_08.rst | 13 +++++++++---- 1 file changed, 9 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..0457ab2 100644 --- a/doc/guides/rel_notes/release_19_08.rst +++ b/doc/guides/rel_notes/release_19_08.rst @@ -200,11 +200,16 @@ 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 features to ``librte_ipsec``. Corresponding changes are + also added in ``ipsec-secgw`` sample application + + * ECN and DSCP field header reconstruction as per RFC4301. + + * Transport mode with IPv6 extension headers. + + * Support packets with multiple segments. * **Updated telemetry library for global metrics support.**