Re: [dpdk-dev] [PATCH] meter: remove experimental from profile APIs

2018-08-05 Thread Thomas Monjalon
> > 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 > > T

Re: [dpdk-dev] [PATCH] meter: remove experimental from profile APIs

2018-08-01 Thread Dumitrescu, Cristian
> -Original Message- > From: Kevin Traynor [mailto:ktray...@redhat.com] > Sent: Wednesday, August 1, 2018 4:31 PM > To: Dumitrescu, Cristian > Cc: dev@dpdk.org; Kevin Traynor > Subject: [PATCH] meter: remove experimental from profile APIs > > As per guideline that new APIs must be exp

[dpdk-dev] [PATCH] meter: remove experimental from profile APIs

2018-08-01 Thread Kevin Traynor
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 --- examples/qos_meter/Makefile