[dpdk-dev] [PATCH 2/3] ethdev: add new rte_mtr API for traffic metering and policing

Dumitrescu, Cristian cristian.dumitrescu at intel.com
Fri Oct 6 12:03:14 CEST 2017



> -----Original Message-----
> From: Thomas Monjalon [mailto:thomas at monjalon.net]
> Sent: Thursday, September 21, 2017 2:20 PM
> To: Dumitrescu, Cristian <cristian.dumitrescu at intel.com>
> Cc: dev at dpdk.org; adrien.mazarguil at 6wind.com;
> jerin.jacob at caviumnetworks.com; hemant.agrawal at 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


More information about the dev mailing list