From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net 0/5] ibmvnic: Fix driver reset and DMA bugs Date: Sun, 08 Apr 2018 12:40:02 -0400 (EDT) Message-ID: <20180408.124002.1557591792330174365.davem@davemloft.net> References: <1523057826-5262-1-git-send-email-tlfalcon@linux.vnet.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, nfont@linux.vnet.ibm.com To: tlfalcon@linux.vnet.ibm.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:51750 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752250AbeDHQkD (ORCPT ); Sun, 8 Apr 2018 12:40:03 -0400 In-Reply-To: <1523057826-5262-1-git-send-email-tlfalcon@linux.vnet.ibm.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Thomas Falcon Date: Fri, 6 Apr 2018 18:37:01 -0500 > This patch series introduces some fixes to the driver reset > routines and a patch that fixes mistakes caught by the kernel > DMA debugger. > > The reset fixes include a fix to reset TX queue counters properly > after a reset as well as updates to driver reset error-handling code. > It also provides updates to the reset handling routine for redundant > backing VF failover and partition migration cases. Series applied, thanks Thomas.