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 A2154A0546; Fri, 14 Feb 2020 10:55:57 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 892BB2BFA; Fri, 14 Feb 2020 10:55:57 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 1B55E2B86 for ; Fri, 14 Feb 2020 10:55:55 +0100 (CET) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Feb 2020 01:55:55 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,440,1574150400"; d="scan'208";a="252586678" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.117.17]) by orsmga002.jf.intel.com with ESMTP; 14 Feb 2020 01:55:53 -0800 Date: Fri, 14 Feb 2020 17:54:29 +0800 From: Ye Xiaolong To: Jiaqi Min Cc: dev@dpdk.org, Beilei Xing , Qi Zhang , Qiming Yang Message-ID: <20200214095429.GE16933@intel.com> References: <20200214040921.23600-1-jiaqix.min@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200214040921.23600-1-jiaqix.min@intel.com> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-dev] [PATCH] doc: add new features and improvements to i40e 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" On 02/14, Jiaqi Min wrote: >Added support for API rte_eth_tx_done_cleanup. >Added support for VF multiple queues interrupt. >Added support for setting the link to specific speed. > >Signed-off-by: Jiaqi Min >--- > doc/guides/rel_notes/release_20_02.rst | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > >diff --git a/doc/guides/rel_notes/release_20_02.rst b/doc/guides/rel_notes/release_20_02.rst >index 786f9b119..e26a60d23 100644 >--- a/doc/guides/rel_notes/release_20_02.rst >+++ b/doc/guides/rel_notes/release_20_02.rst >@@ -104,7 +104,10 @@ New Features > * Added LLDP support. > * Extended PHY access AQ cmd. > * Added support for reading LPI counters. >- * Added support for Energy Efficient Ethernet >+ * Added support for Energy Efficient Ethernet. >+ * Added support for API rte_eth_tx_done_cleanup. >+ * Added support for VF multiple queues interrupt. >+ * Added support for setting the link to specific speed. > > * **Updated Mellanox mlx5 driver.** > >-- >2.17.1 > Acked-by: Xiaolong Ye Applied to dpdk-next-net-intel, Thanks.