From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] i40e: fix the issue dcb cannot be configured when FW version is 5.x Date: Mon, 23 Nov 2015 23:20:50 +0100 Message-ID: <3676508.AQPWOPHvls@xps13> References: <1447664217-11569-1-git-send-email-jingjing.wu@intel.com> <188971FCDA171749BED5DA74ABF3E6F0021D903C@shsmsx102.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Wu, Jingjing" Return-path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 7A79D8E81 for ; Mon, 23 Nov 2015 23:22:07 +0100 (CET) Received: by wmec201 with SMTP id c201so182638902wme.0 for ; Mon, 23 Nov 2015 14:22:07 -0800 (PST) In-Reply-To: <188971FCDA171749BED5DA74ABF3E6F0021D903C@shsmsx102.ccr.corp.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" > When NVM version is updated to 5.x, DCB can not be configured. This issue is because of the FW version validation is not correct. > This patch fixed this issue. > > Fixes: c8b9a3e3fe1b (i40e: support DCB mode) > > Signed-off-by: Jingjing Wu Tested-by: Yulong Pei Applied, thanks