test suite reviews and discussions
 help / color / mirror / Atom feed
From: "Xie, WeiX" <weix.xie@intel.com>
To: "dts@dpdk.org" <dts@dpdk.org>
Subject: Re: [dts] [PATCH V1] tests/virtio_user_as_exceptional_path:fix eal_params
Date: Fri, 13 Mar 2020 02:39:44 +0000	[thread overview]
Message-ID: <6FD6A7610D20924F885A4ECF34E8AC91045C8BBE@CDSMSX102.ccr.corp.intel.com> (raw)
In-Reply-To: <1584005679-37807-1-git-send-email-weix.xie@intel.com>

Ignore this version.

Regards,
Xie Wei


-----Original Message-----
From: Xie, WeiX 
Sent: Thursday, March 12, 2020 5:35 PM
To: dts@dpdk.org
Cc: Xie, WeiX <weix.xie@intel.com>
Subject: [dts][PATCH V1] tests/virtio_user_as_exceptional_path:fix eal_params


Signed-off-by: Xie Wei <weix.xie@intel.com>
---
 tests/TestSuite_virtio_user_as_exceptional_path.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_virtio_user_as_exceptional_path.py b/tests/TestSuite_virtio_user_as_exceptional_path.py
index c1af852..edcc963 100644
--- a/tests/TestSuite_virtio_user_as_exceptional_path.py
+++ b/tests/TestSuite_virtio_user_as_exceptional_path.py
@@ -114,7 +114,7 @@ class TestVirtioUserAsExceptionalPath(TestCase):
         core_mask = cores_list[0:2]
         testcmd = self.target + "/app/testpmd "
         vdev = "--vdev=virtio_user0,mac=%s,path=/dev/vhost-net," % self.virtio_mac
-        eal_params = self.dut.create_eal_parameters(cores=core_mask, ports=[self.pci0])
+        eal_params = self.dut.create_eal_parameters(cores=core_mask, ports=[self.pci])
         para = " queue_size=1024,queues=%s -- -i --rxd=1024 --txd=1024 %s" % (self.queue, comment)
         self.testcmd_start = testcmd + eal_params + vdev + para
         self.vhost_user = self.dut.new_session(suite="user")
-- 
2.17.2


      reply	other threads:[~2020-03-13  2:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-12  9:34 Xie Wei
2020-03-13  2:39 ` Xie, WeiX [this message]

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=6FD6A7610D20924F885A4ECF34E8AC91045C8BBE@CDSMSX102.ccr.corp.intel.com \
    --to=weix.xie@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).