From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <bruce.richardson@intel.com>
Received: from mga11.intel.com (mga11.intel.com [192.55.52.93])
 by dpdk.org (Postfix) with ESMTP id D861F2A62
 for <dev@dpdk.org>; Fri,  1 Dec 2017 11:20:50 +0100 (CET)
Received: from orsmga003.jf.intel.com ([10.7.209.27])
 by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 01 Dec 2017 02:20:49 -0800
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.45,344,1508828400"; 
   d="scan'208";a="8349403"
Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.35])
 by orsmga003.jf.intel.com with SMTP; 01 Dec 2017 02:20:47 -0800
Received: by  (sSMTP sendmail emulation); Fri, 01 Dec 2017 10:20:46 +0000
Date: Fri, 1 Dec 2017 10:20:46 +0000
From: Bruce Richardson <bruce.richardson@intel.com>
To: kefu chai <tchaikov@gmail.com>
Cc: dev@dpdk.org
Message-ID: <20171201102045.GA10384@bricha3-MOBL3.ger.corp.intel.com>
References: <CAJE9aOOzDfytgQXxKQ5nN0DRrm_nxGGj=7AuTdFxYm2755-ApQ@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <CAJE9aOOzDfytgQXxKQ5nN0DRrm_nxGGj=7AuTdFxYm2755-ApQ@mail.gmail.com>
Organization: Intel Research and Development Ireland Ltd.
User-Agent: Mutt/1.9.1 (2017-09-22)
Subject: Re: [dpdk-dev] [PATCH] contigmem: include <sys/vmmeter.h> to fix
 FreeBSD build
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 01 Dec 2017 10:20:51 -0000

On Thu, Nov 30, 2017 at 02:00:38PM +0800, kefu chai wrote:
> otherwise the build fails with
> 
> In file included from contigmem.c:57:
> /usr/srcs/head/src/sys/vm/vm_phys.h:122:10: error: use of undeclared
> identifier 'vm_cnt'
>         return (vm_cnt.v_free_count += adj);
>                 ^
> 1 error generated.
> *** Error code 1
> 
> Signed-off-by: Kefu Chai <tchaikov@gmail.com>
> ---

The commit log could do with being updated to note that the error occurs
with, currently unreleased, FreeBSD 12  Otherwise:

Acked-by: Bruce Richardson <bruce.richardson@intel.com>