Build OVS with dpdk 55/10255/11
authorThomas F Herbert <therbert@redhat.com>
Wed, 10 Feb 2016 03:17:45 +0000 (22:17 -0500)
committerThomas F Herbert <therbert@redhat.com>
Thu, 25 Feb 2016 03:27:09 +0000 (03:27 +0000)
commit8b54b317c7b60011b292c408d43041e46a23a2ed
tree901619515adc387ef0141ff30cd6120eab006866
parent8e1ad8a230ec6121b73117508b3b7b6bf1c16997
Build OVS with dpdk

Builds OVS with DPDK. Uses dpdk 2.2.0 and Open vSwitch 2.5.
Includes Multi-Queue and recent patches.
Open vSwitch RPM is now built with DPDK dataplane.
Upstream copr (Fedora) spec files and patches are used for building.

Also includes fixes of RPM building and command line options.
Adds dpdk arg to RPM test script.

Use "pure" COPR spec files without modifications. Fixed some function problems.
Addressed reviewer comments. Delete local copies of spec files
Build dpdk snapshot instead of using upstream snapshot.
Fix clean script.

"stack" VM with its default configuration doesn't support sse3 instruction set
required by DPDK.  Include workaround to test RPM script in host instead of VM.

Install prereqs for dpdk build.
Use 'set -e' in all scripts for error termination.
Add PyQt4 Pre-req.
Move functions and respond to reviewers comments.

Change-Id: I8d5892ff61a814271972e8d2279628d645b2831b
Signed-off-by: Thomas F Herbert <therbert@redhat.com>
build/BuildAndTestOVS.sh
build/build_dpdk_rpm.sh [new file with mode: 0755]
build/build_ovs_rpm.sh
build/config
build/instack_ovs.sh
build/test_ovs_rpm.sh
ci/build.sh
ci/buildovs.sh