Re: [PATCH 02/10] Networking include file changes.

2007-07-22 Thread Krishna Kumar2
Hi Sridhar, Sridhar Samudrala <[EMAIL PROTECTED]> wrote on 07/23/2007 11:29:39 AM: > Krishna Kumar2 wrote: > > Hi Sridhar, > > > > Sridhar Samudrala <[EMAIL PROTECTED]> wrote on 07/20/2007 10:55:05 PM: > >>> diff -ruNp org/include/net/pkt_sched.h new/include/net/pkt_sched.h > >>> --- org/include/

Re: [PATCH 02/10] Networking include file changes.

2007-07-22 Thread Sridhar Samudrala
Krishna Kumar2 wrote: Hi Sridhar, Sridhar Samudrala <[EMAIL PROTECTED]> wrote on 07/20/2007 10:55:05 PM: diff -ruNp org/include/net/pkt_sched.h new/include/net/pkt_sched.h --- org/include/net/pkt_sched.h 2007-07-20 07:49:28.0 +0530 +++ new/include/net/pkt_sched.h 2007-07-20 08:30:22

Re: [PATCH 02/10] Networking include file changes.

2007-07-21 Thread Krishna Kumar2
Hi Sridhar, Sridhar Samudrala <[EMAIL PROTECTED]> wrote on 07/20/2007 10:55:05 PM: > > diff -ruNp org/include/net/pkt_sched.h new/include/net/pkt_sched.h > > --- org/include/net/pkt_sched.h 2007-07-20 07:49:28.0 +0530 > > +++ new/include/net/pkt_sched.h 2007-07-20 08:30:22.0 +0

Re: [PATCH 02/10] Networking include file changes.

2007-07-20 Thread Sridhar Samudrala
On Fri, 2007-07-20 at 12:02 +0530, Krishna Kumar wrote: > Networking include file changes for batching. > > Signed-off-by: Krishna Kumar <[EMAIL PROTECTED]> > --- > linux/netdevice.h | 10 ++ > net/pkt_sched.h |6 +++--- > 2 files changed, 13 insertions(+), 3 deletions(-) > > dif

Re: [PATCH 02/10] Networking include file changes.

2007-07-20 Thread Patrick McHardy
Krishna Kumar wrote: > diff -ruNp org/include/linux/netdevice.h new/include/linux/netdevice.h > --- org/include/linux/netdevice.h 2007-07-20 07:49:28.0 +0530 > +++ new/include/linux/netdevice.h 2007-07-20 08:30:55.0 +0530 > @@ -264,6 +264,8 @@ enum netdev_state_t > __L

[PATCH 02/10] Networking include file changes.

2007-07-19 Thread Krishna Kumar
Networking include file changes for batching. Signed-off-by: Krishna Kumar <[EMAIL PROTECTED]> --- linux/netdevice.h | 10 ++ net/pkt_sched.h |6 +++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff -ruNp org/include/linux/netdevice.h new/include/linux/netdevice.h --- or