patch 'meter: fix RFC4115 trTCM API Doxygen' has been queued to stable release 21.11.6

Kevin Traynor ktraynor at redhat.com
Thu Nov 16 14:23:32 CET 2023


Hi,

FYI, your patch has been queued to stable release 21.11.6

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 11/21/23. So please
shout if anyone has objections.

Also note that after the patch there's a diff of the upstream commit vs the
patch applied to the branch. This will indicate if there was any rebasing
needed to apply to the stable branch. If there were code changes for rebasing
(ie: not only metadata diffs), please double check that the rebase was
correctly done.

Queued patches are on a temporary branch at:
https://github.com/kevintraynor/dpdk-stable

This queued commit can be viewed at:
https://github.com/kevintraynor/dpdk-stable/commit/616bc19c65b8024d4391bc09f8eb894961671efc

Thanks.

Kevin

---
>From 616bc19c65b8024d4391bc09f8eb894961671efc Mon Sep 17 00:00:00 2001
From: Stephen Hemminger <stephen at networkplumber.org>
Date: Mon, 23 Oct 2023 19:54:11 -0700
Subject: [PATCH] meter: fix RFC4115 trTCM API Doxygen

[ upstream commit d053bcdafd347a6735d47b1f0139e9c268f56972 ]

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: 30512af820fe ("meter: remove experimental flag from RFC4115 trTCM API")

Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu at intel.com>
---
 lib/meter/rte_meter.h | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/lib/meter/rte_meter.h b/lib/meter/rte_meter.h
index 62c8c1ecc2..c6a25208b7 100644
--- a/lib/meter/rte_meter.h
+++ b/lib/meter/rte_meter.h
@@ -129,7 +129,4 @@ rte_meter_trtcm_profile_config(struct rte_meter_trtcm_profile *p,
 	struct rte_meter_trtcm_params *params);
 /**
- * @warning
- * @b EXPERIMENTAL: this API may change without prior notice
- *
  * trTCM RFC 4115 profile configuration
  *
@@ -175,7 +172,4 @@ rte_meter_trtcm_config(struct rte_meter_trtcm *m,
 
 /**
- * @warning
- * @b EXPERIMENTAL: this API may change without prior notice
- *
  * trTCM RFC 4115 configuration per metered traffic flow
  *
@@ -278,7 +272,4 @@ rte_meter_trtcm_color_aware_check(struct rte_meter_trtcm *m,
 
 /**
- * @warning
- * @b EXPERIMENTAL: this API may change without prior notice
- *
  * trTCM RFC4115 color blind traffic metering
  *
@@ -302,7 +293,4 @@ rte_meter_trtcm_rfc4115_color_blind_check(
 
 /**
- * @warning
- * @b EXPERIMENTAL: this API may change without prior notice
- *
  * trTCM RFC4115 color aware traffic metering
  *
-- 
2.41.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2023-11-16 13:21:53.737272534 +0000
+++ 0050-meter-fix-RFC4115-trTCM-API-Doxygen.patch	2023-11-16 13:21:52.514946561 +0000
@@ -1 +1 @@
-From d053bcdafd347a6735d47b1f0139e9c268f56972 Mon Sep 17 00:00:00 2001
+From 616bc19c65b8024d4391bc09f8eb894961671efc Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit d053bcdafd347a6735d47b1f0139e9c268f56972 ]
+
@@ -22 +24 @@
-index 6ba9967436..bd68cbe389 100644
+index 62c8c1ecc2..c6a25208b7 100644
@@ -25 +27 @@
-@@ -125,7 +125,4 @@ rte_meter_trtcm_profile_config(struct rte_meter_trtcm_profile *p,
+@@ -129,7 +129,4 @@ rte_meter_trtcm_profile_config(struct rte_meter_trtcm_profile *p,
@@ -33 +35 @@
-@@ -171,7 +168,4 @@ rte_meter_trtcm_config(struct rte_meter_trtcm *m,
+@@ -175,7 +172,4 @@ rte_meter_trtcm_config(struct rte_meter_trtcm *m,
@@ -41 +43 @@
-@@ -274,7 +268,4 @@ rte_meter_trtcm_color_aware_check(struct rte_meter_trtcm *m,
+@@ -278,7 +272,4 @@ rte_meter_trtcm_color_aware_check(struct rte_meter_trtcm *m,
@@ -49 +51 @@
-@@ -298,7 +289,4 @@ rte_meter_trtcm_rfc4115_color_blind_check(
+@@ -302,7 +293,4 @@ rte_meter_trtcm_rfc4115_color_blind_check(



More information about the stable mailing list