From patchwork Wed Jun 30 07:45:34 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Liu, Lingyu" X-Patchwork-Id: 95018 X-Patchwork-Delegate: qi.z.zhang@intel.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8745CA0A0C; Wed, 30 Jun 2021 03:13:25 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3C6D640E01; Wed, 30 Jun 2021 03:13:25 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 7C05740DF6 for ; Wed, 30 Jun 2021 03:13:24 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10030"; a="208308842" X-IronPort-AV: E=Sophos;i="5.83,310,1616482800"; d="scan'208";a="208308842" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Jun 2021 18:13:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.83,310,1616482800"; d="scan'208";a="457015715" Received: from dpdk-liulingy-1.sh.intel.com ([10.67.118.206]) by fmsmga008.fm.intel.com with ESMTP; 29 Jun 2021 18:13:20 -0700 From: Lingyu Liu To: dev@dpdk.org, qi.z.zhang@intel.com, beilei.xing@intel.com, jingjing.wu@intel.com Cc: junfeng.guo@intel.com, Lingyu Liu Date: Wed, 30 Jun 2021 07:45:34 +0000 Message-Id: <20210630074534.543029-1-lingyu.liu@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH v1] doc: update GTPoGRE FDIR/RSS feature in iavf driver 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" GTPoGRE inner most layer FDIR and RSS will be supported in iavf driver. Signed-off-by: Lingyu Liu Acked-by: Qi Zhang --- doc/guides/rel_notes/release_21_08.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/guides/rel_notes/release_21_08.rst b/doc/guides/rel_notes/release_21_08.rst index a6ecfdf3ce..ce07410f52 100644 --- a/doc/guides/rel_notes/release_21_08.rst +++ b/doc/guides/rel_notes/release_21_08.rst @@ -55,6 +55,10 @@ New Features Also, make sure to start the actual text at the margin. ======================================================= +* **Updated Intel iavf driver.** + + * Support GTPoGRE inner most IP FDIR and RSS. + Removed Items -------------