doc/linux_gsg: fix numa lib name error

Message ID 1541484931-5069-1-git-send-email-wang.yong19@zte.com.cn (mailing list archive)
State Superseded, archived
Delegated to: Thomas Monjalon
Headers
Series doc/linux_gsg: fix numa lib name error |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Yong Wang Nov. 6, 2018, 6:15 a.m. UTC
  The library for handling NUMA is numactl-devel, not libnuma-devel.

Signed-off-by: Yong Wang <wang.yong19@zte.com.cn>
---
 doc/guides/linux_gsg/sys_reqs.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Anatoly Burakov Nov. 6, 2018, 10:41 a.m. UTC | #1
On 06-Nov-18 6:15 AM, Yong Wang wrote:
> The library for handling NUMA is numactl-devel, not libnuma-devel.
> 
> Signed-off-by: Yong Wang <wang.yong19@zte.com.cn>
> ---

Acked-by: Anatoly Burakov <anatoly.burakov@intel.com>
  
Anatoly Burakov Nov. 6, 2018, 10:44 a.m. UTC | #2
On 06-Nov-18 10:41 AM, Burakov, Anatoly wrote:
> On 06-Nov-18 6:15 AM, Yong Wang wrote:
>> The library for handling NUMA is numactl-devel, not libnuma-devel.
>>
>> Signed-off-by: Yong Wang <wang.yong19@zte.com.cn>
>> ---
> 
> Acked-by: Anatoly Burakov <anatoly.burakov@intel.com>
> 

Actually, scratch that.

numactl-devel is on Fedora, but AFAIK on Ubuntu this library is called 
libnuma-dev. Maybe mention both?
  

Patch

diff --git a/doc/guides/linux_gsg/sys_reqs.rst b/doc/guides/linux_gsg/sys_reqs.rst
index e2230f3..1cb14b5 100644
--- a/doc/guides/linux_gsg/sys_reqs.rst
+++ b/doc/guides/linux_gsg/sys_reqs.rst
@@ -64,7 +64,7 @@  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).
+*   numactl-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.