]> git.droids-corp.org - dpdk.git/blobdiff - drivers/crypto/scheduler/rte_cryptodev_scheduler.h
net/atlantic: add link status and interrupt management
[dpdk.git] / drivers / crypto / scheduler / rte_cryptodev_scheduler.h
index 1c164da7c11ee1693712b5933c15d63f1f88e746..3faea4099e408cbee7f45e660cb01a8389378c63 100644 (file)
@@ -76,6 +76,7 @@ enum rte_cryptodev_schedule_option_type {
 /**
  * Threshold option structure
  */
+#define RTE_CRYPTODEV_SCHEDULER_PARAM_THRES    "threshold"
 struct rte_cryptodev_scheduler_threshold_option {
        uint32_t threshold;     /**< Threshold for packet-size mode */
 };