From: "Tu, Lijuan" <lijuan.tu@intel.com>
To: "Zhu, ShuaiX" <shuaix.zhu@intel.com>, "dts@dpdk.org" <dts@dpdk.org>
Cc: "Zhu, WenhuiX" <wenhuix.zhu@intel.com>,
"Zhu, ShuaiX" <shuaix.zhu@intel.com>
Subject: Re: [dts] [PATCH V1] tests/pvp_virtio_user_4k_pages:Modify the class name.
Date: Wed, 18 Sep 2019 05:07:00 +0000 [thread overview]
Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BB23A8E@SHSMSX101.ccr.corp.intel.com> (raw)
In-Reply-To: <1567668015-148748-1-git-send-email-shuaix.zhu@intel.com>
Applied, thanks
> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhu,shuai
> Sent: Thursday, September 5, 2019 3:20 PM
> To: dts@dpdk.org
> Cc: Zhu, WenhuiX <wenhuix.zhu@intel.com>; Zhu, ShuaiX
> <shuaix.zhu@intel.com>
> Subject: [dts] [PATCH V1] tests/pvp_virtio_user_4k_pages:Modify the class
> name.
>
> The test suite does not match the class name, and the class name is
> modified.
>
> Signed-off-by: zhu,shuai <shuaix.zhu@intel.com>
> ---
> tests/TestSuite_pvp_virtio_user_4k_pages.py | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/tests/TestSuite_pvp_virtio_user_4k_pages.py
> b/tests/TestSuite_pvp_virtio_user_4k_pages.py
> index 11079a4..0395d02 100644
> --- a/tests/TestSuite_pvp_virtio_user_4k_pages.py
> +++ b/tests/TestSuite_pvp_virtio_user_4k_pages.py
> @@ -41,7 +41,7 @@ from packet import Packet, save_packets from pktgen
> import PacketGeneratorHelper
>
>
> -class TestPVPVirtioWith2Mhuge(TestCase):
> +class TestPvpVirtioUser4kPages(TestCase):
>
> def set_up_all(self):
> """
> @@ -134,9 +134,9 @@ class TestPVPVirtioWith2Mhuge(TestCase):
> command_line_client = "%s/app/testpmd -c %s -n %d " + \
> "--file-prefix=vhost -m 1024 --no-huge " + \
> "--vdev 'net_vhost0,iface=vhost-net,queues=1' -- -i " + \
> - "--no-numa --socket-num=0"
> + "--no-numa --socket-num=%d"
> command_line_client = command_line_client % (self.target,
> - self.core_mask_vhost_user, self.mem_channels)
> + self.core_mask_vhost_user,
> + self.mem_channels, self.ports_socket)
> self.vhost_user.send_expect(command_line_client, "testpmd> ", 120)
> self.vhost_user.send_expect("start", "testpmd> ", 120)
>
> --
> 2.17.2
prev parent reply other threads:[~2019-09-18 5:07 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-05 7:20 zhu,shuai
2019-09-05 7:18 ` Zhu, WenhuiX
2019-09-18 5:07 ` Tu, Lijuan [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=8CE3E05A3F976642AAB0F4675D0AD20E0BB23A8E@SHSMSX101.ccr.corp.intel.com \
--to=lijuan.tu@intel.com \
--cc=dts@dpdk.org \
--cc=shuaix.zhu@intel.com \
--cc=wenhuix.zhu@intel.com \
/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).