diff options
author | Martin Klozik <martinx.klozik@intel.com> | 2016-08-04 15:08:16 +0100 |
---|---|---|
committer | Martin Klozik <martinx.klozik@intel.com> | 2016-08-04 15:38:32 +0100 |
commit | 8f8733f857c16a7877f291f15302f9b0c9ac97ee (patch) | |
tree | dcf952bc4313fb2d4490c8ba51ed63f7ca2bb6d2 /systems/rhel/7.2/build_base_machine.sh | |
parent | 40460b1fd291612cca316527c4366e83ae295ce2 (diff) |
install: Missing packages for numa library
Recent versions of DPDK (16.xx) depend on numa library.
Thus installation scripts were updated to install both
binary and development packages.
JIRA: VSPERF-360
Change-Id: Idd0eac8758f30a355909bb804e99e650b67bba8b
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: <bmichalo@redhat.com>
Diffstat (limited to 'systems/rhel/7.2/build_base_machine.sh')
-rwxr-xr-x | systems/rhel/7.2/build_base_machine.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/systems/rhel/7.2/build_base_machine.sh b/systems/rhel/7.2/build_base_machine.sh index 86608066..2319535b 100755 --- a/systems/rhel/7.2/build_base_machine.sh +++ b/systems/rhel/7.2/build_base_machine.sh @@ -50,6 +50,8 @@ pkglist=( socat\ tk-devel\ wget\ + numactl\ + numactl-devel\ ) # python tools for proper QEMU, DPDK, and OVS make @@ -95,4 +97,4 @@ rm -f Python-3.4.2.tar.xz pip3.4 install virtualenv # Create hugepage dirs -mkdir -p /dev/hugepages
\ No newline at end of file +mkdir -p /dev/hugepages |