Re: [PATCH 2/2] e1000: Implement the new kernel API for multiqueue TX support.

From: Thomas Graf
Date: Fri Mar 09 2007 - 08:42:18 EST


* Kok, Auke <auke-jan.h.kok@xxxxxxxxx> 2007-02-08 16:09
>
> From: Peter Waskiewicz Jr. <peter.p.waskiewicz.jr@xxxxxxxxx>
>
> 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@xxxxxxxxx>
> Signed-off-by: Auke Kok <auke-jan.h.kok@xxxxxxxxx>
> ---
>
> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/