diff mbox series

rawdev: fix to remove EXPERIMENTAL from comment

Message ID 20200707065350.12116-1-hemant.agrawal@nxp.com
State New
Headers show
Series rawdev: fix to remove EXPERIMENTAL from comment | expand

Commit Message

Hemant Agrawal July 7, 2020, 6:53 a.m. UTC
The experimental tags were removed, but the comment
is still having API classification as EXPERIMENTAL

Fixes: 931cc531aad2 ("rawdev: remove experimental tag")
Cc: stable@dpdk.org

Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>

---
 lib/librte_rawdev/rte_rawdev.h     | 3 ---
 lib/librte_rawdev/rte_rawdev_pmd.h | 3 ---
 2 files changed, 6 deletions(-)

-- 
2.17.1

Comments

Thomas Monjalon July 7, 2020, 7:22 a.m. UTC | #1
07/07/2020 08:53, Hemant Agrawal:
> The experimental tags were removed, but the comment

> is still having API classification as EXPERIMENTAL

> 

> Fixes: 931cc531aad2 ("rawdev: remove experimental tag")

> Cc: stable@dpdk.org

> 

> Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>

> ---

>  lib/librte_rawdev/rte_rawdev.h     | 3 ---

>  lib/librte_rawdev/rte_rawdev_pmd.h | 3 ---

>  2 files changed, 6 deletions(-)


Also in MAINTAINERS:
	Raw device API - EXPERIMENTAL
diff mbox series

Patch

diff --git a/lib/librte_rawdev/rte_rawdev.h b/lib/librte_rawdev/rte_rawdev.h
index ed011ca22..7a1f3213e 100644
--- a/lib/librte_rawdev/rte_rawdev.h
+++ b/lib/librte_rawdev/rte_rawdev.h
@@ -12,9 +12,6 @@ 
  *
  * This API allow applications to configure and use generic devices having
  * no specific type already available in DPDK.
- *
- * @warning
- * @b EXPERIMENTAL: this API may change without prior notice
  */
 
 #ifdef __cplusplus
diff --git a/lib/librte_rawdev/rte_rawdev_pmd.h b/lib/librte_rawdev/rte_rawdev_pmd.h
index cb3555ab5..4395a2182 100644
--- a/lib/librte_rawdev/rte_rawdev_pmd.h
+++ b/lib/librte_rawdev/rte_rawdev_pmd.h
@@ -11,9 +11,6 @@ 
  * @note
  * Driver facing APIs for a raw device. These are not to be called directly by
  * any application.
- *
- * @warning
- * @b EXPERIMENTAL: this API may change without prior notice
  */
 
 #ifdef __cplusplus