Changes between Version 51 and Version 52 of Internal/OpenFlow/HostSetup
- Timestamp:
- Nov 21, 2011, 11:10:09 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/OpenFlow/HostSetup
v51 v52 16 16 http://netfpga.org/beta/distributions/netfpga_openflow_switch_1_0_0-4.tar.gz [[BR]] 17 17 REF: http://netfpga.org/foswiki/bin/view/NetFPGA/OneGig/OpenFlowNetFPGA100 18 19 or, 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. 18 21 19 22 * install dependencies … … 101 104 102 105 == 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'''.106 The 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'''. 104 107 105 108 These instructions assume that you have already gotten the NetFPGA up and running on an Ubuntu box, as per [#sec1 section 1 of this guide]. … … 146 149 `./of_stop.sh` turns the !OpenFlow components off. 147 150 151 == III. NetFPGA Tunneling !OpenFlow switch == 152 This 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 {{{ 156 mkdir sw 157 cp reg_defines_tunneling_openflow_icmp_arp.h sw/reg_defines_tunneling_openflow_switch.h 158 cp tunneling_openflow_icmp_arp.bit sw/tunneling_openflow_switch.bit 159 }}} 160 161 148 162 ---- 149 163 ----