doc: fix NUMA library name in Linux guide

The library for handling NUMA is not libnuma-devel, but numactl-devel
in Red Hat/Fedora and libnuma-dev in Debian/Ubuntu.

Signed-off-by: Yong Wang <wang.yong19@zte.com.cn>
Acked-by: Anatoly Burakov <anatoly.burakov@intel.com>
This commit is contained in:
Yong Wang 2018-11-06 21:40:52 -05:00 committed by Thomas Monjalon
parent 2eb7c526b9
commit ee57170c4a

View File

@ -64,7 +64,11 @@ Compilation of the DPDK
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+.
* libnuma-devel - library for handling NUMA (Non Uniform Memory Access).
* Library for handling NUMA (Non Uniform Memory Access).
* numactl-devel in Red Hat/Fedora;
* libnuma-dev in Debian/Ubuntu;
* Python, version 2.7+ or 3.2+, to use various helper scripts included in the DPDK package.