summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorIlya Maximets <i.maximets@samsung.com>2017-12-12 11:32:40 +0300
committerBen Pfaff <blp@ovn.org>2017-12-13 09:33:30 -0800
commitdc92f724d4641bcf9fce95db262f314264e473af (patch)
tree4f00349eaa0fb4bcb9ba524c90e76b0e0126ad14 /.travis.yml
parent14ec9cab4612f57cfa552a926b09e69ddd2cbaff (diff)
downloadopenvswitch-dc92f724d4641bcf9fce95db262f314264e473af.tar.gz
travis: Install libnuma dependency for DPDK.
libnuma is a default dependency for DPDK 17.11 because CONFIG_RTE_EAL_NUMA_AWARE_HUGEPAGES and CONFIG_RTE_LIBRTE_VHOST_NUMA are enabled by default for most architectures. libnuma-dev package installation fixes the DPDK build: eal_memory.c:56:18: fatal error: numa.h: No such file or directory CC: Mark Kavanagh <mark.b.kavanagh@intel.com> Fixes: 5e925ccc2a6f ("netdev-dpdk: DPDK v17.11 upgrade") Signed-off-by: Ilya Maximets <i.maximets@samsung.com> Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Ian Stokes <ian.stokes@intel.com> Tested-by: Ian Stokes <ian.stokes@intel.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f21784075..48acc8edc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,6 +15,7 @@ addons:
- llvm-dev
- libjemalloc1
- libjemalloc-dev
+ - libnuma-dev
- python-sphinx
before_install: ./.travis/${TRAVIS_OS_NAME}-prepare.sh