| To: | lartc@mailman.ds9a.nl |
|---|---|
| Subject: | [LARTC] strict priority |
| From: | "Alexander Sirotkin" <demiourgos@gmail.com> |
| Date: | Wed, 28 Mar 2007 18:13:06 +0200 |
| Delivered-to: | sp-com-lists@consult.net |
| Delivered-to: | lartc-list@securepoint.com |
| Delivered-to: | lartc@outpost.ds9a.nl |
| Dkim-signature: | a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=V/zhmylQR5bsSQ0A2M1lriDMh3N4nLky1o0CVaMqH9UfGI5dx1O8TlK4oavUmxUTr+z/yzc5DwKsU8SVrs7ZQXsITrCccfzpXXF4CNFeaFhZahfUEikkXgkAQqi1Zw2pq6cD3O9dbKSZ2vFw1bsWIRnDmNNaF6bEzvjFuoGVMzA= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=MCcsAtx+hlSYd8ywlHbJ0/YCT21vhIIckLKwn7flAg2ZwIEXP3wEIqyQRXfILw89++jMExRn4FCiRvvvwrkliL9nXiaobKCMJIdbfsCq0VZz5CeFyTgcfzE1iqH6Srl16zlNDCRn24VHg036xyisuxv72jD+sjphBJfIkC2PSK4= |
| List-archive: | <http://mailman.ds9a.nl/pipermail/lartc> |
| List-help: | <mailto:lartc-request@mailman.ds9a.nl?subject=help> |
| List-id: | "Mailinglist of the Linux Advanced Routing & Traffic Control project" <lartc.mailman.ds9a.nl> |
| List-post: | <mailto:lartc@mailman.ds9a.nl> |
| List-subscribe: | <http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc>, <mailto:lartc-request@mailman.ds9a.nl?subject=subscribe> |
| List-unsubscribe: | <http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc>, <mailto:lartc-request@mailman.ds9a.nl?subject=unsubscribe> |
| Sender: | lartc-bounces@mailman.ds9a.nl |
I'm trying to configure 4 queues with strict priorities based on DSCP. I tried to following commands, but it seems that the filters I defined have no effect tc qdisc add dev eth0 root handle 1: prio bands 4 tc qdisc add dev eth0 parent 1:0 handle 10: pfifo limit 100 tc qdisc add dev eth0 parent 1:1 handle 20: pfifo limit 100 tc qdisc add dev eth0 parent 1:2 handle 30: pfifo limit 100 tc qdisc add dev eth0 parent 1:3 handle 40: pfifo limit 100 tc filter add dev eth0 parent 1:0 protocol ip prio 1 u32 match ip tos 224 0xff flowid 10: tc filter add dev eth0 parent 1:0 protocol ip prio 2 u32 match ip tos 160 0xff flowid 20: tc filter add dev eth0 parent 1:0 protocol ip prio 3 u32 match ip tos 0 0xff flowid 30: tc filter add dev eth0 parent 1:0 protocol ip prio 4 u32 match ip tos 32 0xff flowid 40: Any suggestions ? _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [LARTC] modprobe ifb, Ruben Porras |
|---|---|
| Next by Date: | RE: [LARTC] strict priority, Flechsenhaar, Jon J |
| Previous by Thread: | [LARTC] modprobe ifb, Ruben Porras |
| Next by Thread: | RE: [LARTC] strict priority, Flechsenhaar, Jon J |
| Indexes: | [Date] [Thread] [Top] [All Lists] |