Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934068AbbDQRmV (ORCPT ); Fri, 17 Apr 2015 13:42:21 -0400 Received: from mail-ig0-f174.google.com ([209.85.213.174]:36497 "EHLO mail-ig0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932777AbbDQRmT (ORCPT ); Fri, 17 Apr 2015 13:42:19 -0400 Message-ID: <1429292536.7346.248.camel@edumazet-glaptop2.roam.corp.google.com> Subject: Re: [PATCH] netns: deinline net_generic() From: Eric Dumazet To: Denys Vlasenko Cc: David Miller , ebiederm@xmission.com, jengelh@medozas.de, jpirko@redhat.com, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Date: Fri, 17 Apr 2015 10:42:16 -0700 In-Reply-To: <55313D4D.4050402@redhat.com> References: <1429014311-19868-1-git-send-email-dvlasenk@redhat.com> <20150414.143747.1155055158701231768.davem@davemloft.net> <552F9986.30207@redhat.com> <1429187895.7346.195.camel@edumazet-glaptop2.roam.corp.google.com> <55313D4D.4050402@redhat.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4-0ubuntu2 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 735 Lines: 21 On Fri, 2015-04-17 at 19:05 +0200, Denys Vlasenko wrote: > How do you expect one to find excessively large inlines, > if not on allyesconfig build? Tuning kernel sources based on allyesconfig build _size_ only is terrible. We could build an interpreter based kernel and maybe reduce its size by 50% who knows... You are saying that all inline should be removed, since it is obvious kernel size _will_ be smaller. That is an ... interesting idea, but hardly related to net_generic(). -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/