From patchwork Thu Dec 21 14:03:50 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jingjing Wu X-Patchwork-Id: 32569 X-Patchwork-Delegate: ferruh.yigit@amd.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 B78CD1B28A; Thu, 21 Dec 2017 15:12:27 +0100 (CET) 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" From: Beilei Xing Updates 17.11 release note to declare GTPU/GTPC support in i40e driver. Signed-off-by: Beilei Xing Acked-by: John McNamara --- 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 ---------------