Skip to content

Commit d053bcd

Browse files
shemmingerdavid-marchand
authored andcommitted
meter: fix RFC4115 trTCM API Doxygen
The API's for rte_meter_trtcm were documented as experimental with warning in documentation but the API's were not marked as experimental in version.map and/or with __rte_experimental. This patch removes the warnings from the docbook comment. Fixes: 30512af ("meter: remove experimental flag from RFC4115 trTCM API") Signed-off-by: Stephen Hemminger <[email protected]> Acked-by: Bruce Richardson <[email protected]> Acked-by: Cristian Dumitrescu <[email protected]>
1 parent 79a4c2c commit d053bcd

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

lib/meter/rte_meter.h

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,6 @@ int
124124
rte_meter_trtcm_profile_config(struct rte_meter_trtcm_profile *p,
125125
struct rte_meter_trtcm_params *params);
126126
/**
127-
* @warning
128-
* @b EXPERIMENTAL: this API may change without prior notice
129-
*
130127
* trTCM RFC 4115 profile configuration
131128
*
132129
* @param p
@@ -170,9 +167,6 @@ rte_meter_trtcm_config(struct rte_meter_trtcm *m,
170167
struct rte_meter_trtcm_profile *p);
171168

172169
/**
173-
* @warning
174-
* @b EXPERIMENTAL: this API may change without prior notice
175-
*
176170
* trTCM RFC 4115 configuration per metered traffic flow
177171
*
178172
* @param m
@@ -273,9 +267,6 @@ rte_meter_trtcm_color_aware_check(struct rte_meter_trtcm *m,
273267
enum rte_color pkt_color);
274268

275269
/**
276-
* @warning
277-
* @b EXPERIMENTAL: this API may change without prior notice
278-
*
279270
* trTCM RFC4115 color blind traffic metering
280271
*
281272
* @param m
@@ -297,9 +288,6 @@ rte_meter_trtcm_rfc4115_color_blind_check(
297288
uint32_t pkt_len);
298289

299290
/**
300-
* @warning
301-
* @b EXPERIMENTAL: this API may change without prior notice
302-
*
303291
* trTCM RFC4115 color aware traffic metering
304292
*
305293
* @param m

0 commit comments

Comments
 (0)