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

Siddharth Kasat skasat at gmail.com
Mon Nov 28 02:31:26 EST 2005


Hi,
I tried to install the Anonymous Click version and following is the error I
got.

Can some point out whats the mistake I am making? I want to install click at
userlevel.

on doing ./configure this is the error I got:
---------------------------------------
configure: error:
=========================================

Can't find Linux System.map file '/lib/modules/2.6.11-
1.1369_FC4/build/System.map'.

=========================================

--------------------------------------------

On 11/27/05, click-request at amsterdam.lcs.mit.edu <
click-request at amsterdam.lcs.mit.edu> wrote:
>
> 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. Configuring Radix IP Lookup (kunal shah)
>    2. Re: Re: click Digest, Vol 29, Issue 17 (Siddharth Kasat)
>    3. Re: Configuring Radix IP Lookup (Eddie Kohler)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sun, 27 Nov 2005 01:36:59 +0000 (GMT)
> From: kunal shah <shakuni2 at yahoo.co.in>
> Subject: [Click] Configuring Radix IP Lookup
> To: click at amsterdam.lcs.mit.edu
> Message-ID: <20051127013659.19496.qmail at web8412.mail.in.yahoo.com>
> Content-Type: text/plain; charset=iso-8859-1
>
> Hello,
>
> I am not able to configure Radix IP Lookup.
>
> Here is my click configuration
> -----------------------------------------------
> rt :: RadixIPLookup(191.79.10.2/32 0,
>                      191.79.50.0/24 1)
>
> FromDevice(eth0)
>         -> Paint(1)
>         -> Strip(14)
>         -> Align(4, 0)    // in case we're not on x86
>         -> CheckIPHeader()
>         -> GetIPAddress(16)
>         ->rt;
>
> rt[1] -> DropBroadcasts
>       -> cp1 :: CheckPaint(1)
>       -> gio1 :: IPGWOptions(191.79.10.2)
> //      -> FixIPSrc(18.26.4.24)
>       -> dt1 :: DecIPTTL
>       -> fr1 :: IPFragmenter(1500)
>       -> Print(Others)
>       -> Discard;
>
> cp1[1] -> ICMPError(191.79.10.2, redirect, host) ->
> [0]rt;
> rt[0]->Print(Mine)->Discard;
> ----------------------------------------------------------
>
> And this is the error:-
> ------------------------------------------
> conf/radix_our.click:13: 'rt :: RadixIPLookup' has no
> input 0
> conf/radix_our.click:13: 'rt :: RadixIPLookup' has no
> input 0
> conf/radix_our.click:21: 'GetIPAddress at 7 ::
> GetIPAddress' output 0 unused
> conf/radix_our.click:33: 'ICMPError at 15 :: ICMPError'
> output 0 unused
> Router could not be initialized!
> -------------------------------------------------
>
> Any pointers as to why I am getting this error
>
> Thanks for the help
>
> --Kunal
>
>
>
>
>
>
> __________________________________________________________
> Enjoy this Diwali with Y! India Click here
> http://in.promos.yahoo.com/fabmall/index.html
>
>
> ------------------------------
>
> Message: 2
> Date: Sat, 26 Nov 2005 17:45:21 -0800
> From: "Siddharth Kasat" <skasat at gmail.com>
> Subject: Re: [Click] Re: click Digest, Vol 29, Issue 17
> To: "Marko Zec" <zec at icir.org>, <click at amsterdam.lcs.mit.edu>
> Message-ID: <000d01c5f2f5$eef944f0$020db544 at your4105e587b6>
> Content-Type: text/plain; format=flowed; charset="iso-8859-1";
>         reply-type=original
>
> Hi,
>
> Thanks for the reply. I had another question (may be really silly):
>
> For the configuration in mail below :
>
> >
> > rt :: RadixIPLookup(
> > 216.60.228.0/22 64.200.95.239 1,
> > 210.210.0.0/17 4.68.0.243 1,
> > ... etc etc...
> > 201.225.40.0/21 206.24.210.26 1,
> > );
> >
>
> How do I create all the entries. Should I write a script and copy and
> paste
> the pseduo table in here..?
>
> Is there another way to do this?
>
> Also to measure the performance I plan to timestamp the packet before and
> after the look up and then calculate the performance based on difference
> for
> each of the look up algorithms.
>
> Is my approach correct? Or is their some other method I can use?
>
> Any pointer in this regard would be a great help.
>
> Thanks,
> Siddharth
> ----- Original Message -----
> From: "Marko Zec" <zec at icir.org>
> To: <click at amsterdam.lcs.mit.edu>
> Cc: "Siddharth Kasat" <skasat at gmail.com>
> Sent: Monday, November 21, 2005 7:13 AM
> Subject: Re: [Click] Re: click Digest, Vol 29, Issue 17
>
>
> > On Sunday 20 November 2005 21:04, Siddharth Kasat wrote:
> >> 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?
> >
> >
> > You may but do not need to generate valid packets in order to stress
> > test the lookup elements.  Lookup elements take IP address annotation
> > with each packet as its input, not the actual contents of the packet.
> > Moreover, it might be a good idea to completely randomize the
> > destination address annotation in performance tests.  Tests with
> > localized traffic patterns might get serviced from the CPU cache with
> > hit ratios unrealistically high compared to what could be expected in
> > real life or worst-case scenarios (which is basically the same thing ->
> > too oftern real life turns into the worst case scenario anyway :-)
> >
> > Here's a basic configuration that I used in my performance tests:
> >
> > rt :: RadixIPLookup(
> > 216.60.228.0/22 64.200.95.239 1,
> > 210.210.0.0/17 4.68.0.243 1,
> > ... etc etc...
> > 201.225.40.0/21 206.24.210.26 1,
> > );
> >
> > RandomSource(4) -> GetIPAddress(0) -> rt;
> >
> > rt[0] -> Discard;
> > rt[1] -> Discard;
> >
> > Hope this helps,
> >
> > Marko
> >
> >
> >> Any pointer in this regard would be a great help.
> >>
> >> Thanks,
> >> Siddharth
> >>
>
>
>
> ------------------------------
>
> Message: 3
> Date: Sun, 27 Nov 2005 00:29:39 -0800
> From: Eddie Kohler <kohler at cs.ucla.edu>
> Subject: Re: [Click] Configuring Radix IP Lookup
> To: kunal shah <shakuni2 at yahoo.co.in>
> Cc: click at amsterdam.lcs.mit.edu
> Message-ID: <43896E73.1000100 at cs.ucla.edu>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi Kunal,
>
> Are you using click-1.4.3 or the anonymous CVS version?  RadixIPLookup
> works
> much better in the anonymous cvs version.
>
> Eddie
>
>
> kunal shah wrote:
> > Hello,
> >
> > I am not able to configure Radix IP Lookup.
> >
> > Here is my click configuration
> > -----------------------------------------------
> > rt :: RadixIPLookup(191.79.10.2/32 0,
> >                      191.79.50.0/24 1)
> >
> > FromDevice(eth0)
> >         -> Paint(1)
> >         -> Strip(14)
> >         -> Align(4, 0)    // in case we're not on x86
> >         -> CheckIPHeader()
> >         -> GetIPAddress(16)
> >         ->rt;
> >
> > rt[1] -> DropBroadcasts
> >       -> cp1 :: CheckPaint(1)
> >       -> gio1 :: IPGWOptions(191.79.10.2)
> > //      -> FixIPSrc(18.26.4.24)
> >       -> dt1 :: DecIPTTL
> >       -> fr1 :: IPFragmenter(1500)
> >       -> Print(Others)
> >       -> Discard;
> >
> > cp1[1] -> ICMPError(191.79.10.2, redirect, host) ->
> > [0]rt;
> > rt[0]->Print(Mine)->Discard;
> > ----------------------------------------------------------
> >
> > And this is the error:-
> > ------------------------------------------
> > conf/radix_our.click:13: 'rt :: RadixIPLookup' has no
> > input 0
> > conf/radix_our.click:13: 'rt :: RadixIPLookup' has no
> > input 0
> > conf/radix_our.click:21: 'GetIPAddress at 7 ::
> > GetIPAddress' output 0 unused
> > conf/radix_our.click:33: 'ICMPError at 15 :: ICMPError'
> > output 0 unused
> > Router could not be initialized!
> > -------------------------------------------------
> >
> > Any pointers as to why I am getting this error
> >
> > Thanks for the help
> >
> > --Kunal
> >
> >
> >
> >
> >
> >
> > __________________________________________________________
> > Enjoy this Diwali with Y! India Click here
> http://in.promos.yahoo.com/fabmall/index.html
> > _______________________________________________
> > 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 23
> *************************************
>



--
Siddharth Kasat
1156W, 27th Street
Los Angeles CA-90007
Home: 1-562-841-4395


More information about the click mailing list