From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] scripts: fix libnuma dependency in build test Date: Fri, 15 Jul 2016 17:20:57 +0200 Message-ID: <1891677.1C74luFmP5@xps13> References: <1468338912-4726-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit To: dev@dpdk.org Return-path: Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id 2A2104CE6 for ; Fri, 15 Jul 2016 17:20:59 +0200 (CEST) Received: by mail-wm0-f54.google.com with SMTP id o80so34596543wme.1 for ; Fri, 15 Jul 2016 08:20:59 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id m10sm1237461wjp.15.2016.07.15.08.20.57 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 15 Jul 2016 08:20:58 -0700 (PDT) In-Reply-To: <1468338912-4726-1-git-send-email-thomas.monjalon@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-07-12 17:55, Thomas Monjalon: > The option CONFIG_RTE_LIBRTE_VHOST_NUMA depends on availability of > libnuma in the system. > The configuration option DPDK_DEP_NUMA can be set if available for > the DPDK_TARGET being built. > > Fixes: cd31ca579c0d ("scripts: add build tests") > > Signed-off-by: Thomas Monjalon Applied