Changes between Version 51 and Version 52 of Internal/OpenFlow/HostSetup


Ignore:
Timestamp:
Nov 21, 2011, 11:10:09 PM (12 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/HostSetup

    v51 v52  
    1616  http://netfpga.org/beta/distributions/netfpga_openflow_switch_1_0_0-4.tar.gz [[BR]]
    1717  REF: http://netfpga.org/foswiki/bin/view/NetFPGA/OneGig/OpenFlowNetFPGA100
     18
     19or, if you want the tunneling !OpenFlow switch fetch the following in place of netfpga_openflow_switch_1_0_0-4.
     20 * netfpga_tunneling_openflow_icmp_arp_1_0_0.tar.gz, from the same link as above.
    1821
    1922 * install dependencies
     
    101104
    102105== II. NetFPGA !OpenFlow switch ==
    103 The above instructions apply to any recent version of NetFPGA driver (v2.1.2 - 3.0.0). The following steps are needed in order to use the NetFPGA as an !OpenFlow switch supporting v1.0 of the !OpenFlow protocol. While any version of the NetFPGA drivers /should/ work, the !OpenFlow components were built atop '''v2.2.0 of the NetFPGA drivers'''.
     106The above instructions apply to any recent version of NetFPGA driver (v2.1.2 - 3.0.1). The following steps are needed in order to use the NetFPGA as an !OpenFlow switch supporting v1.0 of the !OpenFlow protocol. While any version of the NetFPGA drivers /should/ work, the !OpenFlow components were built atop '''v2.2.0 of the NetFPGA drivers'''.
    104107
    105108These instructions assume that you have already gotten the NetFPGA up and running on an Ubuntu box, as per [#sec1 section 1 of this guide].
     
    146149`./of_stop.sh` turns the !OpenFlow components off.   
    147150
     151== III. NetFPGA Tunneling !OpenFlow switch ==
     152This is the L2 tunnel version of the !OpenFlow bitfiles for the NetFPGA. Setup is described fairly well in the [http://netfpga.org/foswiki/bin/view/NetFPGA/OneGig/TunnelingOpenFlowNetFPGA100ICMP NetFPGA documentation], although a few steps necessary to work out kinks from their transitions between versions are not mentioned:
     153
     154 * When moving header and bitfiles into the !OpenFlow directory, rename and move them to match start script conventions. In /opt/openflow/hw-lib/nf2:
     155{{{
     156mkdir sw
     157cp reg_defines_tunneling_openflow_icmp_arp.h sw/reg_defines_tunneling_openflow_switch.h
     158cp tunneling_openflow_icmp_arp.bit sw/tunneling_openflow_switch.bit
     159}}}
     160
     161 
    148162----
    149163----