From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] net/i40e: fix dcb configure failure Date: Mon, 07 Nov 2016 17:39:23 +0100 Message-ID: <3560121.hfL8Cmcld6@xps13> References: <1478238153-92544-1-git-send-email-jingjing.wu@intel.com> <94479800C636CB44BD422CB454846E012EA02463@SHSMSX101.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Xing, Beilei" , "Zhang, Helin" To: "Wu, Jingjing" Return-path: Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id C323811C5 for ; Mon, 7 Nov 2016 17:39:25 +0100 (CET) Received: by mail-wm0-f41.google.com with SMTP id a197so193753382wmd.0 for ; Mon, 07 Nov 2016 08:39:25 -0800 (PST) In-Reply-To: <94479800C636CB44BD422CB454846E012EA02463@SHSMSX101.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" > > Removing stopping LLDP in firmware is a workaround for a known errata which > > can cause Rx hang. But the changing will cause DCB configuration fails. That is > > because when LLDP is enabled, the return value of i40e_init_dcb is success. But > > following check just considered the case when LLDP agent is disabled. > > This patch fixes this issue. > > > > Fixes: fcbd40d4327b ("net/i40e: fix Rx hang when disable LLDP") > > Signed-off-by: Jingjing Wu > Acked-by: Beilei Xing Applied, thanks