From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 098501B6AF for ; Wed, 4 Oct 2017 18:30:11 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Oct 2017 09:30:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,477,1500966000"; d="scan'208";a="906713623" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.37]) by FMSMGA003.fm.intel.com with SMTP; 04 Oct 2017 09:29:46 -0700 Received: by (sSMTP sendmail emulation); Wed, 04 Oct 2017 17:29:46 +0100 Date: Wed, 4 Oct 2017 17:29:45 +0100 From: Bruce Richardson To: "Van Haaren, Harry" Cc: "dev@dpdk.org" Message-ID: <20171004162945.GA26440@bricha3-MOBL3.ger.corp.intel.com> References: <20170921145453.174003-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.8.3 (2017-05-23) Subject: Re: [dpdk-dev] [PATCH] eal/bsdapp: add FreeBSD module compilation 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: Wed, 04 Oct 2017 16:30:12 -0000 On Wed, Oct 04, 2017 at 04:34:11PM +0100, Van Haaren, Harry wrote: > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Bruce Richardson > > Sent: Thursday, September 21, 2017 3:55 PM > > To: dev@dpdk.org > > Cc: Richardson, Bruce > > Subject: [dpdk-dev] [PATCH] eal/bsdapp: add FreeBSD module compilation to > > meson build > > > > Support compiling the FreeBSD kernel modules using meson and ninja. > > > > Signed-off-by: Bruce Richardson > > Tested on BSD box, both existing GMake system, and Meson / Ninja working as expected here. > With inline comment below fixed; > > Tested-by: Harry van Haaren > Applied to dpdk-next-build