From: "Zhu, ShuaiX" <shuaix.zhu@intel.com>
To: "dts@dpdk.org" <dts@dpdk.org>
Cc: "Zhu, ShuaiX" <shuaix.zhu@intel.com>
Subject: Re: [dts] [PATCH V2] tests/pvp_qemu_multi_paths_port_restart:add create_eal_parameters function.
Date: Fri, 28 Feb 2020 01:32:42 +0000 [thread overview]
Message-ID: <9a6f9fd4b51c477ca97655df7fe9733b@intel.com> (raw)
In-Reply-To: <1582853558-66855-2-git-send-email-shuaix.zhu@intel.com>
[-- Attachment #1: Type: text/plain, Size: 2931 bytes --]
Tested-by: Zhu, ShuaiX <shuaix.zhu@intel.com>
> -----Original Message-----
> From: Zhu, ShuaiX
> Sent: Friday, February 28, 2020 9:33 AM
> To: dts@dpdk.org
> Cc: Zhu, ShuaiX <shuaix.zhu@intel.com>
> Subject: [dts][PATCH V2] tests/pvp_qemu_multi_paths_port_restart:add
> create_eal_parameters function.
>
>
>
> Signed-off-by: zhu,shuai <shuaix.zhu@intel.com>
> ---
> .../TestSuite_pvp_qemu_multi_paths_port_restart.py | 14 ++++++--------
> 1 file changed, 6 insertions(+), 8 deletions(-)
>
> diff --git a/tests/TestSuite_pvp_qemu_multi_paths_port_restart.py
> b/tests/TestSuite_pvp_qemu_multi_paths_port_restart.py
> index ea2e1cd..601000e 100644
> --- a/tests/TestSuite_pvp_qemu_multi_paths_port_restart.py
> +++ b/tests/TestSuite_pvp_qemu_multi_paths_port_restart.py
> @@ -61,7 +61,6 @@ class TestPVPQemuMultiPathPortRestart(TestCase):
> self.ports_socket = self.dut.get_numa_id(self.dut_ports[0])
> self.core_list = self.dut.get_core_list(
> self.core_config, socket=self.ports_socket)
> - self.core_mask = utils.create_mask(self.core_list)
> self.dst_mac = self.dut.get_mac_address(self.dut_ports[0])
> self.vm_dut = None
> self.virtio1_mac = "52:54:00:00:00:01"
> @@ -72,6 +71,7 @@ class TestPVPQemuMultiPathPortRestart(TestCase):
> self.tester.send_expect('mkdir -p %s' % self.out_path, '# ')
> # create an instance to set stream field setting
> self.pktgen_helper = PacketGeneratorHelper()
> + self.pci_info = self.dut.ports_info[0]['pci']
>
> def set_up(self):
> """
> @@ -94,13 +94,11 @@ class TestPVPQemuMultiPathPortRestart(TestCase):
> """
> self.dut.send_expect("killall -s INT testpmd", "#")
> self.dut.send_expect("rm -rf ./vhost-net*", "#")
> - command_client = self.dut.target + "/app/testpmd " + \
> - " -n %d -c %s --socket-mem 1024,1024 " + \
> - " --legacy-mem --file-prefix=vhost " + \
> - " --vdev 'net_vhost0,iface=vhost-net,queues=1' " +
> \
> - " -- -i --nb-cores=1 --txd=1024 --rxd=1024"
> - command_line_client = command_client % (
> - self.dut.get_memory_channels(), self.core_mask)
> + testcmd = self.dut.target + "/app/testpmd "
> + vdev = [r"'net_vhost0,iface=vhost-net,queues=1'"]
> + eal_params = self.dut.create_eal_parameters(cores=self.core_list,
> prefix='vhost', ports=[self.pci_info], vdevs=vdev)
> + para = " -- -i --nb-cores=1 --txd=1024 --rxd=1024"
> + command_line_client = testcmd + eal_params + para
> self.vhost.send_expect(command_line_client, "testpmd> ", 120)
> self.vhost.send_expect("set fwd mac", "testpmd> ", 120)
> self.vhost.send_expect("start", "testpmd> ", 120)
> --
> 2.17.2
[-- Attachment #2: TestPVPQemuMultiPathPortRestart.log --]
[-- Type: application/octet-stream, Size: 1165024 bytes --]
next prev parent reply other threads:[~2020-02-28 1:33 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-28 1:32 [dts] [PATCH V2] tests/pvp_diff_qemu_version:add " zhu,shuai
2020-02-28 1:30 ` Zhu, ShuaiX
2020-02-28 1:32 ` [dts] [PATCH V2] tests/pvp_qemu_multi_paths_port_restart:add " zhu,shuai
2020-02-28 1:32 ` Zhu, ShuaiX [this message]
2020-03-03 7:24 ` Tu, Lijuan
2020-02-28 1:32 ` [dts] [PATCH V2] tests/pvp_virtio_user_2M_hugepages:add " zhu,shuai
2020-02-28 1:32 ` Zhu, ShuaiX
2020-03-03 7:24 ` Tu, Lijuan
2020-02-28 1:32 ` [dts] [PATCH V2] tests/virtio_pvp_regression:add " zhu,shuai
2020-02-28 1:31 ` Zhu, ShuaiX
2020-03-03 7:24 ` Tu, Lijuan
2020-02-28 1:32 ` [dts] [PATCH V2] tests/virtio_user_as_exceptional_path:add " zhu,shuai
2020-02-28 1:34 ` Zhu, ShuaiX
2020-03-03 7:24 ` Tu, Lijuan
2020-02-28 1:32 ` [dts] [PATCH V2] tests/vm2vm_virtio_pmd:add " zhu,shuai
2020-02-28 1:35 ` Zhu, ShuaiX
2020-03-03 7:24 ` 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=9a6f9fd4b51c477ca97655df7fe9733b@intel.com \
--to=shuaix.zhu@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).