Following changes have been applied: - INSTALL.DPDK.md: change DPDK version number, - build.sh: change DPDK version number.
Signed-off-by: Michal Weglicki <michalx.wegli...@intel.com> --- .travis/build.sh | 2 +- INSTALL.DPDK.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis/build.sh b/.travis/build.sh index 1b7aaac..4df618b 100755 --- a/.travis/build.sh +++ b/.travis/build.sh @@ -69,7 +69,7 @@ fi if [ "$DPDK" ]; then if [ -z "$DPDK_VER" ]; then - DPDK_VER="2.1.0" + DPDK_VER="2.2.0" fi install_dpdk $DPDK_VER if [ "$CC" = "clang" ]; then diff --git a/INSTALL.DPDK.md b/INSTALL.DPDK.md index 96b686c..c601358 100644 --- a/INSTALL.DPDK.md +++ b/INSTALL.DPDK.md @@ -16,7 +16,7 @@ OVS needs a system with 1GB hugepages support. Building and Installing: ------------------------ -Required: DPDK 2.1 +Required: DPDK 2.2 Optional (if building with vhost-cuse): `fuse`, `fuse-devel` (`libfuse-dev` on Debian/Ubuntu) @@ -24,7 +24,7 @@ on Debian/Ubuntu) 1. Set `$DPDK_DIR` ``` - export DPDK_DIR=/usr/src/dpdk-2.1 + export DPDK_DIR=/usr/src/dpdk-2.2 cd $DPDK_DIR ``` @@ -473,7 +473,7 @@ the vswitchd. DPDK vhost: ----------- -DPDK 2.1 supports two types of vhost: +DPDK 2.2 supports two types of vhost: 1. vhost-user 2. vhost-cuse @@ -494,7 +494,7 @@ with OVS. DPDK vhost-user Prerequisites: ------------------------- -1. DPDK 2.1 with vhost support enabled as documented in the "Building and +1. DPDK 2.2 with vhost support enabled as documented in the "Building and Installing section" 2. QEMU version v2.1.0+ @@ -576,7 +576,7 @@ with OVS. DPDK vhost-cuse Prerequisites: ------------------------- -1. DPDK 2.1 with vhost support enabled as documented in the "Building and +1. DPDK 2.2 with vhost support enabled as documented in the "Building and Installing section" As an additional step, you must enable vhost-cuse in DPDK by setting the following additional flag in `config/common_linuxapp`: -- 1.9.3 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev