26 lines
619 B
Diff
26 lines
619 B
Diff
From c565ac1ced3eba745f22cdca849c3d38aaf386f1 Mon Sep 17 00:00:00 2001
|
|
From: compile_success <980965867@qq.com>
|
|
Date: Sat, 27 Jan 2024 02:22:11 +0000
|
|
Subject: [PATCH] set ltran
|
|
|
|
---
|
|
src/lstack/lstack.conf | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/lstack/lstack.conf b/src/lstack/lstack.conf
|
|
index fc49944..60f3ee5 100644
|
|
--- a/src/lstack/lstack.conf
|
|
+++ b/src/lstack/lstack.conf
|
|
@@ -12,7 +12,7 @@ dpdk_args=["--socket-mem", "2048,0,0,0", "--huge-dir", "/mnt/hugepages-lstack",
|
|
|
|
stack_thread_mode="run-to-wakeup"
|
|
|
|
-use_ltran=1
|
|
+use_ltran=0
|
|
kni_switch=0
|
|
|
|
low_power_mode=0
|
|
--
|
|
2.33.0
|
|
|