service: remove experimental banner in API description

Message ID 1563879609-2720-1-git-send-email-david.marchand@redhat.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series service: remove experimental banner in API description |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/iol-Compile-Testing success Compile Testing PASS
ci/Intel-compilation fail Compilation issues
ci/intel-Performance-Testing success Performance Testing PASS
ci/mellanox-Performance-Testing success Performance Testing PASS

Commit Message

David Marchand July 23, 2019, 11 a.m. UTC
  This was missed when promoting this API to stable.

Fixes: 7a0ac7cdb454 ("service: promote experimental functions to stable")

Signed-off-by: David Marchand <david.marchand@redhat.com>
---
 lib/librte_eal/common/include/rte_service.h | 3 ---
 1 file changed, 3 deletions(-)
  

Comments

Eads, Gage July 23, 2019, 1:27 p.m. UTC | #1
Thanks David.

> -----Original Message-----
> From: David Marchand [mailto:david.marchand@redhat.com]
> Sent: Tuesday, July 23, 2019 6:00 AM
> To: dev@dpdk.org
> Cc: Eads, Gage <gage.eads@intel.com>; Van Haaren, Harry
> <harry.van.haaren@intel.com>
> Subject: [PATCH] service: remove experimental banner in API description
> 
> This was missed when promoting this API to stable.
> 
> Fixes: 7a0ac7cdb454 ("service: promote experimental functions to stable")
> 
> Signed-off-by: David Marchand <david.marchand@redhat.com>
> ---

Acked-by: Gage Eads <gage.eads@intel.com>
  
Thomas Monjalon July 29, 2019, 8:39 p.m. UTC | #2
> > This was missed when promoting this API to stable.
> > 
> > Fixes: 7a0ac7cdb454 ("service: promote experimental functions to stable")
> > 
> > Signed-off-by: David Marchand <david.marchand@redhat.com>
> 
> Acked-by: Gage Eads <gage.eads@intel.com>

Applied, thanks
  

Patch

diff --git a/lib/librte_eal/common/include/rte_service.h b/lib/librte_eal/common/include/rte_service.h
index ed5b65e..d8701dd 100644
--- a/lib/librte_eal/common/include/rte_service.h
+++ b/lib/librte_eal/common/include/rte_service.h
@@ -400,9 +400,6 @@  int32_t rte_service_attr_get(uint32_t id, uint32_t attr_id,
 			   uint64_t *attr_value);
 
 /**
- * @warning
- * @b EXPERIMENTAL: this API may change without prior notice
- *
  * Reset all attribute values of a service core.
  *
  * @param lcore The service core to reset all the statistics of