Displaying 11 results from an estimated 11 matches for "sch_dsmark".
2003 Jan 15
5
HTB. QoS and Shorewall
Group,
I am reading about tc (traffic control) and willing to get my feet wet. As requirement, there should be HTB compiled in the kernel. I grabbed a Mandrake 8.2 distro, and didn''t installed the kernel source.
Anyone knows if the HTB is compiled in Mandrake 8.2, or point a way to find that out? I tried to read the /usr/src/kernel.xxxxx/.config file, but it doesn''t exists.
2004 Dec 23
3
About Diffserv on linux!
Hello,
This is a question about diffserv on linux. We know, there is a file sch_dsmark in
linux source code. Now, i want to add something in the function dsmark_enqueue,
for
example, i want to add a function which can add a class and queue automately in
dsmark_enqueue. That is, not using the command tc. After adding one, it works
well, but
when add the second one, there is a kerne...
2006 Jan 05
1
Adding dsmark qdisc fails
...I believe should
>be optional:
>
>
># tc qdisc add dev eth1 handle 1:0 root dsmark indices 8
>RTNETLINK answers: Invalid argument
>Mar 20 13:00:50 user user.debug kernel: dsmark_init(sch a0bb3ae0,[qdisc
a0bb3b60],opt 00000000)
>
>here the log shows that opt is null, sch_dsmark checks for that and
>bails out. However running tc with "set_tc_index" goes ok:
>
>
># tc qdisc add dev eth1 handle 1:0 root dsmark indices 8 set_tc_index
>Mar 20 13:01:12 user user.debug kernel: dsmark_init(sch a0bb3060,[qdisc
a0bb30e0],opt a038e9d0)
>Mar 20 13:0...
2005 Mar 20
3
Adding dsmark qdisc fails
..."set_tc_index" argument which I believe should
be optional:
# tc qdisc add dev eth1 handle 1:0 root dsmark indices 8
RTNETLINK answers: Invalid argument
Mar 20 13:00:50 user user.debug kernel: dsmark_init(sch a0bb3ae0,[qdisc
a0bb3b60],opt 00000000)
here the log shows that opt is null, sch_dsmark checks for that and
bails out. However running tc with "set_tc_index" goes ok:
# tc qdisc add dev eth1 handle 1:0 root dsmark indices 8 set_tc_index
Mar 20 13:01:12 user user.debug kernel: dsmark_init(sch a0bb3060,[qdisc
a0bb30e0],opt a038e9d0)
Mar 20 13:01:12 user user.debug kernel: d...
2004 Nov 24
8
tc and iptables trouble
...iptables 1.2.11, iproute2 2.6.9-1, and I have these modules loaded:
Module Size Used by
ebt_mark_m 1096 -
ebt_mark 1096 -
ebtables 17768 -
ipt_mark 1128 -
sch_wrr 11176 -
sch_teql 4168 -
sch_dsmark 5224 -
cls_route 4936 -
ipt_tcpmss 1640 -
cls_tcindex 5256 -
cls_u32 5772 -
sch_ingress 2604 -
ipt_TCPMSS 3208 -
iptable_filter 1864 -
ipt_MARK 1512 -
cls_fw...
2005 Jun 01
2
TC Filtering Problems
...#39;' is the Firewall Side Net
195.185.185.0/24. Interface ''eth1'' goes to the Internet (switch and Routers to the isps).
Both Interfaces are bridged. The TEST Client is located on the eth0 Device of the Packetshaper.
Kernel Module: (lsmod)
Module Size Used by
mirred 7744 0
sch_dsmark 7424 0
police 10976 0
pedit 7648 0
gact 7008 0
cls_rsvp 7424 0
cls_route 7808 0
sch_prio 5888 0
ipt_state 2048 0
ipt 8288 0
sch_htb 18816 0
cls_tcindex 8192 0
cls_u32 9220 0
cls_fw 5504 0
TC Config (a htb Qdisc):
for d in eth0 eth1;
do
tc qdisc add dev $d root handle 1:0 htb default...
2002 May 27
4
htb3 with imq
...1 root]#
[root@cab1 root]# tc qdisc add dev imq0 handle 1: root htb default 1
Cannot find device "imq0"
[root@cab1 root]#
[root@cab1 root]# ls /lib/modules/2.4.18/kernel/net/sched/
cls_fw.o cls_tcindex.o sch_csz.o sch_htb.o sch_red.o
sch_teql.o cls_route.o cls_u32.o sch_dsmark.o sch_ingress.o
sch_sfq.o cls_rsvp.o sch_cbq.o sch_gred.o sch_prio.o
sch_tbf.o
[root@cab1 root]#
[root@cab1 root]# ls /lib/modules/2.4.18/kernel/net/ipv4/netfilter/
ip_conntrack_egg.o iptable_nat.o ipt_MARK.o ipt_REDIRECT.o
ip_conntrack_ftp.o ip_tables.o ipt_...
2006 Apr 04
3
Another question (now about u32)
Hello all,
I am trying to match some conections using u32 but I tryed this:
[root@ns1 ~]# tc filter add dev eth1 parent 1:0 protocol ip prio 1 u32
match ip src 0/0 match ip dst 0/0 match ip sport 80 0xffff flowid 1:10
RTNETLINK answers: Invalid argument
We have an error talking to the kernel
[root@ns1 ~]#
I have this class at device eth1:
[root@ns1 ~]# tc class show dev eth1
class
2004 Mar 18
6
[PATCH] packet delay scheduler
...+ __u32 latency;
+ __u32 limit;
+};
#endif
diff -Nru a/net/sched/Kconfig b/net/sched/Kconfig
--- a/net/sched/Kconfig Thu Mar 18 12:04:02 2004
+++ b/net/sched/Kconfig Thu Mar 18 12:04:02 2004
@@ -164,6 +164,17 @@
To compile this code as a module, choose M here: the
module will be called sch_dsmark.
+config NET_SCH_DELAY
+ tristate "Delay simulator"
+ depends on NET_SCHED
+ help
+ Say Y if you want to delay packets by a fixed amount of
+ time. This is often useful to simulate network delay when
+ testing applications or protocols.
+
+ To compile this driver as a module, ch...
2005 Jan 04
11
ESFQ?
Hi again,
I was just looking around for ESFQ sources, and I see that the main site
is down, and only has kernel 2.6.4 patches.
Is ESFQ maintained? If so, where can I find patches for 2.6.10?
Thanks,
-justin
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2004 Jul 01
20
[PATCH 2.6] update to network emulation QOS scheduler
.../* maximum transmit rate (bytes/sec) */
};
#endif
diff -urNp -X dontdiff linux-2.6/net/sched/Kconfig sched-2.6/net/sched/Kconfig
--- linux-2.6/net/sched/Kconfig 2004-06-25 09:41:00.000000000 -0700
+++ sched-2.6/net/sched/Kconfig 2004-06-28 09:17:19.000000000 -0700
@@ -164,12 +164,12 @@ config NET_SCH_DSMARK
To compile this code as a module, choose M here: the
module will be called sch_dsmark.
-config NET_SCH_DELAY
- tristate "Delay simulator"
+config NET_SCH_NETEM
+ tristate "Network emulator"
depends on NET_SCHED
help
- Say Y if you want to delay packets by a fixed...