From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 28F7D38EB for ; Mon, 19 Sep 2016 19:08:50 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP; 19 Sep 2016 10:08:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,362,1470726000"; d="scan'208";a="763370958" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.115]) ([10.237.220.115]) by FMSMGA003.fm.intel.com with ESMTP; 19 Sep 2016 10:08:45 -0700 From: Ferruh Yigit To: Xiao Wang , wenzhuo.lu@intel.com References: <1472312902-16963-1-git-send-email-xiao.w.wang@intel.com> <1472312902-16963-40-git-send-email-xiao.w.wang@intel.com> Cc: dev@dpdk.org Message-ID: Date: Mon, 19 Sep 2016 18:08:45 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <1472312902-16963-40-git-send-email-xiao.w.wang@intel.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH 39/39] net/ixgbe/base: add base driver update brief X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2016 17:08:50 -0000 On 8/27/2016 4:48 PM, Xiao Wang wrote: > 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 Does it worth mention following, or these are internal details: increase mailbox version to ixgbe_mbox_api_13? mac ops for Hyper-V 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 > >