From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 46380A052E; Mon, 9 Mar 2020 16:24:48 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 20A941C0AD; Mon, 9 Mar 2020 16:24:47 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 33C7D1C08E for ; Mon, 9 Mar 2020 16:24:44 +0100 (CET) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Mar 2020 08:24:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,533,1574150400"; d="scan'208";a="276556320" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.117.17]) by fmsmga002.fm.intel.com with ESMTP; 09 Mar 2020 08:24:42 -0700 Date: Mon, 9 Mar 2020 23:22:14 +0800 From: Ye Xiaolong To: Haiyue Wang Cc: dev@dpdk.org, qi.z.zhang@intel.com, qiming.yang@intel.com, beilei.xing@intel.com, wei.zhao1@intel.com Message-ID: <20200309152214.GB112283@intel.com> References: <20200309141437.11800-1-haiyue.wang@intel.com> <20200309141437.11800-5-haiyue.wang@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200309141437.11800-5-haiyue.wang@intel.com> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-dev] [PATCH v1 4/4] doc: add release notes for Intel ice PMD 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" Release note doesn't have to be a separate patch, can go with the feature patch. Thanks, Xiaolong On 03/09, Haiyue Wang wrote: >Add release notes for the new Intel ice feature DCF (Device Config >Function). > >Signed-off-by: Haiyue Wang >--- > doc/guides/rel_notes/release_20_05.rst | 5 +++++ > 1 file changed, 5 insertions(+) > >diff --git a/doc/guides/rel_notes/release_20_05.rst b/doc/guides/rel_notes/release_20_05.rst >index 000bbf501..f404ee7fd 100644 >--- a/doc/guides/rel_notes/release_20_05.rst >+++ b/doc/guides/rel_notes/release_20_05.rst >@@ -62,6 +62,11 @@ New Features > > * Added support for matching on IPv4 Time To Live and IPv6 Hop Limit. > >+* **Updated the Intel ice driver.** >+ >+ Updated the Intel ice driver with new features and improvements, including: >+ >+ * Added support for DCF (Device Config Function) feature. > > Removed Items > ------------- >-- >2.25.1 >