Re: [PATCH 07/24] net, diet: Make ping sockets optional
[Posted May 6, 2014 by corbet]
| From: |
| David Miller <davem-AT-davemloft.net> |
| To: |
| andi-AT-firstfloor.org |
| Subject: |
| Re: [PATCH 07/24] net, diet: Make ping sockets optional |
| Date: |
| Mon, 05 May 2014 23:04:27 -0400 (EDT) |
| Message-ID: |
| <20140505.230427.1025985660046509545.davem@davemloft.net> |
| Cc: |
| netdev-AT-vger.kernel.org, linux-kernel-AT-vger.kernel.org, tom.zanussi-AT-linux.intel.com, ak-AT-linux.intel.com |
| Archive‑link: | |
Article |
From: Andi Kleen <andi@firstfloor.org>
Date: Mon, 5 May 2014 15:25:56 -0700
> From: Andi Kleen <ak@linux.intel.com>
>
> This saves about 6k text/data. ping still works fine using raw
> sockets like it always did.
>
> text data bss dec hex filename
> 268128 11555 7872 287555 46343 net/ipv4/built-in.o-noping
> 273610 11843 8176 293629 47afd net/ipv4/built-in.o-ping
>
> Signed-off-by: Andi Kleen <ak@linux.intel.com>
Sorry, not applying this, it's been discussed already, and it's
exactly small'ish systems that want this facility.
We want to move away from raw sockets, and making this optional
is not going to help us move forward down that path.