From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id CAB7BBD1B for ; Wed, 26 Oct 2016 17:51:49 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga103.jf.intel.com with ESMTP; 26 Oct 2016 08:51:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,551,1473145200"; d="scan'208";a="23951515" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.210.150]) by fmsmga005.fm.intel.com with SMTP; 26 Oct 2016 08:51:46 -0700 Received: by (sSMTP sendmail emulation); Wed, 26 Oct 2016 16:51:45 +0100 Date: Wed, 26 Oct 2016 16:51:45 +0100 From: Bruce Richardson To: "Wu, Jingjing" Message-ID: <20161026155145.GC42064@bricha3-MOBL3.ger.corp.intel.com> References: <1476909613-28227-1-git-send-email-qi.z.zhang@intel.com> <9BB6961774997848B5B42BEC655768F80E295523@SHSMSX103.ccr.corp.intel.com> <20161026154419.GB42064@bricha3-MOBL3.ger.corp.intel.com> <9BB6961774997848B5B42BEC655768F80E295A42@SHSMSX103.ccr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9BB6961774997848B5B42BEC655768F80E295A42@SHSMSX103.ccr.corp.intel.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.7.1 (2016-10-04) Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH v2] net/i40e: fix Rx hang when disable LLDP 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: Wed, 26 Oct 2016 15:51:50 -0000 On Wed, Oct 26, 2016 at 04:47:31PM +0100, Wu, Jingjing wrote: > > > > -----Original Message----- > > From: Richardson, Bruce > > Sent: Wednesday, October 26, 2016 11:44 PM > > To: Wu, Jingjing > > Cc: Zhang, Qi Z ; Zhang, Helin ; > > dev@dpdk.org > > Subject: Re: [dpdk-dev] [PATCH v2] net/i40e: fix Rx hang when disable LLDP > > > > On Wed, Oct 26, 2016 at 03:12:41PM +0000, Wu, Jingjing wrote: > > > > > > > > > > -----Original Message----- > > > > From: Zhang, Qi Z > > > > Sent: Thursday, October 20, 2016 4:40 AM > > > > To: Wu, Jingjing ; Zhang, Helin > > > > > > > > Cc: dev@dpdk.org; Zhang, Qi Z > > > > Subject: [PATCH v2] net/i40e: fix Rx hang when disable LLDP > > > > > > > > Remove stopping LLDP as a workaround for a known errata which can cause > > > > Rx hang. > > > > > > > > Fixes: 4861cde46116 ("i40e: new poll mode driver") > > > > > > > > Signed-off-by: Qi Zhang > > > > > > Acked-by: Jingjing Wu > > > > > I'm hoping to apply this patch to make it in RC2. However, there is an > > errata mentioned in the commit log, so it would be good to actually > > include a reference or link to the errata itself, so that the reader can > > look it up himself. Can you supply such a link to the errata in > > question? > > > errata #70 in the Public Spec Update with link > http://www.intel.com/content/www/us/en/embedded/products/networking/xl710-10-40-controller-spec-update.html > > Thanks > Jingjing Applied to dpdk-next-net/rel_16_11 with errata link included in commit message. thanks, /Bruce