]> git.droids-corp.org - dpdk.git/commitdiff
cryptodev: remove experimental label
authorFiona Trahe <fiona.trahe@intel.com>
Wed, 6 Apr 2016 11:05:08 +0000 (12:05 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 6 Apr 2016 17:00:57 +0000 (19:00 +0200)
The cryptodev API was introduced in the DPDK 2.2 release.
Since then it has
 - been reviewed and iterated for the DPDK 16.04 release
 - had extensive use by the l2fwd-crypto app,
the ipsec-secgw example app,
the test app.
We believe it is now stable and the EXPERIMENTAL label should be removed.

Signed-off-by: Fiona Trahe <fiona.trahe@intel.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
MAINTAINERS
config/common_base
lib/librte_cryptodev/rte_cryptodev.h

index 85d72caca65a9cc0a1cccd3b58b338f659d865ac..a7570cd6771bb95483506cb74f93abe8e98b01d3 100644 (file)
@@ -231,7 +231,7 @@ M: Thomas Monjalon <thomas.monjalon@6wind.com>
 F: lib/librte_ether/
 F: scripts/test-null.sh
 
-Crypto API - EXPERIMENTAL
+Crypto API
 M: Declan Doherty <declan.doherty@intel.com>
 F: lib/librte_cryptodev/
 F: app/test/test_cryptodev*
index abd6a643ff839034a23246257a671b86ac301926..0124e86c682a159782b21acd9ca45e1d49933da4 100644 (file)
@@ -327,7 +327,6 @@ CONFIG_RTE_PMD_PACKET_PREFETCH=y
 
 #
 # Compile generic crypto device library
-# EXPERIMENTAL: API may change without prior notice
 #
 CONFIG_RTE_LIBRTE_CRYPTODEV=y
 CONFIG_RTE_LIBRTE_CRYPTODEV_DEBUG=n
index 568ffbb2110fefb7e40c96e5feff520e6611b339..d47f1e877e010109404ced54cccef66f944f4511 100644 (file)
@@ -39,9 +39,6 @@
  *
  * Defines RTE Crypto Device APIs for the provisioning of cipher and
  * authentication operations.
- *
- * @b EXPERIMENTAL: this API may change without prior notice
- *
  */
 
 #ifdef __cplusplus