From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 496D71B33C; Tue, 30 Jan 2018 03:25:41 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Jan 2018 18:25:39 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,433,1511856000"; d="scan'208";a="15385816" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga002.fm.intel.com with ESMTP; 29 Jan 2018 18:25:39 -0800 Received: from fmsmsx123.amr.corp.intel.com (10.18.125.38) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 29 Jan 2018 18:25:39 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx123.amr.corp.intel.com (10.18.125.38) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 29 Jan 2018 18:25:39 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.124]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.116]) with mapi id 14.03.0319.002; Tue, 30 Jan 2018 10:25:21 +0800 From: "Lu, Wenzhuo" To: "Zhao1, Wei" , "dev@dpdk.org" CC: "stable@dpdk.org" Thread-Topic: [PATCH] net/ixgbe: fix hardware reset issue in VF Thread-Index: AQHTmNmOP3+OCHMbN0aPPUiGhBsE8aOLsQvw Date: Tue, 30 Jan 2018 02:25:20 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09093B723D91@shsmsx102.ccr.corp.intel.com> References: <20180129080726.77589-1-wei.zhao1@intel.com> In-Reply-To: <20180129080726.77589-1-wei.zhao1@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 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:25:41 -0000 Hi, > -----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 >=20 > There is no specific handling when there is error happened of hardware > reset process in VF device start process. >=20 > Fixes: 0a45657a6794a ("pci: rework interrupt handling") > Signed-off-by: Wei Zhao Acked-by: Wenzhuo Lu Please cc stable next time if it fixes an old issue. Thanks.