All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Randy.Dunlap" <rddunlap@osdl.org>
To: Sam Ravnborg <sam@ravnborg.org>
Cc: ioe-lkml@axxeo.de, matthew@wil.cx,
	lkml <linux-kernel@vger.kernel.org>,
	netdev@oss.sgi.com, hadi@cyberus.ca, cfriesen@nortel.com,
	tgraf@suug.ch
Subject: Re: [PATCH] network configs: disconnect network options from drivers
Date: Mon, 04 Apr 2005 13:48:48 -0700	[thread overview]
Message-ID: <4251A830.5030905@osdl.org> (raw)
In-Reply-To: <20050404195051.GA12364@mars.ravnborg.org>

Hi Sam-

Sam Ravnborg wrote:
> On Sun, Apr 03, 2005 at 08:30:13PM -0700, Randy.Dunlap wrote:
> 
>>Any comments on this new version?
> 
> The new Networking menu looks unstructured.
> And the net/Kconfig file contains a lot of config snippets that does not
> belong there.
> So I took a stamp on it with focus on:
> - Move config bits to appropriate places, creating several new Kconfig
>   files
Very Good.

> - Made uses of menus more consistent at least on first and second level
Very Good again.

> - Move submenu to the top
> - Rename top menu to "Networking" and located it just before
>  "File systems"

I still prefer Networking to come before Device Drivers FWIW.
Just makes some kind of hierarchical sense to me.

> The patch became much larger. The win is that the top-level
> net/Kconfig contains much less cruft.
> 
> Many of the 56 lines added are due to the additional files.
> I did not (on purpose) change any functionality.
> 
> Only bit that I am worried about is the statement in SCTP:
> 	depends on IPV6 || IPV6=n
> 
> That looked like a noop to me. It had the sideeffect that SCTP
> menu entries where idented an extra level which was not desireable
> with currect layout.

Yeah, I was having several identation problems.

> Comments appreciated.

Nice job overall.  Especially nice to move ATM, bridge, DECNET,
ECONET, etc., to their own Kconfig files so that they are more
manageable.

I propose that the new file net/atm/Kconfig be sourced somewhere.

I'll look at it more to see if I have any other comments.

> Patch on top of rc2.
> 
> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
> ---
> 
> 
> 	Sam
> 	
>  drivers/Kconfig               |    5 
>  drivers/net/Kconfig           |    5 
>  drivers/net/appletalk/Kconfig |   28 ++
>  net/8021q/Kconfig             |   21 +
>  net/Kconfig                   |  541 +++---------------------------------------
>  net/atm/Kconfig               |   77 +++++
>  net/bridge/Kconfig            |   32 ++
>  net/bridge/netfilter/Kconfig  |    1 
>  net/core/Kconfig              |   67 +++++
>  net/decnet/Kconfig            |   24 +
>  net/econet/Kconfig            |   34 ++
>  net/ipv4/netfilter/Kconfig    |    5 
>  net/ipv6/Kconfig              |   20 +
>  net/ipx/Kconfig               |   33 ++
>  net/lapb/Kconfig              |   24 +
>  net/packet/Kconfig            |   26 ++
>  net/sched/Kconfig             |   40 +++
>  net/sctp/Kconfig              |    5 
>  net/unix/Kconfig              |   22 +
>  net/wanrouter/Kconfig         |   31 ++
>  net/x25/Kconfig               |   35 ++
>  21 files changed, 567 insertions(+), 509 deletions(-)

Thanks!

-- 
~Randy

  reply	other threads:[~2005-04-04 20:54 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-31  7:47 [RFC/PATCH] network configs: disconnect network options from drivers Randy.Dunlap
2005-03-31 11:04 ` jamal
2005-03-31 16:46 ` Chris Friesen
2005-03-31 18:30   ` David S. Miller
2005-03-31 18:22 ` Thomas Graf
2005-03-31 18:52 ` Sam Ravnborg
2005-03-31 20:02   ` Randy.Dunlap
2005-03-31 20:30     ` Sam Ravnborg
2005-04-04  3:30       ` [PATCH] " Randy.Dunlap
2005-04-04 19:50         ` Sam Ravnborg
2005-04-04 20:48           ` Randy.Dunlap [this message]
2005-04-04 21:55             ` Sam Ravnborg
2005-04-04 23:11               ` Randy.Dunlap
2005-04-05 15:45                 ` Sam Ravnborg
2005-04-05 18:46                   ` Randy.Dunlap
2005-04-05 21:11                     ` [PATCH] networking: restructuring of net/ kconfig Sam Ravnborg
2005-04-05 17:42           ` [PATCH] network configs: disconnect network options from drivers Sridhar Samudrala
2005-04-05 21:04             ` Sam Ravnborg

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=4251A830.5030905@osdl.org \
    --to=rddunlap@osdl.org \
    --cc=cfriesen@nortel.com \
    --cc=hadi@cyberus.ca \
    --cc=ioe-lkml@axxeo.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=matthew@wil.cx \
    --cc=netdev@oss.sgi.com \
    --cc=sam@ravnborg.org \
    --cc=tgraf@suug.ch \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.