From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 230EF493D for ; Fri, 7 Sep 2018 18:00:33 +0200 (CEST) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Sep 2018 09:00:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,343,1531810800"; d="scan'208";a="68333261" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.5.248]) by fmsmga007.fm.intel.com with SMTP; 07 Sep 2018 08:58:52 -0700 Received: by (sSMTP sendmail emulation); Fri, 07 Sep 2018 16:58:51 +0100 Date: Fri, 7 Sep 2018 16:58:50 +0100 From: Bruce Richardson To: Nikhil Rao Cc: jerin.jacob@caviumnetworks.com, dev@dpdk.org, Abhinandan Gujjar , "Erik G. Carrillo" Message-ID: <20180907155850.GA12656@bricha3-MOBL.ger.corp.intel.com> References: <1536155732-155032-1-git-send-email-nikhil.rao@intel.com> <1536156373-155714-1-git-send-email-nikhil.rao@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1536156373-155714-1-git-send-email-nikhil.rao@intel.com> Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.10.1 (2018-07-13) Subject: Re: [dpdk-dev] [PATCH v2] test/event: add adapter tests to meson 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: Fri, 07 Sep 2018 16:00:34 -0000 On Wed, Sep 05, 2018 at 07:36:13PM +0530, Nikhil Rao wrote: > Add tests for event eth Rx, crypto and timer adapters to > meson build > > Cc: Abhinandan Gujjar > Cc: Erik G. Carrillo > Signed-off-by: Nikhil Rao > --- > > v2: > * fix Erik's email address > > test/test/meson.build | 7 +++++++ > 1 file changed, 7 insertions(+) > When running this with test-meson-build.sh, errors are thrown up with the x86-default build. Please investigate. Regards, /Bruce