From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 33/39] net/ixgbe/base: add X550em_a FW ALEF support Date: Mon, 19 Sep 2016 18:07:58 +0100 Message-ID: References: <1472312902-16963-1-git-send-email-xiao.w.wang@intel.com> <1472312902-16963-34-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 mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id D31B9E07 for ; Mon, 19 Sep 2016 19:08:00 +0200 (CEST) In-Reply-To: <1472312902-16963-34-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:48 PM, Xiao Wang wrote: > This patch adds X550em_a FW ALEF support for B0 per DCR 64. ALEF is Is it required more information on B0 and ALEF. Is there an official name for B0? > the new unified FW. The driver uses the KRM_PMD_RX_FLEX_PORT/ > FLX_MASK_ST20 registers to configure the lane mode. > > Signed-off-by: Xiao Wang > ---