[dts] [PATCH] tests/unit_tests_pmd_perf: fix typos

Rami Rosen ramirose at gmail.com
Sat Jan 19 13:45:04 CET 2019


Signed-off-by: Rami Rosen <ramirose at gmail.com>
---
 tests/TestSuite_unit_tests_pmd_perf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_unit_tests_pmd_perf.py b/tests/TestSuite_unit_tests_pmd_perf.py
index 1f7d83b..75c2a5f 100644
--- a/tests/TestSuite_unit_tests_pmd_perf.py
+++ b/tests/TestSuite_unit_tests_pmd_perf.py
@@ -67,7 +67,7 @@ class TestUnitTestsPmdPerf(TestCase):
         self.rxtx_modes = ['vector', 'scalar', 'full', 'hybrid']
         self.anchors = ['rxtx', 'rxonly', 'txonly']
 
-        # for better scalar performance data, need disble CONFIG_RTE_IXGBE_INC_VECTOR
+        # for better scalar performance data, need disable CONFIG_RTE_IXGBE_INC_VECTOR
         [arch, machine, env, toolchain] = self.target.split('-')
         self.dut.send_expect("sed -i -e 's/CONFIG_RTE_IXGBE_INC_VECTOR=y/CONFIG_RTE_IXGBE_INC_VECTOR=n/' config/common_%s" % env, "# ", 30)
         self.dut.build_install_dpdk(self.target)
-- 
2.19.2



More information about the dts mailing list