[dts] [PATCH V3] test: add vhost/virtio pvp performance test

Liu, Yong yong.liu at intel.com
Thu Dec 22 02:12:21 CET 2016


Lei, still one comment.

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of lei,yao
> Sent: Thursday, December 22, 2016 9:09 AM
> To: dts at dpdk.org
> Cc: Yao, Lei A
> Subject: [dts] [PATCH V3] test: add vhost/virtio pvp performance test
> 
> From: lei yao <lei.a.yao at 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 at 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.




More information about the dts mailing list