From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH 0/2] net: Allow allocating different number RX and TX mqs Date: Mon, 10 Jan 2011 16:06:42 -0800 (PST) Message-ID: <20110110.160642.146350621.davem@davemloft.net> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: therbert@google.com Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:56474 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753800Ab1AKAGK (ORCPT ); Mon, 10 Jan 2011 19:06:10 -0500 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: From: Tom Herbert Date: Sun, 9 Jan 2011 21:36:25 -0800 (PST) > Add functions so that a different number of TX and RX queues can be > allocated in a netdevice. Second patch modifies mlx4 driver to call > this function which is an example of a driver that allocates different > numbers for TX and RX queues. Both applied, thanks Tom.