* which traffic scheduler can achieve SP QoS effect, using TC
@ 2010-11-19 14:42 liu
2010-11-19 17:17 ` Stephen Hemminger
0 siblings, 1 reply; 2+ messages in thread
From: liu @ 2010-11-19 14:42 UTC (permalink / raw)
To: netfilter
For example, 8 queues is configed in a router, q1 have the highest priority to xmit packet, and q2 can get chance to xmit packet just when q1 has no packet to send, and q3 can get chance to xmit packet when q1 and q2 have no packet to send, the rest of other queues is simily.
Can TC achieve this effect, and how could I configure my router, which is using kernel 2.6.30.
Thanks for any help!
--------------
ronliu
2010-11-19
h
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: which traffic scheduler can achieve SP QoS effect, using TC
2010-11-19 14:42 which traffic scheduler can achieve SP QoS effect, using TC liu
@ 2010-11-19 17:17 ` Stephen Hemminger
0 siblings, 0 replies; 2+ messages in thread
From: Stephen Hemminger @ 2010-11-19 17:17 UTC (permalink / raw)
To: liu; +Cc: netfilter
On Fri, 19 Nov 2010 22:42:18 +0800
"liu" <liu@5bamboos.com> wrote:
> For example, 8 queues is configed in a router, q1 have the highest priority to xmit packet, and q2 can get chance to xmit packet just when q1 has no packet to send, and q3 can get chance to xmit packet when q1 and q2 have no packet to send, the rest of other queues is simily.
>
> Can TC achieve this effect, and how could I configure my router, which is using kernel 2.6.30.
>
> Thanks for any help!
Use 'prio' qdisc and add classifiers to assign packets to slots
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-11-19 17:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-19 14:42 which traffic scheduler can achieve SP QoS effect, using TC liu
2010-11-19 17:17 ` Stephen Hemminger
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.