]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_cryptodev/rte_cryptodev.h
cryptodev: add scheduler PMD name and type
[dpdk.git] / lib / librte_cryptodev / rte_cryptodev.h
index 693044236aade6447d6400f85837ae9f7d7a5c2d..73d06f62f28b3c37c490f56d26d8005420569325 100644 (file)
@@ -68,6 +68,8 @@ extern "C" {
 /**< KASUMI PMD device name */
 #define CRYPTODEV_NAME_ARMV8_PMD       crypto_armv8
 /**< ARMv8 Crypto PMD device name */
+#define CRYPTODEV_NAME_SCHEDULER_PMD   crypto_scheduler
+/**< Scheduler Crypto PMD device name */
 
 /** Crypto device type */
 enum rte_cryptodev_type {
@@ -80,6 +82,7 @@ enum rte_cryptodev_type {
        RTE_CRYPTODEV_ZUC_PMD,          /**< ZUC PMD */
        RTE_CRYPTODEV_OPENSSL_PMD,    /**<  OpenSSL PMD */
        RTE_CRYPTODEV_ARMV8_PMD,        /**< ARMv8 crypto PMD */
+       RTE_CRYPTODEV_SCHEDULER_PMD,    /**< Crypto Scheduler PMD */
 };
 
 extern const char **rte_cyptodev_names;