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 AA113A0564; Fri, 28 Feb 2020 14:15:17 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6F41A1BFD3; Fri, 28 Feb 2020 14:15:17 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 6B0831BFC7 for ; Fri, 28 Feb 2020 14:15:16 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Feb 2020 05:15:15 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,496,1574150400"; d="scan'208";a="439231511" Received: from dpdk-yinan-purley.sh.intel.com ([10.67.117.227]) by fmsmga006.fm.intel.com with ESMTP; 28 Feb 2020 05:15:13 -0800 From: Yinan To: dts@dpdk.org Cc: Wang Yinan Date: Fri, 28 Feb 2020 06:09:36 +0000 Message-Id: <20200228060947.26001-1-yinan.wang@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH 00/11 v1] test_plans: add packed ring cases 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" From: Wang Yinan As packed ring is supported since dpdk19.11 and qemu 4.2.0 also supported now, add packed ring cases in virtio regression cases. Wang Yinan (11): test_plans: add packed ring cases for loopback_multi_paths_port_restart test_plans: add packed ring cases for loopback_multi_queues test_plans: add packed ring test case for pvp_virtio_user_2M_hugepages test_plans: add packed ring cases for pvp_virtio_user_4k_pages test_plans: add packed ring test case for vhost_enqueue_interrupt test_plans: add packed ring test cases for vhost_event_idx_interrupt test_plans: add packed ring test cases for vhost_user_live_migration test_plans: add packed ring test cases for vhost_virtio_pmd_interrupt test_plans: add packed ring test cases for vhost_virtio_user_interrupt test_plans: add test cases for virtio_event_idx_interrupt test_plans: add packed ring test cases for virtio_pvp_regression ...ack_multi_paths_port_restart_test_plan.rst | 109 ++-- .../loopback_multi_queues_test_plan.rst | 473 ++++++++++++++---- ...pvp_virtio_user_2M_hugepages_test_plan.rst | 24 +- .../pvp_virtio_user_4k_pages_test_plan.rst | 30 +- .../vhost_enqueue_interrupt_test_plan.rst | 53 +- .../vhost_event_idx_interrupt_test_plan.rst | 182 ++++++- .../vhost_user_live_migration_test_plan.rst | 398 ++++++++++++++- .../vhost_virtio_pmd_interrupt_test_plan.rst | 42 +- .../vhost_virtio_user_interrupt_test_plan.rst | 88 +++- .../virtio_event_idx_interrupt_test_plan.rst | 123 ++++- .../virtio_pvp_regression_test_plan.rst | 95 +++- 11 files changed, 1435 insertions(+), 182 deletions(-) -- 2.17.1