test suite reviews and discussions
 help / color / mirror / Atom feed
From: Rami Rosen <ramirose@gmail.com>
To: dts@dpdk.org
Cc: Rami Rosen <ramirose@gmail.com>
Subject: [dts] [PATCH] tests/vhost_loopback_performance_virtio_user: fix typos
Date: Sat, 19 Jan 2019 14:46:59 +0200	[thread overview]
Message-ID: <20190119124659.12057-1-ramirose@gmail.com> (raw)

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

                 reply	other threads:[~2019-01-19 12:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190119124659.12057-1-ramirose@gmail.com \
    --to=ramirose@gmail.com \
    --cc=dts@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).