Displaying 7 results from an estimated 7 matches for "tc_config_diffserv".
2003 May 07
4
dsmark, unkown
Hi,
I want to use the dsmark, but it always says: "unkown qdisc", although I
have enabled it (y in Network options), and I have my kernel recompiled.
I am using SuSE 8.1, 2.4.20 Kernel, tc available at the HTB site (with
already precompiled HTB queue).
Can anybody find the problem?
thx
_________________________________________________________________
MSN 8 helps eliminate e-mail
2004 Sep 05
0
Re: Diffserv on Linux 2.4.21 (DSMARK problem)
...ne know of any patch that I could used or any other solution so that use of dsmark is possible. Traffic control using the other qdiscs is working fine!
When I tried to implement the qdisc Dsmark, I got the message
unknown qdisc: dsmark.
I see that the solution for this in many cases is changing the tc_config_diffserv to ''y'', but the rpm does not provide such a possibility as there is no reference to the dsmark qdisc in the rpm at all?
Thanks in advance
N
---------------------------------
ALL-NEW Yahoo! Messenger - all new features - even more fun!
2002 Jun 11
1
unknown qdisc "dsmark"
hi,
I''m a beginner with qdiscs and other lartc stuff.
After reading the howto and other related documents (i.e. some papers about
linux and diffserv), I decided to start with some test.
I found some example script to implement simple diffserv using dsmark, but,
just after the first command:
tc qdisc add dev eth1 handle 1:0 root dsmark indices 64 set_tc_index
the system answered:
2001 Feb 14
0
[SOLVED] tc qdisc ingress setup problems...
...ror with eg.:
# tc qdisc add dev eth0 handle ffff: ingress
RTNETLINK answers: No such file or directory
is due to *iproute2* tool default configuration (and most iproute precompiled
packages) in addition to correct kernel setup.
You must change in
iproute2/Config:
TC_CONFIG_DIFFSERV=y
and recompile, etc ...
Regards...
--Juanjo
2006 Jan 05
1
Adding dsmark qdisc fails
I ''m having a problem identical to one encountered on this list awhile
back:
>I''m trying to configure dsmark qdisc on 2.6.11.4 user mode linux and
>tc from iproute2-2.6.11-050314.
>
>
>I think I have some mismatch in my setup since adding dsmark qdisc
>fails *unless* I specify "set_tc_index" argument which I believe should
>be optional:
2004 Jun 08
18
[ANNOUCE] iproute2 update
A new version of the iproute2 utilities is available to handle the new
extensions for 2.6.7.
* Based on the last known good version of iproute2 from Alexy
* Included most of the vendor patches (except for the stupid ones).
* Got rid of lots of the glibc workarounds, I intend this to build
and run on 2.6 (and 2.4) only.
* Fixed some parsing and formatting bugs.
* Added gigabit as a rate.
2005 Mar 25
3
These tc commands used to work... what''s broken them?
...quot;Aha, maybe when Gentoo upgraded its iproute2
package not too long ago, it didn''t compile in DSMARK support that the
old iproute2 had!" So I dug into the iproute2 package. But as best I
can tell, the latest iproute2 (at least the Gentoo variant) doesn''t
even need the old TC_CONFIG_DIFFSERV=y directive in the Config file any
more. It appears to compile dsmark support in in by default. Just to
check, I tried this:
> strings /sbin/tc | grep dsmark
dsmark_qdisc_util
dsmark
dsmark: indices too short
dsmark: empty mask
dsmark: empty value
Usage: dsmark indices INDICES [ default_inde...