Re: [PATCH v2 15/29] meter: remove experimental warning from comments

2023-10-18 Thread David Marchand
On Wed, Aug 9, 2023 at 2:12 AM Stephen Hemminger wrote: > > The API's for rte_meter_trtcm were never properly flagged > as experimental; missing __rte_experimental but there was The 4115 trtcm API was properly marked experimental in the past. See commit 655796d2b5fb ("meter: support RFC4115 trTCM

Re: [PATCH v2 15/29] meter: remove experimental warning from comments

2023-10-18 Thread Bruce Richardson
On Tue, Aug 08, 2023 at 05:10:03PM -0700, Stephen Hemminger wrote: > The API's for rte_meter_trtcm were never properly flagged > as experimental; missing __rte_experimental but there was > an experimental comment in the docbook comment. > Remove the comment. > > Signed-off-by: Stephen Hemminger >