From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] ibmvnic: queue reset when CRQ gets closed during reset Date: Thu, 08 Feb 2018 15:13:43 -0500 (EST) Message-ID: <20180208.151343.544163939662776867.davem@davemloft.net> References: <151803001979.12132.7934630246087080922.stgit@ltcalpine2-lp14.aus.stglabs.ibm.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, jallen@linux.vnet.ibm.com, tlfalcon@linux.vnet.ibm.com To: nfont@linux.vnet.ibm.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:48838 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751094AbeBHUNv (ORCPT ); Thu, 8 Feb 2018 15:13:51 -0500 In-Reply-To: <151803001979.12132.7934630246087080922.stgit@ltcalpine2-lp14.aus.stglabs.ibm.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Nathan Fontenot Date: Wed, 07 Feb 2018 13:00:24 -0600 > While handling a driver reset we get a H_CLOSED return trying > to send a CRQ event. When this occurs we need to queue up another > reset attempt. Without doing this we see instances where the driver > is left in a closed state because the reset failed and there is no > further attempts to reset the driver. > > Signed-off-by: Nathan Fontenot Applied.