From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] meter: remove experimental from profile APIs Date: Mon, 06 Aug 2018 01:16:43 +0200 Message-ID: <1994934.tTZnXZbPcg@xps> References: <1533137449-23445-1-git-send-email-ktraynor@redhat.com> <3EB4FA525960D640B5BDFFD6A3D891268E78273C@IRSMSX107.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Dumitrescu, Cristian" To: Kevin Traynor Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 6C8281B561 for ; Mon, 6 Aug 2018 01:16:50 +0200 (CEST) In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D891268E78273C@IRSMSX107.ger.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > As per guideline that new APIs must be experimental > > for at least one release, it is now possible to remove > > the experimental tag from: > > > > rte_meter_srtcm_profile_config() > > rte_meter_trtcm_profile_config() > > > > Cc: Cristian Dumitrescu > > Signed-off-by: Kevin Traynor > > Thanks, Kevin! > > Acked-by: Cristian Dumitrescu Applied, thanks