[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070424082117.354341d3@oldman>
Date: Tue, 24 Apr 2007 08:21:17 -0700
From: Stephen Hemminger <shemminger@...ux-foundation.org>
To: Keiichi KII <k-keiichi@...jp.nec.com>
Cc: Andrew Morton <akpm@...ux-foundation.org>, mpm@...enic.com,
davem@...emloft.net, linux-kernel@...r.kernel.org,
netdev@...r.kernel.org
Subject: Re: [RFC][PATCH -mm take4 2/6] support multiple logging
On Tue, 24 Apr 2007 01:29:02 -0700
Andrew Morton <akpm@...ux-foundation.org> wrote:
> On Tue, 24 Apr 2007 17:14:28 +0900 Keiichi KII <k-keiichi@...jp.nec.com> wrote:
>
> > > On Fri, 20 Apr 2007 18:51:13 +0900
> > > Keiichi KII <k-keiichi@...jp.nec.com> wrote:
> > >
> > >>> I started to do some cleanups and fixups here, but abandoned it when it was
> > >>> all getting a bit large.
> > >>>
> > >>> Here are some fixes against this patch:
> > >> I'm going to fix my patches by following your reviews and send new patches
> > >> on the LKML and the netdev ML in a few days.
> > >>
> > >
> > > Well.. before you can finish this work we need to decide upon what the
> > > interface to userspace will be.
> > >
> > > - The miscdev isn't appropriate
> > >
> >
> > Why isn't miscdev appropriate?
> > We just shouldn't use miscdev for networking conventionally?
> >
>
> Yes it's rather odd, especially for networking.
>
> What does the miscdev _do_ anyway? Is it purely a target for the ioctls?
Some other speculations:
1. Would it be possible to add ioctl's to /dev/console? This would be more in
keeping with older Unix style model.
2. Using sysfs makes sense if there is a device object that exists to
add the sysfs attributes to.
3. Procfs is handy for summary type tables.
4. Netlink does feel like overkill for this. Although newer generic netlink
makes it easier.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists