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 7D58AA056D; Tue, 3 Mar 2020 08:28:39 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5E4082C16; Tue, 3 Mar 2020 08:28:39 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 3357D2C02 for ; Tue, 3 Mar 2020 08:28:37 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Mar 2020 23:28:36 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,510,1574150400"; d="scan'208";a="386669606" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga004.jf.intel.com with ESMTP; 02 Mar 2020 23:28:35 -0800 Received: from fmsmsx162.amr.corp.intel.com (10.18.125.71) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 2 Mar 2020 23:28:35 -0800 Received: from shsmsx108.ccr.corp.intel.com (10.239.4.97) by fmsmsx162.amr.corp.intel.com (10.18.125.71) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 2 Mar 2020 23:28:35 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.43]) by SHSMSX108.ccr.corp.intel.com ([169.254.8.235]) with mapi id 14.03.0439.000; Tue, 3 Mar 2020 15:28:33 +0800 From: "Tu, Lijuan" To: "Wang, Yinan" , "dts@dpdk.org" CC: "Wang, Yinan" Thread-Topic: [dts] [PATCH 00/11 v1] test_plans: add packed ring cases Thread-Index: AQHV7jkpAOFN+mn4e0ifQ4SUcctHsKg2fjSA Date: Tue, 3 Mar 2020 07:28:32 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BBE92F5@SHSMSX101.ccr.corp.intel.com> References: <20200228060947.26001-1-yinan.wang@intel.com> In-Reply-To: <20200228060947.26001-1-yinan.wang@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [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" Applied the series, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Yinan > Sent: Friday, February 28, 2020 2:10 PM > To: dts@dpdk.org > Cc: Wang, Yinan > Subject: [dts] [PATCH 00/11 v1] test_plans: add packed ring cases >=20 > From: Wang Yinan >=20 > As packed ring is supported since dpdk19.11 and qemu 4.2.0 also supported > now, add packed ring cases in virtio regression cases. >=20 > 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 >=20 > ...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(-) >=20 > -- > 2.17.1