From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id B7D97BB42 for ; Wed, 26 Oct 2016 17:15:15 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga104.jf.intel.com with ESMTP; 26 Oct 2016 08:15:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,551,1473145200"; d="scan'208";a="1050516832" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga001.jf.intel.com with ESMTP; 26 Oct 2016 08:15:13 -0700 Received: from fmsmsx114.amr.corp.intel.com (10.18.116.8) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 26 Oct 2016 08:12:46 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX114.amr.corp.intel.com (10.18.116.8) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 26 Oct 2016 08:12:45 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.139]) by shsmsx102.ccr.corp.intel.com ([169.254.2.206]) with mapi id 14.03.0248.002; Wed, 26 Oct 2016 23:12:42 +0800 From: "Wu, Jingjing" To: "Zhang, Qi Z" , "Zhang, Helin" Thread-Topic: [PATCH v2] net/i40e: fix Rx hang when disable LLDP Thread-Index: AQHSKoQA72QHqDex40m9lp8A5OEtBaC64YXg Date: Wed, 26 Oct 2016 15:12:41 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F80E295523@SHSMSX103.ccr.corp.intel.com> References: <1476909613-28227-1-git-send-email-qi.z.zhang@intel.com> In-Reply-To: <1476909613-28227-1-git-send-email-qi.z.zhang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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:15:16 -0000 > -----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 >=20 > Remove stopping LLDP as a workaround for a known errata which can cause > Rx hang. >=20 > Fixes: 4861cde46116 ("i40e: new poll mode driver") >=20 > Signed-off-by: Qi Zhang Acked-by: Jingjing Wu