[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070309131116.GG521@postel.suug.ch>
Date: Fri, 9 Mar 2007 14:11:16 +0100
From: Thomas Graf <tgraf@...g.ch>
To: "Kok, Auke" <auke-jan.h.kok@...el.com>
Cc: David Miller <davem@...emloft.net>,
"Garzik, Jeff" <jgarzik@...ox.com>, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org,
Peter Waskiewicz Jr <peter.p.waskiewicz.jr@...el.com>,
"Brandeburg, Jesse" <jesse.brandeburg@...el.com>,
"Kok, Auke" <auke@...-projects.org>,
"Ronciak, John" <john.ronciak@...el.com>
Subject: Re: [PATCH 2/2] e1000: Implement the new kernel API for multiqueue TX support.
* Kok, Auke <auke-jan.h.kok@...el.com> 2007-02-08 16:09
>
> From: Peter Waskiewicz Jr. <peter.p.waskiewicz.jr@...el.com>
>
> Several newer e1000 chipsets support multiple RX and TX queues. Most
> commonly, 82571's and ESB2LAN support 2 rx and 2 rx queues.
>
> Signed-off-by: Peter Waskiewicz Jr. <peter.p.waskiewicz.jr@...el.com>
> Signed-off-by: Auke Kok <auke-jan.h.kok@...el.com>
> ---
>
> drivers/net/Kconfig | 13 ++
> drivers/net/e1000/e1000.h | 23 +++
> drivers/net/e1000/e1000_ethtool.c | 43 ++++++
> drivers/net/e1000/e1000_main.c | 269 +++++++++++++++++++++++++++++++------
> 4 files changed, 304 insertions(+), 44 deletions(-)
>
> diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
> index ad92b6a..2d758ab 100644
> --- a/drivers/net/Kconfig
> +++ b/drivers/net/Kconfig
> @@ -1988,6 +1988,19 @@ config E1000_DISABLE_PACKET_SPLIT
>
> If in doubt, say N.
>
> +config E1000_MQ
> + bool "Enable Tx/Rx Multiqueue Support (EXPERIMENTAL)"
> + depends on E1000 && NET_MULTI_QUEUE_DEVICE && EXPERIMENTAL
Would be better to just select NET_MULTI_QUEUE_DEVICE instead of
depending on it.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists