Changes between Version 26 and Version 27 of Internal/OpenFlow/HostSetup


Ignore:
Timestamp:
Feb 22, 2010, 5:49:52 PM (14 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/HostSetup

    v26 v27  
    551551Examining the rest of the script seems to require a setreg tool, that isn't installed as of yet. Ubuntu claims is comes form the package mono-devel.
    552552
     553=== Centos Revisited ===
     554
     555==== 2/22/10 ====
     556
     557The ubuntu experiment is failing terribly. The NF2 modules are throwing errors left and right about dma timeouts, and buffer overruns.
     558James is attempting to build the openflow switch on the Centos Refrence installations that came with the the Tyan boxes from the reference vendor.
     559
     560The vendor already ran
     561{{{
     562  yum install netfpga-base
     563}}}
     564
     565From the factory the netfpga packages that were installed are as follows:
     566{{{
     567netfpga-base.i386                          2.0.0-beta                  installed
     568netfpga-kernel.i386                        2.0.0-beta                  installed
     569netfpga-repo.noarch                        1-1_CentOS5                 installed
     570netfpga-utils.i386                         2.0.0-beta                  installed
     571netfpga_lib.i386                           1.1-2                       installed
     572}}}
     573
     574James added one additional package to their installation
     575{{{
     576netfpga-openflow_switch.i386               0_9_0-1                     installed
     577}}}
     578
     579This mostly populates the /root/NF2/projects/openflow subdir with stuff from the yum repository.
     580
     581
     582In order to build the openflow modules, James needs autoconf  which comes from the package
     583{{{
     584autoconf.noarch                            2.59-12                     installed
     585}}}
    553586
    554587