This series is inspired by a patch sent[1] in from Jesper Brouer and the discussion it started. Basically it tries to provide a solution which is backwards compatible while still enabling the veth performance improvement by default.
[1]: http://www.spinics.net/lists/netdev/msg299407.html Jesper Dangaard Brouer (1): veth: don't assign a qdisc to veth Phil Sutter (2): net: make default tx_queue_len configurable net: sched: set tx_queue_len to default when changing noqueue device's qdisc drivers/net/veth.c | 1 + net/Kconfig | 12 ++++++++++++ net/ethernet/eth.c | 2 +- net/sched/sch_api.c | 4 ++++ 4 files changed, 18 insertions(+), 1 deletion(-) -- 2.1.2 -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html