From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 21B031B343; Tue, 30 Jan 2018 03:26:09 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Jan 2018 18:26:09 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,433,1511856000"; d="scan'208";a="170171297" Received: from pgsmsx106.gar.corp.intel.com ([10.221.44.98]) by orsmga004.jf.intel.com with ESMTP; 29 Jan 2018 18:26:08 -0800 Received: from pgsmsx110.gar.corp.intel.com (10.221.44.111) by PGSMSX106.gar.corp.intel.com (10.221.44.98) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 30 Jan 2018 10:26:07 +0800 Received: from pgsmsx101.gar.corp.intel.com ([169.254.1.181]) by PGSMSX110.gar.corp.intel.com ([169.254.13.90]) with mapi id 14.03.0319.002; Tue, 30 Jan 2018 10:26:06 +0800 From: "Zhao1, Wei" To: "Lu, Wenzhuo" , "dev@dpdk.org" CC: "stable@dpdk.org" Thread-Topic: [PATCH] net/ixgbe: fix hardware reset issue in VF Thread-Index: AQHTmNmNS5SVaiOXSUa7cTCUB3yrbKOLK1YAgACGQ+A= Date: Tue, 30 Jan 2018 02:26:05 +0000 Message-ID: References: <20180129080726.77589-1-wei.zhao1@intel.com> <6A0DE07E22DDAD4C9103DF62FEBC09093B723D91@shsmsx102.ccr.corp.intel.com> In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC09093B723D91@shsmsx102.ccr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [172.30.20.206] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] net/ixgbe: fix hardware reset issue in VF X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jan 2018 02:26:10 -0000 Ok. > -----Original Message----- > From: Lu, Wenzhuo > Sent: Tuesday, January 30, 2018 10:25 AM > To: Zhao1, Wei ; dev@dpdk.org > Cc: stable@dpdk.org > Subject: RE: [PATCH] net/ixgbe: fix hardware reset issue in VF >=20 > Hi, >=20 > > -----Original Message----- > > From: Zhao1, Wei > > Sent: Monday, January 29, 2018 4:07 PM > > To: dev@dpdk.org > > Cc: Lu, Wenzhuo ; Zhao1, Wei > > > > Subject: [PATCH] net/ixgbe: fix hardware reset issue in VF > > > > There is no specific handling when there is error happened of hardware > > reset process in VF device start process. > > > > Fixes: 0a45657a6794a ("pci: rework interrupt handling") > > Signed-off-by: Wei Zhao > Acked-by: Wenzhuo Lu >=20 > Please cc stable next time if it fixes an old issue. Thanks.