From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id 6444E201; Mon, 12 Nov 2018 01:39:16 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 2EA479BA; Sun, 11 Nov 2018 19:39:15 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sun, 11 Nov 2018 19:39:15 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=lGMmUnlh32VZ0wnNxjWUsWEWTbRyQSyVQBhYX9Rd4T4=; b=RcZxGOCLrPdZ pOaz/bonYpiJh4M7U84LF2Bzc95Xj7p88kA0zDoLBmyfqnY1u0umnVjXoSHQTRAH VF2LBNWo67fTyxL0I1Qia8G0iATm24q3Hee+G85LRmLaAQX1/yWXt7a0A1PimKtc Oc0X4xOSG5+2MP0+StsjHWm/XHhvv4Q= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=lGMmUnlh32VZ0wnNxjWUsWEWTbRyQSyVQBhYX9Rd4 T4=; b=AA3HHMUYjmEOs8HzO4Ozbfn6fYQ5XvbWF2aWvBwgBpxy3uZ1A2mp2ytBB w9Un/wRNR0/uotfyd/MFGKFC9/8Um1NLWhfXON9yfcEZVTohbaw+oQdHO9JjI39t 37/jfqHWQZ67THHKlBrAQNEvZ+5yBifzzk4xAlrDBvkOJEfbyQTRSz2zbR8dWo12 XyVwjnre9bLBIc4EWJSFYOqfdNPqhTbCT6+tdjiZmR2opepCH/afBtoSjwz/6A8r OmW2KDB8tSh8u/uCyurunaMbcPhSEu1PU8f1h8DexJTMBaXzGsglrZH3mtni35nA 2WX40J0BMDpRAhJC4rX1r4NTnywtg== X-ME-Sender: X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 37265E4619; Sun, 11 Nov 2018 19:39:13 -0500 (EST) From: Thomas Monjalon To: Ferruh Yigit Cc: dev@dpdk.org, Neil Horman , stable@dpdk.org Date: Mon, 12 Nov 2018 01:39:12 +0100 Message-ID: <1654908.jl9WKp1QQ4@xps> In-Reply-To: <20181106195402.GA32558@hmswarspite.think-freely.org> References: <20181106143501.6515-1-ferruh.yigit@intel.com> <20181106195402.GA32558@hmswarspite.think-freely.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] test: fix build 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: , X-List-Received-Date: Mon, 12 Nov 2018 00:39:16 -0000 06/11/2018 20:54, Neil Horman: > On Tue, Nov 06, 2018 at 02:35:01PM +0000, Ferruh Yigit wrote: > > With "make -C test/" command getting following warnings: > > awk: cmd. line:1: fatal: cannot open file `/cmdline_test/cmdline_test/' > > for reading (No such file or directory) > > awk: cmd. line:1: fatal: cannot open file > > `/test-pipeline/test-pipeline/' for reading (No such file or > > directory) > > awk: cmd. line:1: fatal: cannot open file `/test-acl/test-acl/' > > for reading (No such file or directory) > > > > This is because unexpected/invalid MAPFILE param passed to > > check-experimental-syms.sh > > > > There is no easy way to unify MAPFILE for different build options, > > instead add an input verification to script, and silently ignore wrong > > values. > > > > Fixes: a6ec31597a0b ("mk: add experimental tag check") > > Cc: stable@dpdk.org > > > > Signed-off-by: Ferruh Yigit > Acked-by: Neil Horman Applied, thanks