diff options
author | Thomas F Herbert <therbert@redhat.com> | 2016-02-25 14:43:09 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-02-25 14:43:09 +0000 |
commit | e6eee91433297cc61314412bf7b81c969f806aeb (patch) | |
tree | eae9c538671484e87971fcd9f66b623ae4ce63b9 /build/config | |
parent | 9b18f594b06a17544902afb2187dab419b5b5f03 (diff) | |
parent | 8b54b317c7b60011b292c408d43041e46a23a2ed (diff) |
Merge "Build OVS with dpdk"
Diffstat (limited to 'build/config')
-rw-r--r-- | build/config | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/build/config b/build/config index 78480ed..b30db9a 100644 --- a/build/config +++ b/build/config @@ -21,7 +21,7 @@ # built from the top of current master. The tag uses the current ovs naming and # release convention. This option can be overriden in the command line. # -export OVSTAG=master +export OVSTAG=2.4.0 # # when NOCHECK is yes, the ovs rpm is build with the --without check option which # Disables running "make check" as the RPM is built. @@ -34,8 +34,10 @@ export PATCH=none # # DPDK configuration. # +export WITH_DPDK=yes export DPDK_PATCH=none +export DPDK_VERSION=2.2.0 # # When KMOD is set, the Linux kernel module is built and tested. # -export KMOD=yes +export KMOD=no |