History log of /external/iproute2/tc/q_mqprio.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e2a4536a4315ba1db6afccd4ccc41499bbde4c14 15-Feb-2012 Petr Sabata <contyk@redhat.com> iproute2: tc - mqprio formatted print fix

Just a minor correction of mqprio printf()'s.

Reported-by: Petr Písař <ppisar@redhat.com>
Signed-off-by: Petr Šabata <contyk@redhat.com>
/external/iproute2/tc/q_mqprio.c
892eba309fab1bad2a15868163c0d10b6ed88592 26-Apr-2011 John Fastabend <john.r.fastabend@intel.com> iproute2: improve mqprio inputs for queue offsets and counts

This changes mqprio input format to be more user friendly.

Old usage,

# ./tc/tc qdisc add dev eth3 root mqprio help
Usage: ... mqprio [num_tc NUMBER] [map P0 P1...]
[offset txq0 txq1 ...] [count cnt0 cnt1 ...] [hw 1|0]

New usage,

# ./tc/tc qdisc add dev eth3 root mqprio help
Usage: ... mqprio [num_tc NUMBER] [map P0 P1 ...]
[queues count1@offset1 count2@offset2 ...] [hw 1|0]

Suggested-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
/external/iproute2/tc/q_mqprio.c
914953046aac346b16143eee1c04b8a49bec8c8e 12-Apr-2011 John Fastabend <john.r.fastabend@intel.com> iproute2: tc add mqprio qdisc support

Add mqprio qdisc support. Output matches the following,

qdisc mq 0: dev eth1 root
qdisc mq 0: dev eth2 root
qdisc mqprio 8001: dev eth3 root tc 8 map 0 1 2 3 4 5 6 7 1 1 1 1 1 1 1 1
queues:(0:7) (8:15) (16:23) (24:31) (32:39) (40:47) (48:55) (56:63)

And usage is,

Usage: ... mclass [num_tc NUMBER] [map P0 P1...]
[offset txq0 txq1 ...] [count cnt0 cnt1 ...] [hw 1|0]

Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
/external/iproute2/tc/q_mqprio.c