From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id A60BD1C01 for ; Thu, 26 Jul 2018 21:33:12 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 0CE2621B2C; Thu, 26 Jul 2018 15:33:12 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 26 Jul 2018 15:33:12 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=4yTDiRlXvENTeO31aCRK/P/jOu 9suzEChcIp2Orm4zs=; b=kEAhIO72hiET9mm1Y1iDcFxveVVDGFMDdWlCbAaJjC 4L/5PxZ6DDb3HgJMvnniphJbFkdbO+EFaFdXdstr+WtaAk8bqyASdRgyy/9iKuIi biF98hEsWI6bDnWp0BqEOrNuRYv3rYlQUszcXJYz0KckIKCYR64XBMyrmXPj3q4i c= 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-sender:x-me-sender:x-sasl-enc; s=fm3; bh=4yTDiR lXvENTeO31aCRK/P/jOu9suzEChcIp2Orm4zs=; b=NsXtKhgp1LbF5NA3pyEO0D KhAQhYK9GeeEv7l2FEEEzDT/iMj2/niAobUUKOAbQXApPDsa7aAo9E2uI985wvOg aY6+vGXbHE+C71e4LQz4PFgiy0phgIlSoSekqAfR05FuT4PVJq006ZRp4HdvfM6w e7/ikZPVgaXXY9MugceqlUPSg2tbbfFUhz+BajbhJETDueKFipypxwwGk1bOnZmH S3N0JrvGOeGiVmZFjyNHBIjXqADYfUYb/i2nIbAkgRqyK8R8pqIbiuyJf/IL8Nkz abzfO/cC1cOYmksQM6SraIXIojFBudcEf0x8peMQsgN5SlwKYuDqhvkbWRXzgeWA == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 2B1D310269; Thu, 26 Jul 2018 15:33:11 -0400 (EDT) From: Thomas Monjalon To: Anatoly Burakov Cc: dev@dpdk.org, reshma.pattan@intel.com Date: Thu, 26 Jul 2018 21:33:06 +0200 Message-ID: <1655940.V5sBUNfYUT@xps> In-Reply-To: <7c3d473da9d4de99086c87424369e3b4d5081547.1532526128.git.anatoly.burakov@intel.com> References: <7c3d473da9d4de99086c87424369e3b4d5081547.1532526128.git.anatoly.burakov@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] test: fix prefix discovery 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: Thu, 26 Jul 2018 19:33:12 -0000 25/07/2018 15:44, Anatoly Burakov: > Config file has moved, but the tests weren't updated to point to > its new location. Update the code to find current prefix. > > Also, this function is duplicated across multiple tests, so move it > into process.h and force compile failures for any attempts to use > it on platforms other than Linux. > > Fixes: adf1d867361c ("eal: move runtime config file to new location") > > Signed-off-by: Anatoly Burakov > Acked-by: Reshma Pattan Applied, thanks