From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 175142C7A for ; Mon, 15 Feb 2016 22:39:16 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP; 15 Feb 2016 13:39:13 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,452,1449561600"; d="scan'208";a="885533382" Received: from mcurley-mobl6.ger.corp.intel.com ([10.252.17.64]) by orsmga001.jf.intel.com with SMTP; 15 Feb 2016 13:39:11 -0800 Received: by (sSMTP sendmail emulation); Mon, 15 Feb 2016 21:39:10 +0025 Date: Mon, 15 Feb 2016 21:39:09 +0000 From: Bruce Richardson To: Wenzhuo Lu Message-ID: <20160215213909.GA26244@bricha3-MOBL3> References: <1453171693-25571-1-git-send-email-wenzhuo.lu@intel.com> <1455440106-28547-1-git-send-email-wenzhuo.lu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1455440106-28547-1-git-send-email-wenzhuo.lu@intel.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2 00/11] update ixgbe base driver 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, 15 Feb 2016 21:39:18 -0000 On Sun, Feb 14, 2016 at 04:54:55PM +0800, Wenzhuo Lu wrote: > *add x550em_a device support > *add x550em_x V2 device support > *sw-firmware sync for resource sharing > *set VF mac addr only when acked by PF > *ignore manageability for phy power on > *add register definition for SGMII busy > *fix setting flow dir flag twice > *set MDIO speed after MAC reset > *abstract out link read/write ops > > V2: > Rework the tittles and comments. > Split the release note update to each patch. > > Wenzhuo Lu (11): > ixgbe/base: add x550em_a device support > ixgbe/base: add x550em_x V2 device support > ixgbe/base: sw-firmware sync for resource sharing > ixgbe/base: set VF mac addr only when acked by PF > ixgbe/base: ignore manageability for phy power on > ixgbe/base: add register definition for SGMII busy > ixgbe/base: fix setting flow dir flag twice > ixgbe/base: set MDIO speed after MAC reset > ixgbe/base: abstract out link read/write ops > ixgbe/base: update readme > ixgbe: support new devices and mac types > Base code update applied to dpdk-next-net/rel_16_04 Thanks, /Bruce