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

Rami Rosen ramirose at gmail.com
Sat Jan 19 13:37:55 CET 2019


Signed-off-by: Rami Rosen <ramirose at gmail.com>
---
 tests/TestSuite_generic_filter.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/TestSuite_generic_filter.py b/tests/TestSuite_generic_filter.py
index 61422f8..d2793ab 100644
--- a/tests/TestSuite_generic_filter.py
+++ b/tests/TestSuite_generic_filter.py
@@ -603,7 +603,7 @@ class TestGeneric_filter(TestCase):
             out = self.dut.send_expect("stop", "testpmd> ")
             self.verify_result(out, tx_pkts="1", expect_queue="1")
 
-            # remove all filter
+            # remove all filters
 
             self.dut.send_expect(
                 "syn_filter %s del priority high queue 1" % valports[0], "testpmd> ")
@@ -695,7 +695,7 @@ class TestGeneric_filter(TestCase):
         self.tester.send_expect("ifconfig %s mtu %s" % (rxItf, 1500), "# ")
 
     def test_128_queues(self):
-        # testpmd can't support assign queue to received package, so can't test
+        # testpmd can't support assign queue to received packet, so can't test
         if self.kdriver == "ixgbe":
 	    self.dut.send_expect("sed -i -e 's/#define IXGBE_NONE_MODE_TX_NB_QUEUES 64$/#define IXGBE_NONE_MODE_TX_NB_QUEUES 128/' drivers/net/ixgbe/ixgbe_ethdev.h", "# ",30)
 	    self.dut.build_install_dpdk(self.target)
@@ -798,7 +798,7 @@ class TestGeneric_filter(TestCase):
                     pps_lists.append(pps)
                 self.result_table_add(
                     ["defult", key, pps_lists[0], pps_lists[1], (pps_lists[0] - pps_lists[1]) / float(pps_lists[1])])
-            # this is a TCP/IP package, need test different payload_size
+            # this is a TCP/IP packet, need to test different payload_size
             if ("5tuple" == key) and ("niantic" == self.nic):
                 for package_size in package_sizes:
                     payload_size = package_size - \
-- 
2.19.2



More information about the dts mailing list