From: Xiao Qimai <qimaix.xiao@intel.com>
To: dts@dpdk.org
Cc: Xiao Qimai <qimaix.xiao@intel.com>
Subject: [dts] [PATCH V1 2/3]virtio_pvp_regression: fix typo
Date: Mon, 29 Jun 2020 09:58:32 +0800 [thread overview]
Message-ID: <1593395913-21134-3-git-send-email-qimaix.xiao@intel.com> (raw)
In-Reply-To: <1593395913-21134-1-git-send-email-qimaix.xiao@intel.com>
Signed-off-by: Xiao Qimai <qimaix.xiao@intel.com>
---
tests/TestSuite_virtio_pvp_regression.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/TestSuite_virtio_pvp_regression.py b/tests/TestSuite_virtio_pvp_regression.py
index d9e0d30..225fc35 100644
--- a/tests/TestSuite_virtio_pvp_regression.py
+++ b/tests/TestSuite_virtio_pvp_regression.py
@@ -259,7 +259,7 @@ class TestVirtioPVPRegression(TestCase):
self.vhost.send_expect("set fwd mac", "testpmd> ", 30)
self.vhost.send_expect("start", "testpmd> ", 30)
- def start_testpmd_in_vm(self, vritio_path):
+ def start_testpmd_in_vm(self, virtio_path):
"""
Start testpmd in vm
"""
@@ -268,7 +268,7 @@ class TestVirtioPVPRegression(TestCase):
'please config it in %s.cfg' % self.suite_name)
if self.vm_dut is not None:
opt_args = ''
- if vritio_path in ['mergeable', 'normal']:
+ if virtio_path in ['mergeable', 'normal']:
opt_args = '--enable-hw-vlan-strip'
vm_testpmd = self.dut.target + "/app/testpmd -c 0x7 -n 4 " \
"-- -i %s --nb-cores=%s " \
--
1.8.3.1
next prev parent reply other threads:[~2020-06-29 2:06 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-29 1:58 [dts] [PATCH V1 0/3] " Xiao Qimai
2020-06-29 1:58 ` [dts] [PATCH V1 1/3]perf_vm2vm_virtio_net_perf: " Xiao Qimai
2020-06-29 1:58 ` Xiao Qimai [this message]
2020-06-29 1:58 ` [dts] [PATCH V1 3/3]vm2vm_virtio_net_perf: " Xiao Qimai
2020-06-29 2:07 ` [dts] [PATCH V1 0/3] " Xiao, QimaiX
2020-07-01 6:03 ` Tu, Lijuan
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=1593395913-21134-3-git-send-email-qimaix.xiao@intel.com \
--to=qimaix.xiao@intel.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).