From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 19B93A0527; Mon, 20 Jan 2020 16:17:57 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A63C3397D; Mon, 20 Jan 2020 16:17:56 +0100 (CET) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 206D23977; Mon, 20 Jan 2020 16:17:55 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id B09F321C24; Mon, 20 Jan 2020 10:17:52 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Mon, 20 Jan 2020 10:17:52 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=xfgXJ9tXlyAn14eDvp6MJ+evrA8EY/XEIT8ena+wY98=; b=N51xYjK0ZpiU dc1HTiY/3kwRqJFq/yG2xrprgyESs9DY3PG9v047L/LIusDe5lYaMgfma4MWnD5I ze1v/+kzaP45plFyAD3k1formki0G1GDOSARDAqQzUL7wzGsx8i1JGkHFuitEIam XwbmqXliJa/wJIQN1M5959aBkPYsDv4= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=xfgXJ9tXlyAn14eDvp6MJ+evrA8EY/XEIT8ena+wY 98=; b=iZbJmwJMTpN8D6ze/TWEdxcEGVFTHYrpR3sHFtJzrTN99v0fzOqobSi6+ DYqDuX44TeVdPd9JLWiGlFuhGdEx1xjVGtG+v6CevpLiJXknTb9iYW3gTb2IYg54 4D+qOlfOenI+r5EX18gMUVqAd7WzSCZh/lG86nRA50CtrbCEMmQWAaa13+ScBTpf sYR/iRZQLfb5Zo7z6s+EJ0JRYeC3oJn82ApZkg25b2nIb9jJSmt/yyMaSaR+8y47 2egZIonuERtKru9jgQ0YOdIubz70mfqEFYmlH+4ovkdkFoUus0/JBd6PZR1VPpuY XpFTZi6BgivT1G4/MLR6zha4S1etw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrudeigdduvdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghr rghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 5184D30607B4; Mon, 20 Jan 2020 10:17:51 -0500 (EST) From: Thomas Monjalon To: Eelco Chaudron , "Dumitrescu, Cristian" Cc: dev@dpdk.org, "stable@dpdk.org" Date: Mon, 20 Jan 2020 16:17:50 +0100 Message-ID: <3319403.ZzFAyJQhcr@xps> In-Reply-To: References: <20191217130742.165886.15691.stgit@netdev64> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] meter: move RFC4115 trTCM APIs as none experimental 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 17/12/2019 14:52, Dumitrescu, Cristian: > From: Eelco Chaudron > > Moved RFC4115 APIs to none experimental as they have been there > > since 19.02. Also, these APIs are the same as the none RFC4115 APIs. > > > > Signed-off-by: Eelco Chaudron > > Acked-by: Cristian Dumitrescu Applied, thanks