From patchwork Sun Sep 27 02:52:14 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alvin Zhang X-Patchwork-Id: 78885 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 dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6CC9FA04BC; Sun, 27 Sep 2020 04:56:17 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C811C1D950; Sun, 27 Sep 2020 04:56:14 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id AA66D1D63D for ; Sun, 27 Sep 2020 04:56:12 +0200 (CEST) IronPort-SDR: jLDAsVT8mwj7iFP6AK8KCtz15fG/utE72l6stutycEPaRHVWTBmSBbnJ0yp5LwL2F+WBFQRcfZ ypArRVtqSN2g== X-IronPort-AV: E=McAfee;i="6000,8403,9756"; a="161882456" X-IronPort-AV: E=Sophos;i="5.77,308,1596524400"; d="scan'208";a="161882456" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Sep 2020 19:56:10 -0700 IronPort-SDR: EVvezy2lbhaRsSvM2nu8PfF3zfAbsq7c5DXnNv8E+j3dQOGKc/nmeTMEdOWZvJ1+haYrrNqPga FK9SGN2M+YQw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,308,1596524400"; d="scan'208";a="323877326" Received: from shwdenpg235.ccr.corp.intel.com ([10.240.182.60]) by orsmga002.jf.intel.com with ESMTP; 26 Sep 2020 19:56:08 -0700 From: alvinx.zhang@intel.com To: jia.guo@intel.com, qi.z.zhang@intel.com Cc: dev@dpdk.org, Alvin Zhang Date: Sun, 27 Sep 2020 10:52:14 +0800 Message-Id: <20200927025214.20744-1-alvinx.zhang@intel.com> X-Mailer: git-send-email 2.21.0.windows.1 MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH] doc: update release notes for iavf 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: Alvin Zhang Update release notes by adding new features for iavf PMD. Signed-off-by: Alvin Zhang --- doc/guides/rel_notes/release_20_11.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/guides/rel_notes/release_20_11.rst b/doc/guides/rel_notes/release_20_11.rst index adf0596..8121d37 100644 --- a/doc/guides/rel_notes/release_20_11.rst +++ b/doc/guides/rel_notes/release_20_11.rst @@ -55,6 +55,12 @@ New Features Also, make sure to start the actual text at the margin. ======================================================= +* **Updated Intel iavf driver.** + + Updated iavf PMD with new features and improvements, including: + + * Added support for outer IP hash of gtpc and gtpu. + Removed Items -------------