From patchwork Mon Jul 3 13:21:04 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John McNamara X-Patchwork-Id: 26242 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id F359F2C39; Mon, 3 Jul 2017 15:21:22 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 334062BF2 for ; Mon, 3 Jul 2017 15:21:20 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Jul 2017 06:21:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos; i="5.40,303,1496127600"; d="scan'208"; a="1167576275" Received: from sivswdev02.ir.intel.com (HELO localhost.localdomain) ([10.237.217.46]) by fmsmga001.fm.intel.com with ESMTP; 03 Jul 2017 06:21:06 -0700 From: John McNamara To: dev@dpdk.org Cc: John McNamara Date: Mon, 3 Jul 2017 14:21:04 +0100 Message-Id: <1499088064-7481-1-git-send-email-john.mcnamara@intel.com> X-Mailer: git-send-email 1.7.0.7 Subject: [dpdk-dev] [PATCH v1] doc: add libnuma to the dpdk dependencies X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Add libnuma as a dependency to the Linux Getting Started Guide since it is a new requirement in DPDK 17.08+. Signed-off-by: John McNamara --- doc/guides/linux_gsg/sys_reqs.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/guides/linux_gsg/sys_reqs.rst b/doc/guides/linux_gsg/sys_reqs.rst index 3a28c9e..af7a931 100644 --- a/doc/guides/linux_gsg/sys_reqs.rst +++ b/doc/guides/linux_gsg/sys_reqs.rst @@ -50,7 +50,7 @@ for more information on the required changes. Compilation of the DPDK ----------------------- -**Required Tools:** +**Required Tools and Libraries:** .. note:: @@ -84,6 +84,8 @@ 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). + * Python, version 2.7+ or 3.2+, to use various helper scripts included in the DPDK package.