RE: [PATCH] NET: Multiple queue hardware support

2007-06-21 Thread Waskiewicz Jr, Peter P
> PJ Waskiewicz wrote: > > I did not modify other users of netif_queue_stopped() in > > net/core/netpoll.c, net/core/dev.c, or net/core/pktgen.c, since no > > classification occurs for the skb being sent to the device. > > Therefore, packets should always be ending up in queue 0, > so there's

Re: [PATCH] NET: Multiple queue hardware support

2007-06-21 Thread Patrick McHardy
PJ Waskiewicz wrote: I did not modify other users of netif_queue_stopped() in net/core/netpoll.c, net/core/dev.c, or net/core/pktgen.c, since no classification occurs for the skb being sent to the device. Therefore, packets should always be ending up in queue 0, so there's no need to check the s

Re: [PATCH] NET: Multiple queue hardware support

2007-06-20 Thread David Miller
From: Jan-Bernd Themann <[EMAIL PROTECTED]> Date: Wed, 20 Jun 2007 16:58:43 +0200 > to me it seems that this patch set only include multiple transmit > queue support (for qdisc). Am I right with this observation? If so, > are there also plans to support multiple receive queues to allow the > queue

RE: [PATCH] NET: Multiple queue hardware support

2007-06-20 Thread Waskiewicz Jr, Peter P
> to me it seems that this patch set only include multiple > transmit queue support (for qdisc). Am I right with this > observation? If so, are there also plans to support multiple > receive queues to allow the queues to be processed in > parallel on different CPUs via a standard interface? >

RE: [PATCH] NET: Multiple queue hardware support

2007-06-20 Thread Jan-Bernd Themann
Hi, to me it seems that this patch set only include multiple transmit queue support (for qdisc). Am I right with this observation? If so, are there also plans to support multiple receive queues to allow the queues to be processed in parallel on different CPUs via a standard interface? Currently,