From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id B904A1B289 for ; Thu, 21 Dec 2017 15:12:25 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Dec 2017 06:12:24 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,436,1508828400"; d="scan'208";a="4675507" Received: from dpdk2.sh.intel.com ([10.67.118.195]) by orsmga006.jf.intel.com with ESMTP; 21 Dec 2017 06:12:23 -0800 From: Jingjing Wu To: dev@dpdk.org Cc: helin.zhang@intel.com, Beilei Xing Date: Thu, 21 Dec 2017 22:03:50 +0800 Message-Id: <1513865030-53217-1-git-send-email-jingjing.wu@intel.com> X-Mailer: git-send-email 2.4.11 Subject: [dpdk-dev] [PATCH] doc: add i40e update in release note 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: , X-List-Received-Date: Thu, 21 Dec 2017 14:12:26 -0000 From: Beilei Xing Updates 17.11 release note to declare GTPU/GTPC support in i40e driver. Signed-off-by: Beilei Xing --- doc/guides/rel_notes/release_17_11.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/guides/rel_notes/release_17_11.rst b/doc/guides/rel_notes/release_17_11.rst index 016a08c..d2df7cf 100644 --- a/doc/guides/rel_notes/release_17_11.rst +++ b/doc/guides/rel_notes/release_17_11.rst @@ -273,6 +273,16 @@ New Features applications to classify an input packet by matching it against a set of flow rules. It uses the ``librte_table`` API to manage the flow rules. +* **Updated i40e driver to support GTPC/GTPU.** + + Updated i40e PMD to support GTPC/GTPU with GTPC/GTPU supporting + profiles which can be programed by dynamic device personalization (DDP) + process: + + * Support RSS of GTPC/GTPU flow. + * Support flow director of GTPC/GTPU flow base on TEID. + * Support cloud filer of GTPC/GTPU flow base on TEID. + Resolved Issues --------------- -- 2.4.11