From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 2/3] ethdev: add new rte_mtr API for traffic metering and policing Date: Thu, 21 Sep 2017 15:20:22 +0200 Message-ID: <7606743.IzLPf0N4zN@xps> References: <1496162653-137817-3-git-send-email-cristian.dumitrescu@intel.com> <1503705973-80742-1-git-send-email-cristian.dumitrescu@intel.com> <1503705973-80742-3-git-send-email-cristian.dumitrescu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, adrien.mazarguil@6wind.com, jerin.jacob@caviumnetworks.com, hemant.agrawal@nxp.com To: Cristian Dumitrescu Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id BD0A71B1B6 for ; Thu, 21 Sep 2017 15:20:24 +0200 (CEST) In-Reply-To: <1503705973-80742-3-git-send-email-cristian.dumitrescu@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" 26/08/2017 02:06, Cristian Dumitrescu: > +DPDK_17.11 { > + global: > + > + rte_eth_dev_mtr_ops_get; > + rte_mtr_meter_profile_add; > + rte_mtr_meter_profile_delete; > + rte_mtr_create; > + rte_mtr_destroy; > + rte_mtr_meter_profile_update; > + rte_mtr_policer_action_update; > + rte_mtr_stats_update; > + rte_mtr_stats_read; > + > +} DPDK_17.08; This API is experimental. So you should not version it in 17.11. You can look how it was done for EAL: EXPERIMENTAL { global: ... } DPDK_17.11;