From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:54414 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754810AbeCGXnL (ORCPT ); Wed, 7 Mar 2018 18:43:11 -0500 Received: from pps.filterd (m0098393.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w27NgQiF097175 for ; Wed, 7 Mar 2018 18:43:11 -0500 Received: from e15.ny.us.ibm.com (e15.ny.us.ibm.com [129.33.205.205]) by mx0a-001b2d01.pphosted.com with ESMTP id 2gjm9m505x-1 (version=TLSv1.2 cipher=AES256-SHA256 bits=256 verify=NOT) for ; Wed, 07 Mar 2018 18:43:10 -0500 Received: from localhost by e15.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 7 Mar 2018 18:43:09 -0500 Subject: Re: [PATCH 0/3] ibmvnic: Clean up net close and fix reset bug To: netdev@vger.kernel.org Cc: nfont@linux.vnet.ibm.com, jallen@linux.vnet.ibm.com References: <1520466072-17377-1-git-send-email-tlfalcon@linux.vnet.ibm.com> From: Thomas Falcon Date: Wed, 7 Mar 2018 17:43:06 -0600 MIME-Version: 1.0 In-Reply-To: <1520466072-17377-1-git-send-email-tlfalcon@linux.vnet.ibm.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-US Message-Id: <51a99f7d-13df-7922-0f46-8ea9afccfb3c@linux.vnet.ibm.com> Sender: netdev-owner@vger.kernel.org List-ID: On 03/07/2018 05:41 PM, Thomas Falcon wrote: > This patch set cleans up and reorganizes the driver's net_device > close function and leverages that to fix up a bug that can occur > during some device resets. Some reset cases require the backing > adapter to be disabled before continuing, but other cases, such as > during a device failover or partition migration, do not require this > step. Since the device will not be initialized at this stage and > its command-processing queue is closed, do not send the request to > disable the device as it could result in an error or timeout > disrupting the reset. > > Thomas Falcon (3): > ibmvnic: Clean up device close > ibmvnic: Reorganize device close > ibmvnic: Do not disable device during failover or partition migration > > drivers/net/ethernet/ibm/ibmvnic.c | 48 ++++++++++++++++++-------------------- > 1 file changed, 23 insertions(+), 25 deletions(-) > Crud, this series is meant for the net-next tree, but I forgot to include it in the patch tag.