From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id D589F4C90 for ; Mon, 10 Sep 2018 15:28:48 +0200 (CEST) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Sep 2018 06:28:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,355,1531810800"; d="scan'208";a="89172873" Received: from bricha3-mobl.ger.corp.intel.com ([10.237.221.107]) by orsmga001.jf.intel.com with SMTP; 10 Sep 2018 06:28:45 -0700 Received: by (sSMTP sendmail emulation); Mon, 10 Sep 2018 14:28:44 +0100 Date: Mon, 10 Sep 2018 14:28:43 +0100 From: Bruce Richardson To: Luca Boccassi Cc: dev@dpdk.org, chaozhu@linux.vnet.ibm.com, christian.ehrhardt@canonical.com, thomas@monjalon.net Message-ID: <20180910132843.GA23076@bricha3-MOBL.ger.corp.intel.com> References: <20180907183502.26164-1-bluca@debian.org> <20180910113243.18881-1-bluca@debian.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180910113243.18881-1-bluca@debian.org> Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.10.1 (2018-07-13) Subject: Re: [dpdk-dev] [PATCH v2] build: add PPC64 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: Mon, 10 Sep 2018 13:28:49 -0000 On Mon, Sep 10, 2018 at 12:32:43PM +0100, Luca Boccassi wrote: > This has been only build-tested for now, on a native ppc64el POWER8E > machine running Debian sid. > > Signed-off-by: Luca Boccassi > --- > v2: fix indentation, drop march_opt in ppc build file > LGTM Acked-by: Bruce Richardson