From patchwork Thu Jul 25 12:58:05 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Iremonger, Bernard" X-Patchwork-Id: 57099 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 643261C33E; Thu, 25 Jul 2019 14:58:13 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 874F01C33C for ; Thu, 25 Jul 2019 14:58:11 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Jul 2019 05:58:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,306,1559545200"; d="scan'208";a="369635974" Received: from sivswdev08.ir.intel.com (HELO localhost.localdomain) ([10.237.217.47]) by fmsmga006.fm.intel.com with ESMTP; 25 Jul 2019 05:58:09 -0700 From: Bernard Iremonger To: dev@dpdk.org, konstantin.ananyev@intel.com, akhil.goyal@nxp.com, john.mcnamara@intel.com Cc: Bernard Iremonger Date: Thu, 25 Jul 2019 13:58:05 +0100 Message-Id: <1564059485-12122-1-git-send-email-bernard.iremonger@intel.com> X-Mailer: git-send-email 1.7.0.7 In-Reply-To: <1564048741-10959-1-git-send-email-bernard.iremonger@intel.com> References: <1564048741-10959-1-git-send-email-bernard.iremonger@intel.com> Subject: [dpdk-dev] [PATCH v2] doc: release note for the IPsec library 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. Signed-off-by: Bernard Iremonger --- changes in v2: revised content. doc/guides/rel_notes/release_19_08.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/guides/rel_notes/release_19_08.rst b/doc/guides/rel_notes/release_19_08.rst index c9bd3ce..35b633e 100644 --- a/doc/guides/rel_notes/release_19_08.rst +++ b/doc/guides/rel_notes/release_19_08.rst @@ -224,6 +224,14 @@ New Features Added multiple cores feature to compression perf tool application. +* **Updated the IPsec library.** + + Added missing functionality to ``librte_ipsec``. + + * Added support for transport mode with IPv6 extension headers. + + * Added support for packets that consist of multiple segments. + Removed Items -------------