]> git.proxmox.com Git - mirror_ovs.git/commit - .travis.yml
travis: Install libnuma dependency for DPDK.
authorIlya Maximets <i.maximets@samsung.com>
Tue, 12 Dec 2017 08:32:40 +0000 (11:32 +0300)
committerBen Pfaff <blp@ovn.org>
Wed, 13 Dec 2017 17:33:30 +0000 (09:33 -0800)
commitdc92f724d4641bcf9fce95db262f314264e473af
tree4f00349eaa0fb4bcb9ba524c90e76b0e0126ad14
parent14ec9cab4612f57cfa552a926b09e69ddd2cbaff
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>
.travis.yml