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 278D1A0546; Fri, 14 Feb 2020 10:55:47 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F15472BF4; Fri, 14 Feb 2020 10:55:46 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 5CA072BF1 for ; Fri, 14 Feb 2020 10:55:45 +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 fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Feb 2020 01:55:44 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,440,1574150400"; d="scan'208";a="252586649" 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:42 -0800 Date: Fri, 14 Feb 2020 17:54:18 +0800 From: Ye Xiaolong To: Jiaqi Min Cc: dev@dpdk.org, Beilei Xing , Qi Zhang , Qiming Yang Message-ID: <20200214095418.GD16933@intel.com> References: <20200214042145.23818-1-jiaqix.min@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200214042145.23818-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 ice 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. > >Signed-off-by: Jiaqi Min >--- > doc/guides/rel_notes/release_20_02.rst | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/doc/guides/rel_notes/release_20_02.rst b/doc/guides/rel_notes/release_20_02.rst >index 786f9b119..5d01dac58 100644 >--- a/doc/guides/rel_notes/release_20_02.rst >+++ b/doc/guides/rel_notes/release_20_02.rst >@@ -84,6 +84,7 @@ New Features > * Added support for MAC rules on specific port. > * Added support for MAC/VLAN with TCP/UDP in switch rule. > * Added support for 1/10G device. >+ * Added support for API rte_eth_tx_done_cleanup. > > * **Updated Intel iavf driver.** > >-- >2.17.1 > Acked-by: Xiaolong Ye Applied to dpdk-next-net-intel, Thanks.