From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 76AE1160 for ; Mon, 16 Jul 2018 17:21:57 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Jul 2018 08:21:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,361,1526367600"; d="scan'208";a="54734870" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by fmsmga007.fm.intel.com with ESMTP; 16 Jul 2018 08:21:55 -0700 Received: from irsmsx109.ger.corp.intel.com ([169.254.13.124]) by IRSMSX154.ger.corp.intel.com ([169.254.12.32]) with mapi id 14.03.0319.002; Mon, 16 Jul 2018 16:21:55 +0100 From: "Pattan, Reshma" To: "Burakov, Anatoly" , "dev@dpdk.org" Thread-Topic: [PATCH] test: fix prefix discovery Thread-Index: AQHUHQztEuwy8Nm7MEaAKdgcc7oymqSR9yow Date: Mon, 16 Jul 2018 15:21:54 +0000 Message-ID: <3AEA2BF9852C6F48A459DA490692831F2A37324C@IRSMSX109.ger.corp.intel.com> References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] 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: Mon, 16 Jul 2018 15:21:57 -0000 > -----Original Message----- > From: Burakov, Anatoly > Sent: Monday, July 16, 2018 2:57 PM > To: dev@dpdk.org > Cc: Pattan, Reshma > Subject: [PATCH] test: fix prefix discovery >=20 > Config file has moved, but the tests weren't updated to point to its new > location. Update the code to find current prefix. >=20 > Fixes: adf1d867361c ("eal: move runtime config file to new location") >=20 > Signed-off-by: Anatoly Burakov Acked-by: Reshma Pattan