doc: add libnuma as dependency
Add libnuma as a dependency to the Linux Getting Started Guide
since it is a new requirement in DPDK 17.08+.
Fixes: 1b72605d24
("mem: balanced allocation of hugepages")
Signed-off-by: John McNamara <john.mcnamara@intel.com>
This commit is contained in:
parent
e6d902be09
commit
0667319395
@ -50,7 +50,7 @@ for more information on the required changes.
|
|||||||
Compilation of the DPDK
|
Compilation of the DPDK
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
**Required Tools:**
|
**Required Tools and Libraries:**
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
@ -84,6 +84,8 @@ Compilation of the DPDK
|
|||||||
x86_x32 ABI is currently supported with distribution packages only on Ubuntu
|
x86_x32 ABI is currently supported with distribution packages only on Ubuntu
|
||||||
higher than 13.10 or recent Debian distribution. The only supported compiler is gcc 4.9+.
|
higher than 13.10 or recent Debian distribution. The only supported compiler is gcc 4.9+.
|
||||||
|
|
||||||
|
* libnuma-devel - library for handling NUMA (Non Uniform Memory Access).
|
||||||
|
|
||||||
* Python, version 2.7+ or 3.2+, to use various helper scripts included in the DPDK package.
|
* Python, version 2.7+ or 3.2+, to use various helper scripts included in the DPDK package.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user