[Click] Priority queue

Eddie Kohler kohler at cs.ucla.edu
Tue Feb 23 13:28:02 EST 2010


Actually I was thinking from YOUR response that maybe I misunderstood the 
requirements!  :)

E


Beyers Cronje wrote:
> Just saw Eddie's response, I obviously misunderstood your requirements :)
> 
> On Tue, Feb 23, 2010 at 6:31 PM, Beyers Cronje <bcronje at gmail.com> wrote:
> 
>> Hi Ruben,
>>
>> This can be implemented using the PrioSched element
>> http://read.cs.ucla.edu/click/elements/priosched
>>
>> Something in the lines of:
>>
>> c::Classifier(/* high priority classifation */, /* low priority
>> classifation */);
>> ps::PrioSched;
>> hpq::Queue;
>> lpq::Queue;
>> c[0] -> hpq -> ps;
>> c[1] -> lpq -> [1]ps;
>> ps -> ToDevice(eth1);
>>
>> For more advanced queing and QoS options have a look at
>> http://pdos.csail.mit.edu/papers/click:kohler-phd/thesis.pdf
>>
>> Regards
>>
>> Beyers Cronje
>>
>>
>> On Tue, Feb 23, 2010 at 6:03 PM, Ruben Merz <ruben at net.t-labs.tu-berlin.de
>>> wrote:
>>> -----BEGIN PGP SIGNED MESSAGE-----
>>> Hash: SHA1
>>>
>>>
>>> Hello,
>>>
>>> I need the functionality of a priority queue. I checked the source code
>>> and did not find anything. Hence, if anyone has something similar or if
>>> I missed it, please let me know. Otherwise, I'll just implement it myself.
>>>
>>> Best,
>>> Ruben
>>>
>>> - --
>>> Ruben Merz                   Deutsche Telekom Laboratories
>>> http://www.net.t-labs.tu-berlin.de/people/ruben_merz.shtml
>>> -----BEGIN PGP SIGNATURE-----
>>> Version: GnuPG v1.4.10 (Darwin)
>>> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>>>
>>> iQEcBAEBAgAGBQJLg/w5AAoJEIem9YkUyRjt0LEH/0M0LbLIyZYUC55y1NgdmqGT
>>> Y+NZD3FZBYuilM5IWPg5pHydRPAEj0hs99kwrElJIXW7jS02rFBrsX5HPid1WOV+
>>> Pdqg/P3gCD3WQjJKmri5jk6peOOB+FO5YBu5PWNZyIUp9maKSroqZhtG369WK9hW
>>> wrmJEDJL/Uk1YBg6lKdXMH5h85lAtw9yrUPY+4qfxBgZ7nzKR9R2TC0OpwiBI5sB
>>> hrrHXHsS0M2NB85DPTYMbw0MRiA0pMwNJQB1zeLCW3uoeybfVmJDeBAAQe/Nckj/
>>> LR395AFcESvN76eXXmhQC3j2e1CShMQke8LofPW2UeFolbT3ZJpmNVcNoqrvAJk=
>>> =9NHw
>>> -----END PGP SIGNATURE-----
>>> _______________________________________________
>>> click mailing list
>>> click at amsterdam.lcs.mit.edu
>>> https://amsterdam.lcs.mit.edu/mailman/listinfo/click
>>>
>>
> _______________________________________________
> click mailing list
> click at amsterdam.lcs.mit.edu
> https://amsterdam.lcs.mit.edu/mailman/listinfo/click


More information about the click mailing list