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

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

diff --git a/tests/TestSuite_vhost_loopback_performance_virtio_user.py b/tests/TestSuite_vhost_loopback_performance_virtio_user.py
index 4f2851f..016f06a 100644
--- a/tests/TestSuite_vhost_loopback_performance_virtio_user.py
+++ b/tests/TestSuite_vhost_loopback_performance_virtio_user.py
@@ -79,7 +79,7 @@ class TestVhostLoopback(TestCase):
         Benchmark performance for frame_sizes.
         """
         self.result_table_create(self.header_row)
-        # Modify the driver file to disbale the Mergeable, then re-compile the DPDK and back up the original driver file
+        # Modify the driver file to disable the Mergeable, then re-compile the DPDK and back up the original driver file
         for frame_size in self.frame_sizes:
             # Back up the original driver file
             self.dut.send_expect("cp ./drivers/net/virtio/virtio_ethdev.h ./", "#", 30)
@@ -140,7 +140,7 @@ class TestVhostLoopback(TestCase):
         """
         self.result_table_create(self.header_row)
         for frame_size in self.frame_sizes:
-            # Modify the driver file to disbale the Mergeable, then re-compile the DPDK and back up the original driver file
+            # Modify the driver file to disable the Mergeable, then re-compile the DPDK and back up the original driver file
             self.dut.send_expect("cp ./drivers/net/virtio/virtio_ethdev.h ./", "#", 30)
             self.dut.send_expect("sed -i '/VIRTIO_NET_F_MRG_RXBUF/d' ./drivers/net/virtio/virtio_ethdev.h", "#", 30)
             self.change_testpmd_size = "sed -i -e 's/#define TXONLY_DEF_PACKET_LEN .*$/#define TXONLY_DEF_PACKET_LEN %d/' ./app/test-pmd/testpmd.h" % frame_size
@@ -199,7 +199,7 @@ class TestVhostLoopback(TestCase):
 
         self.result_table_create(self.header_row)
         for frame_size in self.frame_sizes:
-            # Modify the driver file to disbale the Mergeable, then re-compile the DPDK and back up the original driver file
+            # Modify the driver file to disable the Mergeable, then re-compile the DPDK and back up the original driver file
             self.dut.send_expect("cp ./drivers/net/virtio/virtio_ethdev.h ./", "#", 30)
             self.dut.send_expect("sed -i '/VIRTIO_NET_F_MRG_RXBUF/d' ./drivers/net/virtio/virtio_ethdev.h", "#", 30)
             self.change_testpmd_size = "sed -i -e 's/#define TXONLY_DEF_PACKET_LEN .*$/#define TXONLY_DEF_PACKET_LEN %d/' ./app/test-pmd/testpmd.h" % frame_size
-- 
2.19.2

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

only message in thread, other threads:[~2019-01-19 12:47 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:46 [dts] [PATCH] tests/vhost_loopback_performance_virtio_user: 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).