test suite reviews and discussions
 help / color / mirror / Atom feed
From: "Liu, Yong" <yong.liu@intel.com>
To: "Yao, Lei A" <lei.a.yao@intel.com>, "dts@dpdk.org" <dts@dpdk.org>
Cc: "Yao, Lei A" <lei.a.yao@intel.com>
Subject: Re: [dts] [PATCH V3] test: add vhost/virtio pvp performance test
Date: Thu, 22 Dec 2016 01:12:21 +0000	[thread overview]
Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E62D2D521@SHSMSX103.ccr.corp.intel.com> (raw)
In-Reply-To: <1482368913-9697-1-git-send-email-lei.a.yao@intel.com>

Lei, still one comment.

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of lei,yao
> Sent: Thursday, December 22, 2016 9:09 AM
> To: dts@dpdk.org
> Cc: Yao, Lei A
> Subject: [dts] [PATCH V3] test: add vhost/virtio pvp performance test
> 
> From: lei yao <lei.a.yao@intel.com>
> 
> The test case include 2 part:
> 1. virtio 0.95 performance test
> virtio0.95 is the default version for qemu. Vector, normal, mergeable path
> will be tested on this version
> 2. Test vector performance on virtio 1.0.
> 
> Signed-off-by: lei yao <lei.a.yao@intel.com>
> ---
>  tests/TestSuite_vhost_qemu_pvp_performance.py | 307
> ++++++++++++++++++++++++++
>  1 file changed, 307 insertions(+)
>  create mode 100644 tests/TestSuite_vhost_qemu_pvp_performance.py
> 
> diff --git a/tests/TestSuite_vhost_qemu_pvp_performance.py
> b/tests/TestSuite_vhost_qemu_pvp_performance.py
> new file mode 100644
> index 0000000..6b23ba5
> --- /dev/null
> +++ b/tests/TestSuite_vhost_qemu_pvp_performance.py
> +
> +        self.frame_sizes = [64, 128, 256, 512, 1024, 1500]
> +        self.vm_testpmd_vector = "./x86_64-native-linuxapp-
> gcc/app/testpmd -c 0x3 -n 3" \
> +                                 + " -- -i --txqflags=0xf01 --disable-hw-
> vlan-filter"
> +        self.vm_testpmd_normal = "./x86_64-native-linuxapp-
> gcc/app/testpmd -c 0x3 -n 3" \
> +                                 + " -- -i --txqflags=0xf00 --disable-hw-
> vlan-filter"


Please use self.target replace of x86_64-native-linuxapp-gcc. We should use configured target for dpdk application path.

      reply	other threads:[~2016-12-22  1:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-22  1:08 lei,yao
2016-12-22  1:12 ` Liu, Yong [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=86228AFD5BCD8E4EBFD2B90117B5E81E62D2D521@SHSMSX103.ccr.corp.intel.com \
    --to=yong.liu@intel.com \
    --cc=dts@dpdk.org \
    --cc=lei.a.yao@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).