gazelle/0211-add-flow_bifurcation-switch-in-lstack_cfg-file.patch
yinbin6 9730e4695d sync patch
(cherry picked from commit 0fd2caba5ff66e9305757e62eb1dc98349e777fd)
2024-07-10 11:03:51 +08:00

25 lines
636 B
Diff

From 4af8c587a4f5b861012cb2d1ca954af8e6872162 Mon Sep 17 00:00:00 2001
From: hantwofish <hankangkang5@huawei.com>
Date: Tue, 2 Jul 2024 15:26:48 +0800
Subject: [PATCH] add flow_bifurcation switch in lstack_cfg file
---
src/lstack/lstack.conf | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/lstack/lstack.conf b/src/lstack/lstack.conf
index c65a25d..490bdfc 100644
--- a/src/lstack/lstack.conf
+++ b/src/lstack/lstack.conf
@@ -15,6 +15,7 @@ stack_thread_mode="run-to-wakeup"
#ltran mode need add "--map-perfect" and "--legacy-mem" in dpdk_args
use_ltran=0
kni_switch=0
+flow_bifurcation=0
low_power_mode=0
--
2.33.0