Skip to content

Commit

Permalink
travis: Install libnuma dependency for DPDK.
Browse files Browse the repository at this point in the history
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: 5e925cc ("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>
  • Loading branch information
igsilya authored and blp committed Dec 13, 2017
1 parent 14ec9ca commit dc92f72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -15,6 +15,7 @@ addons:
- llvm-dev
- libjemalloc1
- libjemalloc-dev
- libnuma-dev
- python-sphinx

before_install: ./.travis/${TRAVIS_OS_NAME}-prepare.sh
Expand Down

0 comments on commit dc92f72

Please sign in to comment.