doc: fix NUMA library name in Linux guide
authorYong Wang <wang.yong19@zte.com.cn>
Wed, 7 Nov 2018 02:40:52 +0000 (21:40 -0500)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 19 Nov 2018 00:06:49 +0000 (01:06 +0100)
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>
doc/guides/linux_gsg/sys_reqs.rst

index 96f5ce9..29c5f47 100644 (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.