> -----Original Message----- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Thursday, September 21, 2017 2:20 PM > To: Dumitrescu, Cristian <cristian.dumitre...@intel.com> > Cc: dev@dpdk.org; adrien.mazarg...@6wind.com; > jerin.ja...@caviumnetworks.com; hemant.agra...@nxp.com > Subject: Re: [dpdk-dev] [PATCH 2/3] ethdev: add new rte_mtr API for traffic > metering and policing > > 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;
Hi Thomas, Done as requested in V2 sent yesterday. Let me know if you are OK with V2. Thanks, Cristian