netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: Stephen Hemminger <shemminger@osdl.org>
Cc: "David S. Miller" <davem@redhat.com>,
	Patrick Mochel <mochel@osdl.org>,
	netdev@oss.sgi.com, jkenisto@us.ibm.com, lkessler@us.ibm.com,
	Daniel Stekloff <dsteklof@us.ibm.com>
Subject: Re: [PATCH 1/2] Sysfs net class - infrastructure
Date: Thu, 15 May 2003 17:20:23 -0700	[thread overview]
Message-ID: <20030516002023.GA11926@kroah.com> (raw)
In-Reply-To: <20030515162717.477fb84b.shemminger@osdl.org>

On Thu, May 15, 2003 at 04:27:17PM -0700, Stephen Hemminger wrote:
> +#ifdef CONFIG_NET_SYSFS

No, do not make this a config option.  sysfs is not a config option, and
no other subsystem has this kind of option.  It should always be enabled
so that userspace tools know it will always be present.

If we want to start worrying about CONFIG_TINY or something, then we can
possibly start to implement something like this.  But for now, no, the
overhead is very minimal (compared to something like SCSI for example.)


> +	/* statistics object */
> +	struct kobject		stats_kobj;

What is this needed for?  I don't remember seeing this in your previous
patches :)

thanks,

greg k-h

  reply	other threads:[~2003-05-16  0:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-15 23:27 [PATCH 1/2] Sysfs net class - infrastructure Stephen Hemminger
2003-05-16  0:20 ` Greg KH [this message]
2003-05-16  0:58   ` David S. Miller
2003-05-16  1:42     ` Greg KH

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=20030516002023.GA11926@kroah.com \
    --to=greg@kroah.com \
    --cc=davem@redhat.com \
    --cc=dsteklof@us.ibm.com \
    --cc=jkenisto@us.ibm.com \
    --cc=lkessler@us.ibm.com \
    --cc=mochel@osdl.org \
    --cc=netdev@oss.sgi.com \
    --cc=shemminger@osdl.org \
    /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).