aboutsummaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
Diffstat (limited to 'platform')
-rw-r--r--platform/linux-dpdk/test/crypto.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/platform/linux-dpdk/test/crypto.conf b/platform/linux-dpdk/test/crypto.conf
new file mode 100644
index 000000000..25e0652bf
--- /dev/null
+++ b/platform/linux-dpdk/test/crypto.conf
@@ -0,0 +1,8 @@
+# Mandatory fields
+odp_implementation = "linux-dpdk"
+config_file_version = "0.1.12"
+
+system: {
+ # One crypto queue pair is required per thread for lockless operation
+ thread_count_max = 8
+}