From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xiao Wang Subject: =?utf-8?q?=5BPATCH_39/39=5D_net/ixgbe/base=3A_add_base?= =?utf-8?q?_driver_update_brief?= Date: Sat, 27 Aug 2016 23:48:22 +0800 Message-ID: <1472312902-16963-40-git-send-email-xiao.w.wang@intel.com> References: <1472312902-16963-1-git-send-email-xiao.w.wang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: dev@dpdk.org, Xiao Wang To: wenzhuo.lu@intel.com Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 991FB6944 for ; Sat, 27 Aug 2016 17:50:00 +0200 (CEST) In-Reply-To: <1472312902-16963-1-git-send-email-xiao.w.wang@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The ixgbe base driver was updated to version cid-10g-shared-code.2016.04.12. Signed-off-by: Xiao Wang --- doc/guides/rel_notes/release_16_11.rst | 8 ++++++++ drivers/net/ixgbe/base/README | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/guides/rel_notes/release_16_11.rst b/doc/guides/rel_notes/release_16_11.rst index 0b9022d..9bbe65a 100644 --- a/doc/guides/rel_notes/release_16_11.rst +++ b/doc/guides/rel_notes/release_16_11.rst @@ -36,6 +36,14 @@ New Features This section is a comment. Make sure to start the actual text at the margin. + * **Updated the ixgbe base driver.** + + Updated the ixgbe base driver, including the following changes: + + * add X550em_a 10G PHY support + * add VF multicast promiscuous mode support + * support flow control auto negotiation for X550em_a 1G PHY + * add X550em_a FW ALEF support Resolved Issues --------------- diff --git a/drivers/net/ixgbe/base/README b/drivers/net/ixgbe/base/README index 76e7805..6b54c31 100644 --- a/drivers/net/ixgbe/base/README +++ b/drivers/net/ixgbe/base/README @@ -34,7 +34,7 @@ IntelĀ® IXGBE driver =================== This directory contains source code of FreeBSD ixgbe driver of version -cid-10g-shared-code.2016.04.12 released by ND. The sub-directory of base/ +cid-10g-shared-code.2016.08.15 released by ND. The sub-directory of base/ contains the original source package. This driver is valid for the product(s) listed below -- 1.9.3