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 011861B5F5 for ; Fri, 8 Feb 2019 15:44:08 +0100 (CET) X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Feb 2019 06:44:07 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,347,1544515200"; d="scan'208";a="116255301" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.19.243]) by orsmga008.jf.intel.com with SMTP; 08 Feb 2019 06:44:05 -0800 Received: by (sSMTP sendmail emulation); Fri, 08 Feb 2019 14:44:02 +0000 Date: Fri, 8 Feb 2019 14:44:01 +0000 From: Bruce Richardson To: Luca Boccassi Cc: dev@dpdk.org Message-ID: <20190208144401.GA298844@bricha3-MOBL.ger.corp.intel.com> References: <20190103175725.5836-1-bluca@debian.org> <20190206170848.19059-1-bluca@debian.org> <20190206170848.19059-5-bluca@debian.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190206170848.19059-5-bluca@debian.org> User-Agent: Mutt/1.11.2 (2019-01-07) Subject: Re: [dpdk-dev] [PATCH v6 5/5] build: use integers for numerical options 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, 08 Feb 2019 14:44:09 -0000 On Wed, Feb 06, 2019 at 05:08:48PM +0000, Luca Boccassi wrote: > Now that the minimum Meson version has been bumped past 0.45 we can use > integer as an option type directly. > > Signed-off-by: Luca Boccassi > --- > v6: added following Bruce's suggestion > Since I suggested it, I naturally think this is a brilliant idea! :-) Acked-by: Bruce Richardson