Displaying 20 results from an estimated 2000 matches similar to: "qdisc''s useless in my case?"
2005 Apr 27
3
Internal Qdisc
Hell
I''m new to Qdisc programming and I was wondering, what is the difference
between using an internal Qdisc (like e.g. TBF does) vs. not using internal
Qdisc (like e.g. SFQ does)?
Can someone give me a quick rundown of pro and cons?
with regards
R.harper
_________________________________________________________________
Undgå pop-ups med MSN Toolbar - http://toolbar.msn.dk hent den
2007 May 16
5
statistics and calc bandwidth traffic using tc -s qdisc show
2006 Jan 22
1
classless qdisc and classful qdisc
Hello, I''m still new in using tc...I wanna ask...
1. what is the difference between classless and classful qdisc?? when I made
a qdisc, are I must create both of that qdisc...???
2. what is the difference beetween three of the classless qdisc in linux
redhat 2.4, sfq pfifo and tbf if I using the htb classful qdisc ??? because
when I use htb classful qdisc it means I made a qdisc that
2007 Sep 16
5
doubt about bridge qdisc
Hi guys, i have a little doubt ;
I have eth0 ethernet and eth1 wireless , and they are bridged in br0
Is there any difference in the behavior between do
tc qdisc add dev br0 root sfq
OR
tc qdisc add dev eth0 root sfq && tc qdisc add dev eth1 root sfq
--
[]''s
Salatiel
"O maior prazer do inteligente é bancar o idiota
diante de um idiota que banca o
2006 Jul 27
1
SRR qdisc
Hi all,
I wrote new qdisc SRR (Simple Round Robin). This is just another reimplementation
of round robin packets distributions. I''m not using SQF/ESFQ source code and
algorithms
in this scheduler. The main goal of this work is not given multistream download
managers
give all bandwidth resource.
Please testing this: http://mordor.strace.net/sched-srr/
--
/bye
2013 Jul 17
2
Libvirt "tc ingress qdisc" automatically removed by ovs vlan tag setting, how?
With outbound QoS setting in Libvirt XML, libvirt will add a tc
ingress qdisc for traffic shaping. Then if you set VLAN tag to that
tap device, this qdisc will automatically gone by no reason.
Could anyone shed some lights where should I look into? I'm really
confused and got no clue here. Thanks!
Steps to reproduce
--
# virsh start instance-name
# virsh dumpxml instance-name
...
2007 Mar 15
1
Problem attaching htb class to a htb qdisc
I''m trying to build a QoS system that would divide the outgoing traffic
into four categories, each one also subdivided into two more categories.
For that I chose a htb root qdisc subdivided into four classes, each of
these classes contains also a htb qdisc. Until these point everything
goes well, but when I try to attach a new class to the leaf htb qdisc a
problem with the sintaxis
2005 Jul 15
6
Problems setting up nested qdisc, feedback to LARTC HOWTO
Hi all,
based on the information in the "Linux Advanced Routing & Traffic
Control HOWTO", I was trying to set up traffic shaping on my firewall.
While I found the HOWTO very useful, in the process I ran into some
problems that I did not forsee: According to the HOWTO it seems that
it should have worked, even after spending some time going through the
sections looking for answers,
2007 Nov 14
4
Hardware Requirements for qdisc htb/sfq
I am planning to replace our cisco 7200 core router with Linux. We
currently serve around 1500 (3/4 DSL - different router) customers with
probably half of them being concurrent at any given time.
We have a fiber network and customers currently aren''t managed as far as
how much bandwidth they can use at anytime. Therefore I have constructed
a working tc qdisc Linux router as a test. It
2005 Aug 13
1
pfifo_fast as leaf qdisc for htb classes
Thank you Andy! I did''t find why I could''t use the fw
match in ingress. Now it works.
Now I ran into another problem:
When I try to add a pfifo_fast leaf qdisc dor htb
classes it seg.-faults. Is pfifo_fast a special qdisc?
I can succesfully add other type of qdiscs.
I found that a similar problem was reported in
february on a MIPS architecture.
root@zefir:/usr/src# tc qdisc
2005 Nov 06
1
tc qdisc replace failing
Hi,
Having issues getting a replace command working correctly. The error reported
is "RTNETLINK answers: Invalid argument" which isn''t descriptive or helpful.
The command i''m running is:
tc qdisc replace dev ppp0 parent 8001:D handle D: tbf rate 5Kbit burst 5kb
latency 70ms
The idea being to replace an sfq with handle D and hopefully limit a certain
user in my
2005 May 22
1
Change HTB "final qdisc" of the default walk-throught class
Hello everybody!
With a HTB qdisc:
# tc qdisc add dev eth0 root handle 99: htb
How can I change the "final qdisc" of the default walk-throught class?
# tc qdisc add dev eth0 parent 99:0 handle 88: sfq
results in: "RTNETLINK answers: Invalid argument"
CBQ automatically creates a xx:0 root class where I can attach final
qdiscs... - If there is a root class in htb, how is it
2005 Nov 11
8
Pfifo_fast "Unknown qdisc" and asking for basic design advice
Hi all,
I''ve done a search through the archives but I can''t find a
cause/solution to this.
I''m running a FC4 box with the stock 2.6.12 kernel and a FC2 box with a
stock 2.6.9 kernel. I''m obviously using
iproute2 and the patched tc.
When I clear down the qdiscs with "tc qdisc del dev <DEV> root" I get
the following in response to "tc
2006 Jan 22
2
Problems with load balancing
I have 2 providers, each on a separate interface, and a LAN on the third
interface. After I do the load balancing, only one line is used and the
traffic gets through very hard. Also, a simple command, like iptables -t nat
-L, takes very long to show the output. Does anyone know what could be
wrong?
I list my outputs here:
taurus:~# ip route show all
192.168.2.0/26 dev eth0 proto kernel scope
2006 Sep 06
0
Can i attach another qdisc (htb) under HFSC classfull ?
Hi,
Is it possible to attach another qdisq under a HFSC classfull ?
I try it and the configuraton works :
$TC qdisc add dev $dev root handle 1: hfsc default 30
$TC class add dev $dev parent 1: classid 1:1 hfsc sc rate
${RATE}mbit ul rate ${RATE}mbit
$TC class add dev $dev parent 1:1 classid 1:10 hfsc rt umax 1500b
dmax 30ms rate 200kbit
$TC class add dev $dev
2005 May 13
1
Qdisc requeue should be void?
There is an design problem with the qdisc interface that causes qlen related bugs
in netem, tbf, and other qdisc''s that peek at the top of the queue. The problem is
that requeue needs to be called from the dequeue function but requeue can fail.
If requeue fails, then the calling qdisc can not properly handle the error. If it
returns NULL, then the parent''s expectation about qlen
2007 Aug 19
0
HTB qdisc within HTB root qdisc
Hello...
Im trying to setup HTB to allow me to shape traffic from two upstreams
that meets on single lan0 interface. I prefer to use HTB qdisc
within HTB root qdisc for cleaner rules design.
Seems that it doesnt work at all. tc -s class show doesnt
show any traffic on other classes attached to HTB qdisc.
Linux 2.6.20.7
iproute-2.6.20-070313
Weird thing is that tc -s class show that 1: and 2:
2004 Oct 20
1
LARTC problems with PRIO qdisc
Hi,
I have a router/firewall running Linux (like the most of you) and I
wanted to do some traffic control.
I''ve created an root PRIO qdisc like the example in paragraph 9.5.3.1
(http://www.lartc.org/howto/lartc.qdisc.classful.html#AEN903) with three
SFQ child-classes.
I wanted for interactive (ssh, telnet, ftp-control) and dns-traffic to
be placed in the first queue, http should go in
2007 Mar 20
3
Divide bandwidth between 4 groups of ip with the same rate
Hello, I have begun to use the tc scripts since 2 weeks ago, so I am beginner. I am trying to divide my bandwidth in 4 independent ones. Each of these sub-bandwidths is assigned to 4 different groups of ip. Bandwidth sharing is allowed. I put a Linux with two Ethernet card between the router and the LAN. Eth1 is the card connected to the router and eth0 is the one connected to the LAN. My ISP
2013 Jul 17
0
Re: Libvirt "tc ingress qdisc" automatically removed by ovs vlan tag setting, how?
After some digging in openvswitch code. My wild guess is that vlan tag
reconfiguring triggered iface_configure_qos (vswitchd/bridge.c), which
in turn called netdev_set_policing to reset ingress policing rate.
Although there's no ingress_policing_rate set in my case, existing
ingress qdisc still remove by default.
Could some openvswitch guy help to confirm and suggest how to fix or
workaround?