]> git.droids-corp.org - dpdk.git/commitdiff
rawdev: remove remaining experimental tags
authorHemant Agrawal <hemant.agrawal@nxp.com>
Tue, 7 Jul 2020 08:54:07 +0000 (14:24 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 7 Jul 2020 10:54:22 +0000 (12:54 +0200)
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>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: David Marchand <david.marchand@redhat.com>
MAINTAINERS
lib/librte_rawdev/rte_rawdev.h
lib/librte_rawdev/rte_rawdev_pmd.h

index 27fcd6d648b1a7b0d87c57c0051c04f8ddfa12e6..6ba02d73aa4ce64bce3940abe0259218138e221b 100644 (file)
@@ -490,7 +490,7 @@ F: lib/librte_eventdev/*crypto_adapter*
 F: app/test/test_event_crypto_adapter.c
 F: doc/guides/prog_guide/event_crypto_adapter.rst
 
-Raw device API - EXPERIMENTAL
+Raw device API
 M: Nipun Gupta <nipun.gupta@nxp.com>
 M: Hemant Agrawal <hemant.agrawal@nxp.com>
 F: lib/librte_rawdev/
index ed011ca22887a68af7d8f6f635f77a22bea8817d..7a1f3213e97d997a0478fbaacf0d9460331e8327 100644 (file)
@@ -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
index cb3555ab50cc66c2085e04b8b026ab9e8f505b7b..4395a2182dedd25bfc69275f7bf48fa7e31a595a 100644 (file)
@@ -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