From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id CE3ECA0093; Fri, 22 May 2020 10:40:02 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AB1B01D928; Fri, 22 May 2020 10:40:02 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id AFC341D927 for ; Fri, 22 May 2020 10:40:00 +0200 (CEST) IronPort-SDR: cT5wmVvGqmqvYrD8Stgrqk8K9CNQh7Z4PCv/VgW/zmNBO5Wt+S84Gqw2dug+TGwvJ6/AOZUef+ lziqKVTlapOA== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 May 2020 01:39:59 -0700 IronPort-SDR: qN5qnXPZHgBM7WNa2HAINRp3KgmBa09CjKUl6sRBRXpbz0p5H7znJATyvlyqQh13/9H40n10ZC MmgpP98nWnVQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,421,1583222400"; d="scan'208";a="283336827" Received: from unknown (HELO xqm-virtio_tester.sh.intel.com) ([10.240.183.52]) by orsmga002.jf.intel.com with ESMTP; 22 May 2020 01:39:58 -0700 From: Xiao Qimai To: dts@dpdk.org Cc: Xiao Qimai Date: Fri, 22 May 2020 16:31:51 +0800 Message-Id: <1590136328-457243-1-git-send-email-qimaix.xiao@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dts] [PATCH V1 00/17] change virtio case mpps verification value X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" *. change verify mpps from 0 to a certain value to avoid misc packet interfeer Xiao Qimai (17): change verfiy mpps to largger than 0.5 change verfiy mpps to largger than 5 change verfiy mpps to largger than 0.5 change verified mpps value according to linerate change verified mpps value according to linerate change verified mpps value according to linerate change verified mpps value according to linerate change verified mpps value according to linerate change verified mpps value according to linerate change verified mpps value according to linerate change verified mpps value according to linerate change verified mpps value according to linerate change verified mpps value according to linerate change verified mpps value according to linerate change verified mpps value according to linerate change verified mpps value according to linerate change verified mpps value to 0.5 .../TestSuite_loopback_multi_paths_port_restart.py | 2 +- tests/TestSuite_loopback_multi_queues.py | 2 +- .../TestSuite_loopback_virtio_user_server_mode.py | 2 +- tests/TestSuite_pvp_diff_qemu_version.py | 13 ++++- tests/TestSuite_pvp_multi_paths_performance.py | 56 +++++++++++++--------- ...vp_multi_paths_vhost_single_core_performance.py | 14 +++++- ...p_multi_paths_virtio_single_core_performance.py | 14 +++++- .../TestSuite_pvp_qemu_multi_paths_port_restart.py | 13 ++++- ...TestSuite_pvp_vhost_user_built_in_net_driver.py | 13 ++++- tests/TestSuite_pvp_virtio_user_2M_hugepages.py | 13 ++++- tests/TestSuite_pvp_virtio_user_4k_pages.py | 13 ++++- ...te_pvp_virtio_user_multi_queues_port_restart.py | 13 ++++- tests/TestSuite_vhost_dequeue_zero_copy.py | 13 ++++- tests/TestSuite_vhost_multi_queue_qemu.py | 13 ++++- tests/TestSuite_virtio_pvp_regression.py | 13 ++++- ...stSuite_virtio_user_for_container_networking.py | 13 ++++- tests/TestSuite_vm2vm_virtio_pmd.py | 3 +- 17 files changed, 182 insertions(+), 41 deletions(-) -- 1.8.3.1