From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [net-2.6 PATCH 3/5] e1000e: io_error_detected callback should return PCI_ERS_RESULT_DISCONNECT Date: Tue, 30 Jun 2009 19:53:51 -0700 (PDT) Message-ID: <20090630.195351.126830218.davem@davemloft.net> References: <20090630224515.17771.76848.stgit@localhost.localdomain> <20090630224553.17771.97028.stgit@localhost.localdomain> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, gospo@redhat.com, mmlnx@us.ibm.com To: jeffrey.t.kirsher@intel.com Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:50730 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758664AbZGACxp (ORCPT ); Tue, 30 Jun 2009 22:53:45 -0400 In-Reply-To: <20090630224553.17771.97028.stgit@localhost.localdomain> Sender: netdev-owner@vger.kernel.org List-ID: From: Jeff Kirsher Date: Tue, 30 Jun 2009 15:45:53 -0700 > From: Mike Mason > > on permanent failure > > PCI drivers that implement the io_error_detected callback > should return PCI_ERS_RESULT_DISCONNECT if the state > passed in is pci_channel_io_perm_failure. This state is not > checked in many of the network drivers. > > This patch fixes the omission in the e1000e driver. > > Signed-off-by: Mike Mason > Signed-off-by: Jeff Kirsher Applied.