From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 03/39] net/ixgbe/base: change endianness of PHY data Date: Mon, 19 Sep 2016 18:01:06 +0100 Message-ID: References: <1472312902-16963-1-git-send-email-xiao.w.wang@intel.com> <1472312902-16963-4-git-send-email-xiao.w.wang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Xiao Wang , wenzhuo.lu@intel.com Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id C525D38EB for ; Mon, 19 Sep 2016 19:01:16 +0200 (CEST) In-Reply-To: <1472312902-16963-4-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" On 8/27/2016 4:47 PM, Xiao Wang wrote: > The latest firmware reverses the endianness of the PHY data read and Good to add the fw version for future references > written via host interface command, so make corresponding changes > to that. > > Signed-off-by: Xiao Wang