[Click] Re: click Digest, Vol 29, Issue 17

Siddharth Kasat skasat at gmail.com
Sun Nov 20 15:04:53 EST 2005


Hi,

I wanted to measure the performance of IP lookup for Lulea trees and other 
kinds of look up.
I see some measurement figures in
http://pdos.csail.mit.edu/click/doc/IPRouteTable.n.html

How do I go about it?

Here is my idea about..I can send packets hard coded but then how do I make 
entries in routing table?

Any pointer in this regard would be a great help.

Thanks,
Siddharth


----- Original Message ----- 
From: <click-request at amsterdam.lcs.mit.edu>
To: <click at amsterdam.lcs.mit.edu>
Sent: Sunday, November 20, 2005 9:01 AM
Subject: click Digest, Vol 29, Issue 17


> Send click mailing list submissions to
> click at amsterdam.lcs.mit.edu
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://amsterdam.lcs.mit.edu/mailman/listinfo/click
> or, via email, send a message with subject or body 'help' to
> click-request at amsterdam.lcs.mit.edu
>
> You can reach the person managing the list at
> click-owner at amsterdam.lcs.mit.edu
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of click digest..."
>
>
> Today's Topics:
>
>   1. Re: click-devirtualize broken? (Eddie Kohler)
>   2. Re: Query (Eddie Kohler)
>   3. Re: Re: click Digest, Vol 29, Issue 3 (Eddie Kohler)
>   4. Re: re:new to click and lost (Eddie Kohler)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sun, 20 Nov 2005 07:12:43 -0800
> From: Eddie Kohler <kohler at cs.ucla.edu>
> Subject: Re: [Click] click-devirtualize broken?
> To: Felipe Huici <f.huici at cs.ucl.ac.uk>
> Cc: click at amsterdam.lcs.mit.edu
> Message-ID: <4380926B.4000408 at cs.ucla.edu>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Felipe,
>
> Kernel click-devirtualize will not work on Linux 2.6 at the moment, 
> because
> *no* package works on Linux 2.6 at the moment.  Only the Click module 
> itself
> will build...
>
> Eddie
>
>
> Felipe Huici wrote:
>> Hi all,
>>
>> Does anyone know if the click-devirtualize tool is broken or not? I tried
>> running it on a basic router configuration (I'm using a non-SMP Opteron
>> system with a Linux 2.6.13.2 <http://2.6.13.2> kernel and gcc 3.4.3) and 
>> I
>> get plenty of compiler errors when trying to click-install. The compiler
>> complains that devirtualize.hh is missing, and in fact click-devirtualize
>> added #include "devirtualize.hh" to my router configuration, but I can't
>> find this file anywhere on my click source tree or system. Any ideas? 
>> Thanks
>> very much,
>>
>> Felipe
>> _______________________________________________
>> click mailing list
>> click at amsterdam.lcs.mit.edu
>> https://amsterdam.lcs.mit.edu/mailman/listinfo/click
>>
>
>
> ------------------------------
>
> Message: 2
> Date: Sun, 20 Nov 2005 08:23:55 -0800
> From: Eddie Kohler <kohler at cs.ucla.edu>
> Subject: Re: [Click] Query
> To: Siddharth Kasat <skasat at gmail.com>
> Cc: click at amsterdam.lcs.mit.edu
> Message-ID: <4380A31B.5080503 at cs.ucla.edu>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi Siddharth,
>
> In fact, that lookup has been implemented before.  The Click anonymous CVS
> repository -- but not the Click distribution -- includes some old code in
> lib/lulea.{cc,hh} that implements a version of the Degermark et al. data
> structure.  We do not distribute the code, or hook it up to an element, as 
> the
> algorithm is known to be patented.  Our current fastest lookup is
> RangeIPLookup; see the documentation for IPRouteTable for some 
> benchmarking
> results.
>
> Eddie
>
>
> Siddharth Kasat wrote:
>> Hi,
>>
>> I am planning to implement implementing a fast look up [DEGERMARK, M.,
>> BRODNIK, A., CARLSSON, S., AND PINK, S. 1997. Small forwarding tables
>> for fast routing lookups. In Proc. ACM SIGCOMM Conference (SIGCOMM ?97)
>> (Oct. 1997), pp.3?14.] using Click as one of my projects.
>>
>> I would like to know if something like this has been implemented before.
>>
>> Thanks,
>> Siddharth
>>
>> _______________________________________________
>> click mailing list
>> click at amsterdam.lcs.mit.edu
>> https://amsterdam.lcs.mit.edu/mailman/listinfo/click
>
>
> ------------------------------
>
> Message: 3
> Date: Sun, 20 Nov 2005 08:42:52 -0800
> From: Eddie Kohler <kohler at cs.ucla.edu>
> Subject: Re: [Click] Re: click Digest, Vol 29, Issue 3
> To: Siddharth Kasat <skasat at gmail.com>
> Cc: click at amsterdam.lcs.mit.edu
> Message-ID: <4380A78C.6080205 at cs.ucla.edu>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> There's a lookup element.  In our IP routers, such as
> http://pdos.csail.mit.edu/click/ex/fake-iprouter.html
> look for an element such as RadixIPLookup, StaticIPLookup, 
> RangeIPLookup...
>
> Eddie
>
>
> Siddharth Kasat wrote:
>> How does look up take place during routing in Click Modular Router??
>>
>> Siddharth
>> _______________________________________________
>> click mailing list
>> click at amsterdam.lcs.mit.edu
>> https://amsterdam.lcs.mit.edu/mailman/listinfo/click
>
>
>
> ------------------------------
>
> Message: 4
> Date: Sun, 20 Nov 2005 08:53:33 -0800
> From: Eddie Kohler <kohler at cs.ucla.edu>
> Subject: Re: [Click] re:new to click and lost
> To: Lesedi <lesedi.kgosietsile at gmail.com>
> Cc: click at amsterdam.lcs.mit.edu
> Message-ID: <4380AA0D.7060702 at cs.ucla.edu>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi Lesedi.
>
> Your question is hard to understand, but it seems like Click is not for 
> you.
> It does not generate graphics.  If you want to understand what Click does 
> have
> a look at our papers, such as
> http://pdos.csail.mit.edu/papers/click:tocs00/
>
> I don't know exactly what emulating an optical burst switch would mean. 
> Do you?
>
> You probably want to look at the ns2 network simulator, or another network
> simulator.  ns2 comes with an animation module.  Or VNS:
> http://yuba.stanford.edu/vns/index.html
>
> Eddie
>
>
> Lesedi wrote:
>> Hello,
>>
>> I am trying to make a buffer,in which packets going to the same 
>> destination
>> could be buffered and then sent at a go straight to the destination.(for
>> this i am using FrontDropQueue,ratedunqueue)
>>
>> My project is about emulating an optical burst switch,and so far I do not
>> know what to expect to see when using cllick.I wrote a code which i 
>> thought
>> will implement what I am trying to do but the program just compiles and
>> stops.No graphics like i thought i will see.
>>
>> No 1 in my university knows about click,google is my teacher and 
>> helper.plshelp.
>>
>> lesedi
>> _______________________________________________
>> 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
>
>
> End of click Digest, Vol 29, Issue 17
> ************************************* 



More information about the click mailing list