Displaying 20 results from an estimated 3000 matches similar to: "Limit pps not just bandwidth (kbps) on ingress"
2006 Sep 27
1
HTB root rate allowing to much of a burst
Please see below
Jon Flechsenhaar
Boeing WNW Team
Network Services
(714)-762-1231
202-E7
-----Original Message-----
From: Flechsenhaar, Jon J
Sent: Wednesday, September 27, 2006 10:30 AM
To: lartc@mailman.ds9a.nl
Subject: FW: [LARTC] 2.6.14 - HTB/SFQ QoS broken?
Please see below
Jon Flechsenhaar
Boeing WNW Team
Network Services
(714)-762-1231
202-E7
-----Original Message-----
From:
2007 Aug 06
4
Marking and remarking of incoming traffic
I can use DSMARK to mark on the Egress side. Is there a way to
mark/change the DSCP value of an incoming packet on the ingress side?
Thanks.
Jon Flechsenhaar
Boeing WNW Team
Network Services
(714)-762-1231
202-E7
2006 Oct 11
1
HTB_HYSTERESIS
All:
I have been told that HTB_HYSTERESIS might have some effect on rate
calculations. This file is usually in
/usr/src/linux/net/sched/sch_htb.c. If I change this file I have to
re-compile. I am not quite sure how to do this.
Can someone list the steps necessary to re-compile or point me to a doc
that explains how to do so. Thanks.
Jon Flechsenhaar
Boeing WNW Team
Network Services
2006 Sep 27
0
FW: 2.6.14 - HTB/SFQ QoS broken?
Please see below
Jon Flechsenhaar
Boeing WNW Team
Network Services
(714)-762-1231
202-E7
-----Original Message-----
From: Flechsenhaar, Jon J
Sent: Wednesday, September 27, 2006 9:35 AM
To: lartc@mailman.ds9a.nl
Subject: [LARTC] 2.6.14 - HTB/SFQ QoS broken?
Jody:
I don''t know if you answer basic HTB questions but I''l try anyway. I''m
implementing AF and EF with a
2007 Mar 06
1
QoS prio queuing
Is there anyway to actually see packet stats or that packets are for
sure going into a prio queue with TC?
I can see all the HTB stats but the prio classes just list as being
there...would like more information
Basically I have the following setup
DSMARK
|
HTB - (tcindex filter on TOS)
|
Prio (u32 filter on TOS)
Thanks
Jon Flechsenhaar
Boeing WNW Team
Network Services
2005 Sep 30
4
[ANNOUNCE] iproute2 version (050929)
There is an new minor update to iproute2 utilities available:
http://developer.osdl.org/dev/iproute2/download/iproute2-050929.tar.gz
Also, this (and future) releases are now signed, for key info read:
http://developer.osdl.org/dev/iproute2/signature.html
[Stephen Hemminger]
Fix uninitialized memory and leaks
Add -batch option to ip.
Update to 2.6.14 headers
[Arnaldo]
Integrate
2006 Oct 18
2
Errors with GRED after upgrading to 2.6.18 kernel
ALL:
<<diffserv-gred_10-06>>
I have attached the current script that I am using.
$TC qdisc add dev $EDEV parent 2:20 gred setup DPs 3 default 2 grio
$TC qdisc change dev $EDEV parent 2:20 gred DP 1 limit $lim min $minTh
max $maxTh avpkt $avgPL burst $bursty bandwidth $netBand probability
0.02 prio 2
$TC qdisc change dev $EDEV parent 2:20 gred DP 2 limit $lim min $minTh
max
2004 Jul 01
20
[PATCH 2.6] update to network emulation QOS scheduler
This patch updates the network emulation packet scheduler.
* name changed from delay to netem since it does more than just delay
* Catalin''s merged code to do packet reordering
* uses a socket queue''s directly rather than layering on qdisc(fifo)
because this is used in performance tests.
* adds placeholder in API for future enhancements (rate and duplicate).
2007 Jul 31
0
IntServ QoS question
I''m using KOM_RSVP
I''m trying to figure out what trigures and RSVP session. When I send
traffic with a certain utility the RSVP PATH, RESV, and CONF message is
sent. How does the Deameon know to setup a connection though? There is
something internal at the client source happening. I just haven''t
figured it out yet. Is it listening to a certain port? Any help would
2007 Jun 07
0
KOM RSVP
Does anyone on hear have any thoughts on the changes that would be
nessary for KOM RSVP to use HTB rather than just CBQ and HFSC?
Jon Flechsenhaar
Boeing WNW Team
Network Services
(714)-762-1231
202-E7
2007 Jan 10
0
RSVP source code
All:
I''m trying to get RSVP running on a Linux machine. The machine is
currently Fedora. I have read rfc 2205. Does anyone know where I can
get the RSVP source code to install on the machine.
Or does anyone know of some documentation that might help in doing this?
Thanks,
Jon Flechsenhaar
Boeing WNW Team
Network Services
(714)-762-1231
202-E7
2007 Feb 20
0
CCNA training
You guys have expressed interest in CCNA training.
What would be better for you guys. On-site training after work hours or
during the wkend? The other option is after hours or wkend at a near by
college.
Jon Flechsenhaar
Boeing WNW Team
Network Services
(714)-762-1231
202-E7
2007 Mar 05
0
QoS IP precedence and Diffserv combination
All:
I am tasked with creating an environment in which DiffServ and IP
precedence is handled as close to RFC specification as possible. I have
a few problems with implementing this based on current queueing
structure. Here are a few of my questions.
1.) Is there any way to get DiffServ AF drop levels without using
DSMARK and GRED?
Ex.
AF11 Gred DP 1
AF12 Gred DP 2
AF13 Gred DP 3
2.)
2006 Oct 04
1
QoS HTB burst and cburst parameters-FLEX
All:
Does anyone know what the burst and cburst parameter do?
My understanding so far:
* I see a lot of different definitions on the web. It
seems like burst is the number of bytes sent before serving other
queues/classes. So if burst was 1000 bytes and class rate was 100kibit
per second. It would send 1000 bytes each time the scheduler service
that queue to a rate of 100 kbit per
2007 Aug 14
3
Trying understand the HTB
Hi!
I am studying HTB. I used the topology showed below:
10.1.0.1 ------ 10.1.14.25 (eth1) / 192.168.10.10 (eth0) ----- 192.168.10.11
(host 1) (router)
(host 2)
All machines use Debian Etch. Has a Iptables masquerading rule to eth1
in the router machine . The NICs are 100 Mb/s. The host 1 has Apache 2
and a file with 670 MB (CD ISO image) to download.
When I used
2007 Feb 18
3
prio not seeming to work
Hello,
I am trying to mess with a prio type qdisc, and must be missing something.
Here''s my sample code:
tc qdisc add dev eth0 root handle 1: prio
tc filter add dev eth0 parent 1:0 prio 1 protocol ip u32 \
match ip dst 208.0.0.0/8 flowid 1:1
tc filter add dev eth0 parent 1:0 prio 3 protocol ip u32 \
match ip dst 0.0.0.0/0 flowid 1:3
I would assume that any traffic going to
2007 Mar 28
2
strict priority
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
2004 Mar 18
6
[PATCH] packet delay scheduler
Okay, here is a very simple QOS scheduler that delays packets for 2.6.
It is good for testing, and might be useful for people who want to put
some class of traffic into a "penalty box".
Alexey''s tc command is really easy to extend to new disciplines. There is
a version which knows about this scheduler at:
http://developer.osdl.org/shemminger/tcp/iproute2-delay.tar.bz2
The
2016 Jun 15
1
[PATCH net-next V2] tun: introduce tx skb ring
On 16-06-15 07:52 AM, Jamal Hadi Salim wrote:
> On 16-06-15 04:38 AM, Jason Wang wrote:
>> We used to queue tx packets in sk_receive_queue, this is less
>> efficient since it requires spinlocks to synchronize between producer
>
> So this is more exercising the skb array improvements. For tun
> it would be useful to see general performance numbers on user/kernel
>
2016 Jun 15
1
[PATCH net-next V2] tun: introduce tx skb ring
On 16-06-15 07:52 AM, Jamal Hadi Salim wrote:
> On 16-06-15 04:38 AM, Jason Wang wrote:
>> We used to queue tx packets in sk_receive_queue, this is less
>> efficient since it requires spinlocks to synchronize between producer
>
> So this is more exercising the skb array improvements. For tun
> it would be useful to see general performance numbers on user/kernel
>