netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: David Miller <davem@davemloft.net>
Cc: netdev@vger.kernel.org, thomas.petazzoni@free-electrons.com,
	mpm@selenic.com
Subject: Re: [patch 04/11] net: configure out IGMP support
Date: Wed, 30 Jul 2008 14:51:36 -0700	[thread overview]
Message-ID: <20080730145136.1c604b6a.akpm@linux-foundation.org> (raw)
In-Reply-To: <20080730.144521.200750150.davem@davemloft.net>

On Wed, 30 Jul 2008 14:45:21 -0700 (PDT)
David Miller <davem@davemloft.net> wrote:

> From: akpm@linux-foundation.org
> Date: Wed, 30 Jul 2008 12:37:36 -0700
> 
> > From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> > 
> > tAdd adds the CONFIG_IGMP option which allows to remove support for the
> > Internet Group Management Protocol, used in multicast.  Multicast is not
> > necessarly used by applications, particularly on embedded devices.  As
> > this is a size-reduction option, it depends on CONFIG_EMBEDDED.  It allows
> > to save ~10 kilobytes of kernel code/data:
> > 
> >    text	   data	    bss	    dec	    hex	filename
> > 1718857	 143672	 221184	2083713	 1fcb81	vmlinux
> > 1708838	 143640	 221184	2073662	 1fa43e	vmlinux.new
> >  -10019     -32       0  -10051   -2743 +/-
> > 
> > This patch has been originally written by Matt Mackall <mpm@selenic.com>,
> > and is part of the Linux Tiny project.
> > 
> > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> > Cc: Matt Mackall <mpm@selenic.com>
> > Cc: "David S. Miller" <davem@davemloft.net>
> > Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
> 
> I'm not applying this.
> 
> This removes core parts of the BSD socket API from applications.
> Like TCP and UDP, multicast capabilities are something applications
> can always depend upon being available.

That's just a bogus argument.  Embedded device developers have 100%
control over 100% of the applications which run on their devices.  If
they know that their applications don't use multicast then those devices
won't use multicast.   Ever.


      reply	other threads:[~2008-07-30 21:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-30 19:37 [patch 04/11] net: configure out IGMP support akpm
2008-07-30 21:45 ` David Miller
2008-07-30 21:51   ` Andrew Morton [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080730145136.1c604b6a.akpm@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=davem@davemloft.net \
    --cc=mpm@selenic.com \
    --cc=netdev@vger.kernel.org \
    --cc=thomas.petazzoni@free-electrons.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).