test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] tests/generic_filter: fix typos
@ 2019-01-19 12:37 Rami Rosen
  0 siblings, 0 replies; only message in thread
From: Rami Rosen @ 2019-01-19 12:37 UTC (permalink / raw)
  To: dts; +Cc: Rami Rosen

Signed-off-by: Rami Rosen <ramirose@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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-01-19 12:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-19 12:37 [dts] [PATCH] tests/generic_filter: fix typos Rami Rosen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).