[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20080730.143532.124324888.davem@davemloft.net>
Date: Wed, 30 Jul 2008 14:35:32 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: akpm@...ux-foundation.org
Cc: jeff@...zik.org, netdev@...r.kernel.org,
thomas.petazzoni@...e-electrons.com, mpm@...enic.com
Subject: Re: [patch 12/12] Configure out ethtool support
From: akpm@...ux-foundation.org
Date: Wed, 30 Jul 2008 12:39:04 -0700
> From: Thomas Petazzoni <thomas.petazzoni@...e-electrons.com>
>
> Add the CONFIG_ETHTOOL option which allows to remove support for ethtool,
> not necessarly used on embedded systems. As this is a size-reduction
> option, it depends on CONFIG_EMBEDDED. It allows to save ~6 kilobytes of
> kernel code:
>
> text data bss dec hex filename
> 1258447 123592 212992 1595031 185697 vmlinux
> 1252147 123592 212992 1588731 183dfb vmlinux.new
> -6300 0 0 -6300 -189C +/-
>
> Question: should we also remove ethtool-related functions from all network
> drivers ?
>
> This patch has been originally written by Matt Mackall
> <mpm@...enic.com>, and is part of the Linux Tiny project.
>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@...e-electrons.com>
> Cc: Matt Mackall <mpm@...enic.com>
> Cc: "David S. Miller" <davem@...emloft.net>
> Cc: Jeff Garzik <jeff@...zik.org>
> Signed-off-by: Andrew Morton <akpm@...ux-foundation.org>
There is no way I'm applying this, ever.
This change means you can't configure nearly all of the features on
your ethernet card. You can't even configure the link parameters
without ethtool support.
If you want 6K back get rid of the random number generator, I hear
embedded people don't need that either :-)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists