]> rtime.felk.cvut.cz Git - lisovros/iproute2_canprio.git/commit
add support for multiq qdisc
authorAlexander Duyck <alexander.h.duyck@intel.com>
Fri, 5 Dec 2008 22:16:42 +0000 (14:16 -0800)
committerStephen Hemminger <stephen.hemminger@vyatta.com>
Wed, 7 Jan 2009 03:29:25 +0000 (19:29 -0800)
commitfe1a34fa81f61bb3000ea6b127480f7cce24af06
tree2cb683940b87065a29f1821a37d287d4004cebfd
parentf72a7aab0ce946ca1133cc8b6b7fcb088fbb1d96
add support for multiq qdisc

Add support for multiq qdisc
This patch adds the ability to configure the multiq qdisc.  Since the qdisc does not require any input it will pull the number of bands directly from the device that it is added to the root of.

usage: tc qdisc add dev <DEV> root handle <HANDLE> multiq

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
tc/Makefile
tc/q_multiq.c [new file with mode: 0644]