From patchwork Fri Feb 14 04:21:45 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Min, JiaqiX" X-Patchwork-Id: 65806 X-Patchwork-Delegate: xiaolong.ye@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 EE37DA0546; Fri, 14 Feb 2020 05:32:55 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3ED921BF95; Fri, 14 Feb 2020 05:32:55 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 150911BE94 for ; Fri, 14 Feb 2020 05:32:52 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Feb 2020 20:32:52 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,439,1574150400"; d="scan'208";a="347880577" Received: from intel.sh.intel.com ([10.239.255.136]) by fmsmga001.fm.intel.com with ESMTP; 13 Feb 2020 20:32:50 -0800 From: Jiaqi Min To: dev@dpdk.org Cc: Beilei Xing , Qi Zhang , Qiming Yang , Jiaqi Min Date: Fri, 14 Feb 2020 04:21:45 +0000 Message-Id: <20200214042145.23818-1-jiaqix.min@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [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" Added support for API rte_eth_tx_done_cleanup. Signed-off-by: Jiaqi Min Acked-by: Xiaolong Ye --- 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.**