similar to: Something about diffserv!

Displaying 20 results from an estimated 600 matches similar to: "Something about diffserv!"

2007 Jun 05
0
Using tcng to create a basic DiffServ router
Hi all, I am new-ish to Linux tcng and am struggling to find the resources and know how to implement what I need. What I have is a PC with 2 interfaces and a control program on that PC. In the control program I can specify an IP Flow with source and dest IP address, source and dest port, and a QoS class (1-5 which can be mapped to a DiffServ class) - in the control program I want to be able
2005 Dec 07
0
HTB and GRED for AF and EF services
Hi, just wondering if this type of configuration would be possible for using AF and EF classes. HTB (6.0M) --GRED 5 (AF1) --HTB(1M) [is it possible to have this with a 1M rate and a 6M ceiling?] --GRED [3 greds using grio] VQ1 -3 --GRED 4 (AF2) --HTB(1M) --GRED VQ1 -3 --GRED 3 (AF3) --HTB(1M)
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 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 kernel panic:
2005 Feb 16
9
DSCP, ToS and Egress
I''m successfully using HTB + GRED to shape traffic based on the DSCP field. I would like to strip the DSCP and possibly replace it with normal ToS bits on egress traffic leaving my network. Leaving DSCP set is pointless, and could potentially cause problems with some ISPs that use DSCP internally I suppose. Setting ToS bits would seem ideal as most networks still honor it to varying
2007 May 09
1
voronoi.mosaic chokes?
Hi all, I am running R 2.5.0 under Windows XP Media Center Edition. Here's a problem that's been stumping me for a few days now, and I can't find anything useful in the archives. I am using voronoi.mosaic (tripack package) to create proximity polygons for a study of vegetation competition and dynamics. The points lists are read in from a file for each plot, then 8 duplicates
2004 Jun 28
2
converging the flow
Hi everyone, I had a question about linux qos using the tc command. I''m sorry if I''m mailing to the wrong list. I''d appreciate any redirection to the right one. What I want to do is to converge several flows. Is this possible with Linux ?I only found examples that fan out, like the tree structure. And was wondering if it''s possible to converge it.
2011 Nov 28
0
RFC: [PATCH] Add TCP congestion control and Diffserv options
In the bufferbloat age, anything that can make for a kinder, gentler bulk transfer protocol seems desirable. This add support for user and server selectable congestion control algorithms. As examples: --congestion-alg=lp # For the tcp-lp algorithm on the command line Or in a subsection: [mystuff] congestion alg = westwood # for a wireless connection And diffserv support: --diffserv=8 for
2004 Jul 28
0
What happened to diffserv?
I''m trying to find up to date information on diffserv, and it seems like either nobody is using it, or nobody is talking about using it. Is there some good site for information about using diffserv with new kernels? The last update on diffserv.sourceforge.net is in 2001, and most of the mailing list results are from that time. Has everyone moved on to something other then diffserv,
2001 Apr 22
0
Prioritzing SYNs and SYN-ACKs with Diffserv
Hi, I''m interested in prioritizing all packets with the SYN bit on, both with and without the ACK bit on (but specially the SYN ACKS). I am checking is the use of Diffserv. From a paper I read I understood that when Diffserv is on, all "Control Traffic", including TCP SYN-ACKs, gets by default into "band 0" of Diffserv, the highest priority out of 16 bands. If true,
2005 Dec 05
0
GRED & HTB
Hi, I am tring to setup AF on my router using GRED/HTB. I plan to mark and set the DSCP with iptables and the ingress qdisc to set the tc_index for the proper GRED vq(1-12). My question is: Is there a way to allow for priority between the af classes and within the af classes? also would it be possible to to the following: HTB(6Mb) | GRED(1)grio HTB1 (af1) (1MB) GRED(1-3)grio |
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.)
2005 Nov 13
1
Diffserv Research Network
Hi all, We are a group of research students and working on IPv6 QoS aware Grid. >From our set of experiments we have a particular case: Suppose a host A want to initiate traffic of some kind to host B, where A and B are connected by two intermediate routers wherein there can be other connections from the router. Our needs are as follows 1. We assume that routers are Diffserv routers and
2004 Dec 27
0
About Diffserv on linux
Hello Merry Christmas, I want to know whether there are anyone who has been familiar with the source code in linux kernel about Diffserv, I think i have met lots of troubles. A simple problem: if we use the command ''tc add class'' to add a class, do you think it will be in a Interrupt enviroment? That is, if i want to add a class or qdisc using TC, are there any interrupts int
2004 Sep 05
0
Re: Diffserv on Linux 2.4.21 (DSMARK problem)
Hi guys, I am working on implementing Diffserv on linux project. I am using suse 8.0 professional kernel 2.4.21. I have the following RPM:iproute2-2.4.7-697.rpm This supports a number of linux qdisc like cbq, htb among many others but it has no support for DSMARK, which I wish to use. Does anyone know of any patch that I could used or any other solution so that use of dsmark is possible. Traffic
2004 Sep 05
0
Re: Diffserv on Linux 2.4.21 (DSMARK problem)
Hi, There is some extra information in this email! I am working on implementing Diffserv on linux project. I am using suse 8.0 professional kernel 2.4.21. I have the following RPM:iproute2-2.4.7-697.rpm This supports a number of linux qdisc like cbq, htb among many others but it has no support for DSMARK, which I wish to use. Does anyone know of any patch that I could used or any other solution
2003 Jun 18
0
DiffServ Marking
I am trying to compare the behaviour of the Linux DiffServ implementation with that of Cisco, in DSCP remarking for traffic policing. As I understand it, the DSCP is marked at the egress interface (parent queue), based on the class that packets are in. I am looking at what happens at an inter-AS boundary. DSCP marked traffic coming into the Edge Router need to be policed and remarked: e.g. EF
2005 Jan 04
4
Scheduler Mechnisms!
Hello, Normally, in addition to such qdisc scheduler mechanisms as FIFO, PQ, WRR, WFQ, are there any more? Then, there is a confusion on scheduler in Linux enviroment: Assume there is a qdisc, such as RED as a leaf qdisc in a router, we know, if there is packet which want to enqueue the packet, the Function red_enqueue is called, but when the packet leave the queue(when the Function red_dequeue
2012 Nov 26
1
A problem subsetting a data frame
Hi all, I have this microarray large microarray data set (ALL) from which I would like to subset or extract a set of data based on a factor ($mol.biol). I looked up some example of subsetting in, picked up two commands and tried both but I got error messages as follows > testset <- subset(ALL, ALL$mol.biol %in% c("BCR/ABL","ALL1/AF4")) >> Error in
2007 Sep 19
0
Error with special characters(?)
Hi, I am having a strange problem. I have RoR 1.7 installed and a have a HTML page (View) with the folowing part of code: <% types = ["AF1", "ALéEL", "AE pé", "CET"]%> The element of the 2nd index ("AE thé") is causing me problem. The fact is since the last letter of the string is a special character ("é"), i have the following