From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 760FBA04F0; Mon, 13 Jan 2020 12:56:39 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 908E51D408; Mon, 13 Jan 2020 12:56:29 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 7AD961D37F for ; Mon, 13 Jan 2020 12:56:27 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Jan 2020 03:56:26 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,428,1571727600"; d="scan'208";a="212974563" Received: from silpixa00399483.ir.intel.com (HELO silpixa00399483.ger.corp.intel.com) ([10.237.223.172]) by orsmga007.jf.intel.com with ESMTP; 13 Jan 2020 03:56:25 -0800 From: Rory Sexton To: dev@dpdk.org, orika@mellanox.com, beilei.xing@intel.com, qi.z.zhang@intel.com Cc: Rory Sexton Date: Mon, 13 Jan 2020 11:50:42 +0000 Message-Id: <20200113115042.1897-3-rory.sexton@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200113115042.1897-1-rory.sexton@intel.com> References: <20200113115042.1897-1-rory.sexton@intel.com> Subject: [dpdk-dev] [PATCH v4 3/3] doc: add release notes for L2TPv3 over IP flow addition 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" Release note for L2TPv3 over IP flow addition to rte_flow, net/i40e and testpmd. Signed-off-by: Rory Sexton --- v4 changes: adding release notes update to patchset --- --- doc/guides/rel_notes/release_20_02.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/guides/rel_notes/release_20_02.rst b/doc/guides/rel_notes/release_20_02.rst index 0eaa45a76..4901a44e6 100644 --- a/doc/guides/rel_notes/release_20_02.rst +++ b/doc/guides/rel_notes/release_20_02.rst @@ -56,6 +56,20 @@ New Features Also, make sure to start the actual text at the margin. ========================================================= + * **Updated rte_flow api to support L2TPv3 over IP flows.** + + Added support for new flow item to handle L2TPv3 over IP rte_flow patterns. + + * **Updated i40e driver to support L2TPv3 over IP flows.** + + Updated the i40e PMD to support L2TPv3 over IP profiles which can be + programmed by the dynamic device personalization (DDP) process. + + * **Updated testpmd to support L2TPv3 over IP flows.** + + Added support for L2TPv3 over IP rte_flow patterns to the testpmd + application. + Removed Items ------------- -- 2.17.1