Re: [PATCH 04/10] net-sysfs.c changes.

2007-07-23 Thread Stephen Hemminger
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:

Re: [PATCH 04/10] net-sysfs.c changes.

2007-07-21 Thread Krishna Kumar2
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

Re: [PATCH 04/10] net-sysfs.c changes.

2007-07-20 Thread Stephen Hemminger
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

Re: [PATCH 04/10] net-sysfs.c changes.

2007-07-20 Thread Patrick McHardy
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).

Re: [PATCH 04/10] net-sysfs.c changes.

2007-07-20 Thread Krishna Kumar2
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

Re: [PATCH 04/10] net-sysfs.c changes.

2007-07-20 Thread Patrick McHardy
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

[PATCH 04/10] net-sysfs.c changes.

2007-07-19 Thread Krishna Kumar
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