-----邮件原件-----
发件人: openflow-discuss-boun...@mailman.stanford.edu 
[mailto:openflow-discuss-boun...@mailman.stanford.edu] 代表 
openflow-discuss-requ...@mailman.stanford.edu
发送时间: 2012年2月29日 4:01
收件人: openflow-disc...@mailman.stanford.edu
主题: openflow-discuss Digest, Vol 40, Issue 20

Send openflow-discuss mailing list submissions to
        openflow-discuss@lists.stanford.edu

To subscribe or unsubscribe via the World Wide Web, visit
        https://mailman.stanford.edu/mailman/listinfo/openflow-discuss
or, via email, send a message with subject or body 'help' to
        openflow-discuss-requ...@lists.stanford.edu

You can reach the person managing the list at
        openflow-discuss-ow...@lists.stanford.edu

When replying, please edit your Subject line so it is more specific
than "Re: Contents of openflow-discuss digest..."


Today's Topics:

   1. PC Engine AP booting errors for OpenRoads (Heming Wen)
   2. Regarding openflow on NetFPGA (kalapriya k)
   3. Regarding openflow on NetFPGA (kalapriya k)
   4. Re: Regarding openflow on NetFPGA (Tatsuya Yabe)


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

Message: 1
Date: Mon, 27 Feb 2012 21:35:17 +0000
From: Heming Wen <heming....@mail.mcgill.ca>
To: "openflow-discuss@lists.stanford.edu"
        <openflow-discuss@lists.stanford.edu>
Subject: [openflow-discuss] PC Engine AP booting errors for OpenRoads
Message-ID:
        <508fbd071656a649b2bea8c83226c11e049...@exmbx2010-1.campus.mcgill.ca>
Content-Type: text/plain; charset="us-ascii"

Greetings,

I am trying to run the image provided on the page: 
http://www.openflow.org/wk/index.php/OpenFlow_AP_with_PC_Engine
Our lab has bought the same hardware as suggested by the tutorial. However, we 
are using 4GB Kingston compact flash drives instead of the 2GB one. After 
flashing the SwanWifi.img image on the CF card and trying to boot from it, I 
get the infamous GRUB Error 17 during bootloading.

I suspected whether the fact that I'm using 4GB CF card instead of 2GB makes a 
big difference. I also suspected whether the filesystem partitions has been 
properly installed or the disk properly formatted. When I use "fdisk -l" to 
peek into the content of the CF (through another PC with RHEL), I see four 
drive partitions, with a /boot/grub directory present on two of them. All the 
partitions types are "Linux". I tried playing around with the menu.lst and the 
device.map files but the error persists.

Also, is there any former steps that I have to do to flash the SwanWifi image 
into the CF card? I just assumed it was a regular image and used 'gunzip' and 
'dd' commands to flash it. The tutorial site already assumes that the image is 
properly flashed on the CF card, which in this case I believe has failed.

Did anyone encounter similar issues before or have any good suggestions?

Thank you in advance for your support,

Heming Wen
McGill University 

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

Message: 2
Date: Tue, 28 Feb 2012 10:52:30 +0530
From: kalapriya k <kalapr...@gmail.com>
To: openflow-discuss@lists.stanford.edu
Subject: [openflow-discuss] Regarding openflow on NetFPGA
Message-ID:
        <capugeqbmcs9lj7vvftj1heerukgkzhkippd8wa8u3g-d66d...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

hi,

I am new to using NETFPGA and I have a few queries. I have installed a
NETFPGA card and also compiled the OPENFLOW using --enable-hw-lib. I am
able to ping two machine connected to this NETFPGA card and corresponding
flows also in the flow table using the dpctl command.

I wanted to explore the internal functionality such as how the flow
extraction is done, how the flow tables are populated. In short i would
like to know which parts of openflow are handled by the hardware and which
parts of it are handled by the software. I wanted to see what are the
openflow stages a packet passes  through when is being received on a port
to sending to an output port.  Is there a way to profile it or how do i
begin looking at some monitoring steps.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://mailman.stanford.edu/pipermail/openflow-discuss/attachments/20120228/e8079b12/attachment-0001.html>

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

Message: 3
Date: Tue, 28 Feb 2012 12:54:29 +0530
From: kalapriya k <kalapr...@gmail.com>
To: openflow-discuss@lists.stanford.edu
Subject: [openflow-discuss] Regarding openflow on NetFPGA
Message-ID:
        <capugeqyj2d0c7uw5w6vgkcdadrgzzv7qxg9wjptflhwf1br...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

hi,

I am new to using NETFPGA and I have a few queries. I have installed a
NETFPGA card and also compiled the OPENFLOW using --enable-hw-lib. I am
able to ping two machine connected to this NETFPGA card and corresponding
flows also in the flow table using the dpctl command.

I wanted to explore the internal functionality such as how the flow
extraction is done, how the flow tables are populated. In short i would
like to know which parts of openflow are handled by the hardware and which
parts of it are handled by the software. I wanted to see what are the
openflow stages a packet passes  through when is being received on a port
to sending to an output port.  Is there a way to profile it or how do i
begin looking at some monitoring steps.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://mailman.stanford.edu/pipermail/openflow-discuss/attachments/20120228/e61c1121/attachment-0001.html>

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

Message: 4
Date: Mon, 27 Feb 2012 23:40:55 -0800
From: Tatsuya Yabe <ty...@stanford.edu>
To: kalapriya k <kalapr...@gmail.com>
Cc: openflow-discuss@lists.stanford.edu
Subject: Re: [openflow-discuss] Regarding openflow on NetFPGA
Message-ID: <add087c0-3d19-4a75-b738-1505027fd...@stanford.edu>
Content-Type: text/plain; charset=iso-8859-1

Hi,

Thank you for your interest.
We have a forum for NetFPGA users and you can find OpenFlow design section in 
it.
It would be better place to ask NetFPGA related questions, and we would be 
happy to answer to them there.

http://netfpga.org/forums/

Thank you,
Tatsuya

On Feb 27, 2012, at 9:22 PM, kalapriya k wrote:

> hi, 
> 
> I am new to using NETFPGA and I have a few queries. I have installed a 
> NETFPGA card and also compiled the OPENFLOW using --enable-hw-lib. I am able 
> to ping two machine connected to this NETFPGA card and corresponding flows 
> also in the flow table using the dpctl command.  
> 
> I wanted to explore the internal functionality such as how the flow 
> extraction is done, how the flow tables are populated. In short i would like 
> to know which parts of openflow are handled by the hardware and which parts 
> of it are handled by the software. I wanted to see what are the openflow 
> stages a packet passes  through when is being received on a port to sending 
> to an output port.  Is there a way to profile it or how do i begin looking at 
> some monitoring steps. 
> _______________________________________________
> openflow-discuss mailing list
> openflow-discuss@lists.stanford.edu
> https://mailman.stanford.edu/mailman/listinfo/openflow-discuss



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

_______________________________________________
openflow-discuss mailing list
openflow-discuss@lists.stanford.edu
https://mailman.stanford.edu/mailman/listinfo/openflow-discuss


End of openflow-discuss Digest, Vol 40, Issue 20
************************************************
_______________________________________________
openflow-discuss mailing list
openflow-discuss@lists.stanford.edu
https://mailman.stanford.edu/mailman/listinfo/openflow-discuss

Reply via email to