From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 37E3EA496 for ; Mon, 12 Mar 2018 16:30:23 +0100 (CET) X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Mar 2018 08:30:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,461,1515484800"; d="scan'208";a="24962366" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.36]) by orsmga006.jf.intel.com with SMTP; 12 Mar 2018 08:30:20 -0700 Received: by (sSMTP sendmail emulation); Mon, 12 Mar 2018 15:30:19 +0000 Date: Mon, 12 Mar 2018 15:30:18 +0000 From: Bruce Richardson To: dev@dpdk.org Message-ID: <20180312153018.GB12548@bricha3-MOBL3.ger.corp.intel.com> References: <20180312152820.105548-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180312152820.105548-1-bruce.richardson@intel.com> Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.9.3 (2018-01-21) Subject: Re: [dpdk-dev] [PATCH] examples: fix building examples with 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: Mon, 12 Mar 2018 15:30:23 -0000 On Mon, Mar 12, 2018 at 03:28:20PM +0000, Bruce Richardson wrote: > The ip_pipeline and qos_meter example apps now use experimental APIs so > this fact needs to be flagged in their meson.build files. > > Fixes: c06ddf9698e0 ("meter: add configuration profile") > > Signed-off-by: Bruce Richardson > --- Applied to dpdk-next-build /Bruce