Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757573Ab0KSWYR (ORCPT ); Fri, 19 Nov 2010 17:24:17 -0500 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:55946 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757543Ab0KSWYO (ORCPT ); Fri, 19 Nov 2010 17:24:14 -0500 Date: Fri, 19 Nov 2010 14:24:39 -0800 (PST) Message-Id: <20101119.142439.116367673.davem@davemloft.net> To: sbhatewara@vmware.com Cc: bhutchings@solarflare.com, shemminger@vyatta.com, netdev@vger.kernel.org, pv-drivers@vmware.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2.6.37-rc1] net-next: Add multiqueue support to vmxnet3 driver From: David Miller In-Reply-To: References: <20101119.123735.246535099.davem@davemloft.net> X-Mailer: Mew version 6.3 on Emacs 23.1 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1110 Lines: 31 From: Shreyas Bhatewara Date: Fri, 19 Nov 2010 12:55:24 -0800 (PST) > From: Shreyas Bhatewara > > Add multiqueue support to vmxnet3 driver > > This change adds multiqueue and thus receive side scaling support > to vmxnet3 device driver. Number of rx queues is limited to 1 in cases > where MSI is not configured or one MSIx vector is not available per rx > queue > > Signed-off-by: Shreyas Bhatewara > Reviewed-by: Bhavesh Davda Applied, but I still had to fix something up: > @@ -2726,3 +3277,5 @@ MODULE_AUTHOR("VMware, Inc."); > MODULE_DESCRIPTION(VMXNET3_DRIVER_DESC); > MODULE_LICENSE("GPL v2"); > MODULE_VERSION(VMXNET3_DRIVER_VERSION_STRING); > + > + Extraneous blank lines added to the end of a file are considered errors by GIT, so I removed this hunk. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/