From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 332E31C687 for ; Fri, 13 Apr 2018 18:12:25 +0200 (CEST) X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Apr 2018 09:12:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,446,1517904000"; d="scan'208";a="220200408" Received: from dekblom-mobl.ger.corp.intel.com ([10.252.21.150]) by fmsmga005.fm.intel.com with SMTP; 13 Apr 2018 09:12:21 -0700 Received: by (sSMTP sendmail emulation); Fri, 13 Apr 2018 17:12:19 +0100 Date: Fri, 13 Apr 2018 17:12:19 +0100 From: Bruce Richardson To: Tomasz Duszynski Cc: dev@dpdk.org, jck@semihalf.com, dima@marvell.com, nsamsono@marvell.com, jianbo.liu@arm.com Message-ID: <20180413161219.GB37024@bricha3-MOBL.ger.corp.intel.com> References: <1523447107-13324-1-git-send-email-tdu@semihalf.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1523447107-13324-1-git-send-email-tdu@semihalf.com> Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-dev] [PATCH 0/2] add MRVL MVPP2 PMD to meson 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, 13 Apr 2018 16:12:25 -0000 On Wed, Apr 11, 2018 at 01:45:05PM +0200, Tomasz Duszynski wrote: > This patchseries adds MRVL MVPP2 PMD to meson build system. > > Tomasz Duszynski (2): > net/mvpp2: rename the version file to standard > net/mvpp2: add meson build file > The patches look ok to me as far as the meson code is concerned, but I have no way to test compilation etc. It doesn't cause issues with other x86 or arm builds though, so: Series Acked-by: Bruce Richardson