[dts] [PATCH V1 1/1] l3fwd: fix nic name typo

yufengmx yufengx.mo at intel.com
Tue Feb 25 09:04:07 CET 2020


::fix nic name typo.

Signed-off-by: yufengmx <yufengx.mo at intel.com>
---
 tests/l3fwd_base.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/l3fwd_base.py b/tests/l3fwd_base.py
index 4eb823c..5e3b68d 100644
--- a/tests/l3fwd_base.py
+++ b/tests/l3fwd_base.py
@@ -336,7 +336,7 @@ class L3fwdBase(object):
 
     def __preset_compilation(self):
         # Update config file and rebuild to get best perf on FVL
-        if self.nic in ["fortville_sprit", "fortville_eagle", "fortville_25g"]:
+        if self.nic in ["fortville_spirit", "fortville_eagle", "fortville_25g"]:
             self.d_con(
                 ("sed -i -e 's/"
                  "CONFIG_RTE_LIBRTE_I40E_16BYTE_RX_DESC=n/"
-- 
2.21.0



More information about the dts mailing list