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 BF7BCA0546; Fri, 14 Feb 2020 05:52:00 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CF1401BF95; Fri, 14 Feb 2020 05:51:59 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 352ED1BF8E for ; Fri, 14 Feb 2020 05:51:58 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Feb 2020 20:51:56 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,439,1574150400"; d="scan'208";a="267423744" Received: from intel.sh.intel.com ([10.239.255.136]) by fmsmga002.fm.intel.com with ESMTP; 13 Feb 2020 20:51:55 -0800 From: Jiaqi Min To: dev@dpdk.org Cc: Beilei Xing , Qi Zhang , Qiming Yang , Jiaqi Min Date: Fri, 14 Feb 2020 04:50:00 +0000 Message-Id: <20200214045000.24128-1-jiaqix.min@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-dev] [PATCH] doc: add new features and improvements to ixgbe 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. Added support setting VF MAC address by PF driver. Added support for setting the link to specific speed. Signed-off-by: Jiaqi Min --- doc/guides/rel_notes/release_20_02.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/guides/rel_notes/release_20_02.rst b/doc/guides/rel_notes/release_20_02.rst index 786f9b119..b705bdf73 100644 --- a/doc/guides/rel_notes/release_20_02.rst +++ b/doc/guides/rel_notes/release_20_02.rst @@ -92,6 +92,12 @@ New Features * Added more supported device IDs. * Updated virtual channel to latest AVF spec. +* **Updated the Intel ixgbe driver.** + + * Added support for API rte_eth_tx_done_cleanup. + * Added support setting VF MAC address by PF driver. + * Added support for setting the link to specific speed. + * **Updated Intel i40e driver.** Updated i40e PMD with new features and improvements, including: -- 2.17.1