aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/scheduler/rte_cryptodev_scheduler.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/crypto/scheduler/rte_cryptodev_scheduler.h')
-rw-r--r--drivers/crypto/scheduler/rte_cryptodev_scheduler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/crypto/scheduler/rte_cryptodev_scheduler.h b/drivers/crypto/scheduler/rte_cryptodev_scheduler.h
index 1c164da7..3faea409 100644
--- a/drivers/crypto/scheduler/rte_cryptodev_scheduler.h
+++ b/drivers/crypto/scheduler/rte_cryptodev_scheduler.h
@@ -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 */
};