> 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, some drivers use "fake netdevices" to feed > netif_rx_schedule(). > > Thanks, > Jan-Bernd
Jan, Yes, these patches are for transmit multiqueue hardware support only. There are other efforts to stop using the fake netdevices for Rx polling, such as using MSI-X vectors assigned to particular receive queues, but this is still done in the driver (which is ok). I'm currently not working on anything in the kernel to support multiqueue Rx for non MSI-X devices though. Thanks, -PJ Waskiewicz - 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-info.html