search for: pdrop

Displaying 9 results from an estimated 9 matches for "pdrop".

Did you mean: drop
2007 Dec 07
1
how RED should work ?
Hi , i am trying to understand how RED queue discipline works but i am having a few troubles. The parameters are MIN , MAX , LIMIT , BURST I put LIMIT = 64Kb, so if i am not wrong it should PDROP anything over this value , right ? i put MIN = 8Kb , so no drops at all below this value, right ? i put MAX = 16Kb, starts to early drop anything above this using probability P. I put probability at 0.5 [very high , just for test] i PUT burst at 20 [actually , no idea what really put in here] but...
2007 Jun 25
5
RED to use ECN (or work at all?)
Dear Community, sorry for the somewhat dumb question. Maybe someone has any pointer to how to setup the RED queue to mark pakets with ECN. In particular what are appropriate parameter settings for limit, min, max, etc. All my trials end up with either "RTNETLINK answers: Invalid argument", although the command line (at least for me) looks fine in regard to what is said on the
2007 Sep 07
2
Prioritizing VOIP traffic without sacrificing throughput
Hi, I would like to prioritize VOIP traffic when we use the phone, but other times not do traffic shaping at all. Right now I have my openwrt router set up with htb to do shaping. In order to get it to work well I had to set my upload and download speeds much lower than my line speed. With these settings, I get good VOIP reception even while surfing the net and doing a long download. However,
2005 Nov 11
0
Re: RED qdisc not working...
Daniel J Blueman wrote: > Has anyone been able to get the RED (random early detection) qdisc > working lately? > > I can''t get anything going through it to be dropped or marked; the > ''marked'', ''early'', ''pdrop'' and ''other'' fields remain at 0 [1]. In my > example script [2], I get the 3072Kbits/s transfer into eth0, which > you''d expect if the RED qdisc wasn''t there. > > I have tried with a recent 2.6.12 debian kernel and stock 2.6.14 on > x86_6...
2004 Jun 14
0
RED show command parameters
hi, can someone tell me what does early, marked , pdrop mean in the tc show command with RED implemented at root.How to test whether RED is working? amita _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2004 Jun 13
1
[Help] IMQ download traffic is duplicated !?
...9 pkts (dropped 0, overlimits 0) rate 20bps lended: 9 borrowed: 0 giants: 0 tokens: 127200 ctokens: 127200 # tc -s -d qdisc show dev imq1 qdisc red 99: limit 38400b min 1600b max 4800b ecn ewma 1 Plog 18 Scell_log 22 Sent 3612535 bytes 68768 pkts (dropped 1, overlimits 1) marked 0 early 1 pdrop 0 other 0 qdisc esfq 20: quantum 1000b limit 128p flows 128/1024 perturb 10sec hash: dst Sent 26055 bytes 300 pkts (dropped 0, overlimits 0) qdisc esfq 10: quantum 1000b limit 8p flows 128/1024 perturb 10sec hash: dst Sent 3569131 bytes 68642 pkts (dropped 0, overlimits 0) qdisc htb 1: r2q...
2013 Jul 07
1
Shutdown hangs on unmount of a gjournaled file system in 8-Stable
..."wsuspfs", 0); 1274 mp->mnt_kern_flag |= MNTK_SUSPEND; 1275 mp->mnt_susp_owner = curthread; 1276 if (mp->mnt_writeopcount > 0) 1277 (void) msleep(&mp->mnt_writeopcount, 1278 MNT_MTX(mp), (PUSER - 1)|PDROP, "suspwt", 0); 1279 else 1280 MNT_IUNLOCK(mp); 1281 if ((error = VFS_SYNC(mp, MNT_SUSPEND)) != 0) (kgdb) p mp->mnt_writeopcount $2 = 1 The deadlock can be explained now: pid 1 (init) sleeps on "mount drain" because mp->mnt_lockref...
2005 Jul 27
13
HTB and PRIO qdiscs introducing extra latency when output interface is saturated
Im using a Linux machine with standard pc hardware with 3 seperate PCI network interfaces to operate as a DiffServ core router using Linux traffic control. The machine is a P4 2.8ghz, 512mb RAM running fedora core 3 with the 2.6.12.3 kernel. All links and network interfaces are full duplex fast ethernet. IP forwarding is enabled in the kernel. All hosts on the network have their time sychronised
2006 Nov 17
1
gjournal on 6.x wont build
Hi all, I was intending on trying out gjournal on a new disk i've added in my desktop. I had a look to see what the most recent patch provided by Pawel and found http://people.freebsd.org/~pjd/patches/gjournal6_20061024.patch I created the directories as per Pawel's original post (http://lists.freebsd.org/pipermail/freebsd-fs/2006-June/001962.html) and the patch succeeded with no failed