From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [net-next-2.6 PATCH 1/4] ixgbe: handle parameters for tx and rx EITR, no div0 Date: Sun, 29 Nov 2009 00:34:41 -0800 (PST) Message-ID: <20091129.003441.228793411.davem@davemloft.net> References: <20091125045059.23932.10997.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, jesse.brandeburg@intel.com, shannon.nelson@intel.com To: jeffrey.t.kirsher@intel.com Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:37178 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752618AbZK2Ieg (ORCPT ); Sun, 29 Nov 2009 03:34:36 -0500 In-Reply-To: <20091125045059.23932.10997.stgit@localhost.localdomain> Sender: netdev-owner@vger.kernel.org List-ID: From: Jeff Kirsher Date: Tue, 24 Nov 2009 20:51:06 -0800 > From: Shannon Nelson > > The driver was doing a divide by zero when adjusting tx-usecs. > This patch removes the divide by zero code and changes the logic slightly > to ignore tx-usecs in the case of shared TxRx vectors. > > Cc: Jesse Brandeburg > Signed-off-by: Shannon Nelson > Signed-off-by: Jeff Kirsher Applied.