From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 71DAAA0C4B; Mon, 12 Jul 2021 02:24:33 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3695240685; Mon, 12 Jul 2021 02:24:33 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id D43F34067C for ; Mon, 12 Jul 2021 02:24:30 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10042"; a="208084758" X-IronPort-AV: E=Sophos;i="5.84,232,1620716400"; d="scan'208";a="208084758" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Jul 2021 17:24:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.84,232,1620716400"; d="scan'208";a="493217825" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by orsmga001.jf.intel.com with ESMTP; 11 Jul 2021 17:24:27 -0700 Received: from shsmsx605.ccr.corp.intel.com (10.109.6.215) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.10; Sun, 11 Jul 2021 17:24:26 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX605.ccr.corp.intel.com (10.109.6.215) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.10; Mon, 12 Jul 2021 08:24:23 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2242.010; Mon, 12 Jul 2021 08:24:23 +0800 From: "Zhang, Qi Z" To: Thomas Monjalon , "Liu, Lingyu" CC: "dev@dpdk.org" , "Xing, Beilei" , "Wu, Jingjing" , "Guo, Junfeng" Thread-Topic: [dpdk-dev] [PATCH v1 4/4] doc: update iavf driver FDIR/RSS for GTPoGRE Thread-Index: AQHXcvkNjdrETQ/MYEGQuYG10PIyUas51W0AgASs1AA= Date: Mon, 12 Jul 2021 00:24:23 +0000 Message-ID: <472dfa931b974ee08682fe4bb11b63b2@intel.com> References: <20210706074258.1345934-1-lingyu.liu@intel.com> <20210707125753.1494483-1-lingyu.liu@intel.com> <20210707125753.1494483-5-lingyu.liu@intel.com> <1939803.FOfyW7TgvZ@thomas> In-Reply-To: <1939803.FOfyW7TgvZ@thomas> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v1 4/4] doc: update iavf driver FDIR/RSS for GTPoGRE X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" > -----Original Message----- > From: Thomas Monjalon > Sent: Friday, July 9, 2021 5:00 PM > To: Zhang, Qi Z ; Liu, Lingyu > Cc: dev@dpdk.org; Xing, Beilei ; Wu, Jingjing > ; Guo, Junfeng > Subject: Re: [dpdk-dev] [PATCH v1 4/4] doc: update iavf driver FDIR/RSS f= or > GTPoGRE >=20 > 07/07/2021 14:57, Lingyu Liu: > > Update 21.08 release note for GTPoGRE FDIR and RSS. > > > > Signed-off-by: Lingyu Liu > > --- > > doc/guides/rel_notes/release_21_08.rst | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/doc/guides/rel_notes/release_21_08.rst > b/doc/guides/rel_notes/release_21_08.rst > > index cd02820e68..df719420b8 100644 > > --- a/doc/guides/rel_notes/release_21_08.rst > > +++ b/doc/guides/rel_notes/release_21_08.rst > > @@ -64,6 +64,8 @@ New Features > > * **Updated Intel iavf driver.** > > > > * Added Tx QoS VF queue TC mapping. > > + * Enable FDIR and RSS for GTPoGRE, support filter based on GTPU > TEID/QFI, > > + outer most L3 or inner most l3/l4. >=20 > Should be in past tense. > Please update the release notes piece by piece in each patch. Patch 4/4 are squashed into patch 2/4 and patch 3/4 in next-net-intel. Thanks Qi >=20 >=20