On Sat, 21 Jul 2007 12:16:30 +0530
Krishna Kumar2 <[EMAIL PROTECTED]> wrote:
> Stephen Hemminger <[EMAIL PROTECTED]> wrote on 07/20/2007
> 09:52:03 PM:
> > Patrick McHardy <[EMAIL PROTECTED]> wrote:
> >
> > > Krishna Kumar2 wrote:
> > > > Patrick McHardy <[EMAIL PROTECTED]> wrote on 07/20/2007 03:
Stephen Hemminger <[EMAIL PROTECTED]> wrote on 07/20/2007
09:52:03 PM:
> Patrick McHardy <[EMAIL PROTECTED]> wrote:
>
> > Krishna Kumar2 wrote:
> > > Patrick McHardy <[EMAIL PROTECTED]> wrote on 07/20/2007 03:37:20 PM:
> > >
> > >
> > >
> > >> rtnetlink support seems more important than sysfs to me
On Fri, 20 Jul 2007 13:21:51 +0200
Patrick McHardy <[EMAIL PROTECTED]> wrote:
> Krishna Kumar2 wrote:
> > Patrick McHardy <[EMAIL PROTECTED]> wrote on 07/20/2007 03:37:20 PM:
> >
> >
> >
> >> rtnetlink support seems more important than sysfs to me.
> >>
> >
> > Thanks, I will add that as a
Krishna Kumar2 wrote:
Patrick McHardy <[EMAIL PROTECTED]> wrote on 07/20/2007 03:37:20 PM:
rtnetlink support seems more important than sysfs to me.
Thanks, I will add that as a patch. The reason to add to sysfs is that
it is easier to change for a user (and similar to tx_queue_len).
Patrick McHardy <[EMAIL PROTECTED]> wrote on 07/20/2007 03:37:20 PM:
> Krishna Kumar wrote:
> > Support to turn on/off batching from /sys.
>
>
> rtnetlink support seems more important than sysfs to me.
Thanks, I will add that as a patch. The reason to add to sysfs is that
it is easier to change f
Krishna Kumar wrote:
> Support to turn on/off batching from /sys.
rtnetlink support seems more important than sysfs to me.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-inf
Support to turn on/off batching from /sys.
Signed-off-by: Krishna Kumar <[EMAIL PROTECTED]>
---
net-sysfs.c | 70
1 files changed, 70 insertions(+)
diff -ruNp org/net/core/net-sysfs.c new/net/core/net-sysfs.c
--- org/net/core/net-sys