similar to: FW: Some queueing disciplines that I wrote.

Displaying 20 results from an estimated 7000 matches similar to: "FW: Some queueing disciplines that I wrote."

2009 Jul 01
1
How should I denormalise a data frame list of lists column?
Hi, I have a data frame where one column is a list of lists. I would like to subset the data frame based on membership of the lists in that column and be able to 'denormalise' the data frame so that a row is duplicated for each of its list elements. Example code follows: # The data is read in in this form with the c2 list values in single strings which I then split to give lists: > f1
2008 Jun 11
1
[LLVMdev] Variable length condition code for SETCC and SELECT?
B. Scott Michel wrote: >B. Scott Michel wrote: > > >>It'd be easy to hack PromoteOp to make a pass to determine all operands' >>promoted value types, take the max, then figure out some way to >>re-promote them to maximal promoted value type. Except that this is a >>non-optimal solution requiring PromoteOp to potentially traverse the >>operand
2002 Dec 19
1
linux bridging and htb.init / cbq.init
Hello, I''am successful using a linux (2.4.20) bridge and the cbq.init_v0.7 script for traffic shaping. But I can only use the queuing discipline tbf (LEAF=tbf). If I try use queuing discipline sfq or none then tc applies the rules but no shaping occurs. Is this problem a normal behavior when using bridging ? I tried to use htb.init (using patched tc binary). It accepts the rules but
2003 Feb 04
1
"Classful Queueing Disciplines" in LARTC HOWTO
Hi, I am a newbie to LARTC and to this mailing-list. I have read through the Linux Advanced Routing & Traffic Control HOWTO many times, trying to understand Classful Queueing Disciplines (and in particular CBQ). I have some suggestions that I think will help to make the HOWTO more understandable. Suggestions ========= (1) In section 9.4 (Terminology) the definition for
2005 May 14
2
New queing discipline
I want to implement a new queuing discipline for the tool tc. The new queuing discipline would support the application of multiple threads on the same queue with different kinds of traffic. Each kind of packet will have its own drop probability but while calculating the average queue length, the no. of packets in the queue will be equal to the sum of the individual no. of packets(of the different
2007 Aug 22
6
simple tbf rate clamping issues
Hello, I was attempting to throttle egress traffic to a specific rate using a tbf. As a starting point I used an example from the LARTC howto, which goes: tc qdisc add dev eth1 root tbf rate 220kbit latency 50ms burst 1540 I then attempt a large fetch from another machine via wget (~40 megs) and the rate was clamped down to about 12Kbytes/s. As this seemed too much, I gradually increased
2005 Jul 21
0
New disciplines, new filters : How to writing new linux/net/sched stuffs
Hello, I''m currently searching for any kinds of informations about writing new queue discipline and/or filter modules. I have to write a discipline and/or filter to implement an experimental stateful router which maintain a table for TCP connections. The original code from A. Kuznetsov is provided without comments. It would be wonderful to have a version with comments, do you have any?
2012 Feb 21
6
Jazzing up the Task Views index page
A little while ago here we had a short discussion about Task Views - I think ignited by someone saying 'how many times do I have to say "have you read the Optimisation Task View?"?' and I poured some fuel on that fire by saying "Task Views" was a stupid name. Anyway, I did say that Task Views were rather brilliant, but were let down by their hidden position on the R
2008 Jun 06
0
[LLVMdev] Variable length condition code for SETCC and SELECT?
B. Scott Michel wrote: > It'd be easy to hack PromoteOp to make a pass to determine all operands' > promoted value types, take the max, then figure out some way to > re-promote them to maximal promoted value type. Except that this is a > non-optimal solution requiring PromoteOp to potentially traverse the > operand tree twice. > > Any suggestions or ideas? >
2004 Nov 15
1
Win98 Login Problem
** High Priority ** Hi I am trying to login to a Samba share via win98, When I try get access to a shared folder that is protected. It prompts me for a password. the problem is that the username is already typed in and I can not change it. On winxP, when I get prompted I can put in the username and password, and it works fine. Please any help would be muchly appreciated. Thanks Steven
2001 Feb 10
0
use of queueing disciplines in netfilter queues
http://www.linuxdoc.org/HOWTO/Adv-Routing-HOWTO.html 9.5 Ingress policer qdisc contains: FIXME: instead of dropping, can we also assign it to a real queue? Has anyone done this? What support is there or alternatively, what''s missing? I''d like to use netfilter to queue packets and then connect that to things like TBF. For instance, suppose we want to process the incoming
2006 Jul 19
2
PRIO and CBQ
Hi, I''m work on traffic shaping and I would like to know if it''s possible to mix differents Queueing Disciplines ?? I would like to combine the proporties of a PRIO discipline with that of a CBQ discipline. I read some documentation and I found nothing about that, can you help me ? I think to try something like that : tc qdisc add dev $DEV root handle 1: cbq … tc class add dev
2008 Jul 03
0
post hoc comparisons on NLME for longitudinal data
I am trying to fit a non linear mixed effect model but I also want to do a post hoc comparison. My data is binary and consist of recording mice track prints on plates plates in plots that submited to one of 4 different treatments (fruits and vegetation complexity manipulated for two levels each. The design is random blocks repeated measures with presence or absence of track prints as a response
2009 Jul 28
1
Make my plots bigger and reduce white space around panels?
Hi, I have made a plot with panels (attached) using R code (below) and I'd like to increase the size of each panel and decrease the white space, especially the white space between: 1. rows of panels 2. the top panel and its title (which contains info on r2 and N) 3. each panel and its x label. I've dug around in the plot help files but can't seem to find how to do this. Any help
2004 Jul 09
1
Problem with HTB queuing discipline
Hi , I have the problem with HTB queuing discipline.I am giving my setup below. 172.30.179.206 172.30.180.55 LAN | | WAN -----------------| LINUX WITH |-------------- 172.30.179.140 | HTB | 172.30.180.72 FTP SERVER FTP CLIENT On the LAN side i
2005 Dec 27
5
TC in Wireless Environment
Hi, Has anyone used TC in a wireless environment, which is dynamic. I understand that the parameters for queuing are static and cannot be changed unless the queuing discipline is deleted and reloaded with different parameters. If anyone can share any experience, that would be helpful. Thanx. Azim. _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl
2002 Apr 04
1
PR#1132.
Just now I again had occasion to want nested describe lists in a documentation file. I found that the bug which I reported on 18 October, 2001 still persists. I checked on the bug report at the R web page, and found that the notes say ``Not a problem in R 1.4.0 (2001-12-08)''. Well, it's still a problem for me --- using R 1.4.1. (Details: platform sparc-sun-solaris2.7 arch
2005 May 08
1
tc/htb QoS script
hello folks, this is my first post to that list. so I hope I am not completely OT here :-) reading the (excellent!) lartc and then writing my own qos-script I have still some open questions which I will try to formulate now: - "Now we can optionally attach queuing disciplines to the leaf classes. If none is specified the default is pfifo." - I can''t find info about Pfifo.
2007 Apr 25
2
HFSC with tcng
Hello mailing list, I don´t know how to use HFSC queuing discipline with tcng configuration language. I become always this error: syntax error near "hfsc" Is it possible, that tcng provides no support for this classful hfcs queuing discipline? Please help! thanks ----------------------------------------------------------------------------
2015 Jun 15
0
Data scientist for Monitoring the Illegal Killing of Elephants at UNEP in Nairobi, Kenya
The CITES Programme for monitoring the illegal killing of elephants (MIKE) is looking for a Data Scientist based at the UN Environment Programme in Nairobi, Kenya. For more details and to apply, please go to http://tinyurl.com/mikeds-p3. Deadline for applications is 3 July. Org. Setting and Reporting The United Nations Environment Programme (UNEP) is the United Nations system's designated