From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9F856A050A; Sat, 7 May 2022 11:59:01 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 73CA34068A; Sat, 7 May 2022 11:59:01 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 79D4940395 for ; Sat, 7 May 2022 11:59:00 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1651917540; x=1683453540; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=Hv8t958ZEm+UX6AroXDvBq/zFlNnhK4ThyzXNy664eU=; b=FwMTohe8et0/18CUZm603MkamMADO4c6WCDPuYppyei8JZzFw604oqSq YYzxMvvc2zJiB6NaZ4HZe8PpxnxEtNGbNJUYYDYQquLyOFoxvswvXia6c ei7ksojYIs1yDh43Zh4jGtr57CdgW1oFL8CntKp/2g8iVYQP3sMhH/GB/ fopYyq4pwjh6MhC7kQjt2CIHC5S/RcfRtZEpHfgb7vmKV1nnC+tC6i4Vu 1GhOf5EGOtqSi7MHu0KIUF+sIw1dfLUzqo4SutXnZc6s/pb3BM9GGpQdf xGS2VIUqxLyqx0NNwejA3jiAFrI+kRpUFSW85HDZgPQfL02cCsQH87soH Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10339"; a="267527655" X-IronPort-AV: E=Sophos;i="5.91,206,1647327600"; d="scan'208";a="267527655" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 May 2022 02:58:59 -0700 X-IronPort-AV: E=Sophos;i="5.91,206,1647327600"; d="scan'208";a="695554911" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 May 2022 02:58:57 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/7] add 6 das related testplan Date: Sat, 7 May 2022 05:58:32 -0400 Message-Id: <20220507095832.310819-1-weix.ling@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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 The 6 dsa related testplan to test dsa driver, and all of them have not been automated now. 1.Add 6 das related testplan into test_plans/index. 2.Add basic_4k_pages_dsa_test_plan.rst into test_plans. 3.Add loopback_virtio_user_server_mode_dsa_test_plan.rst into test_plans. 4.Add pvp_vhost_dsa_test_plan.rst test_plans. 5.Add vm2vm_virtio_net_dsa_test_plan.rst into test_plans. 6.Add vm2vm_virtio_user_dsa_test_plan.rst into test_plans. 7.Add vswitch_sample_dsa_test_plan.rst into test_plans. Wei Ling (7): test_plans/index: add 6 das related testplan test_plans/basic_4k_pages_dsa_test_plan: add basic_4k_pages_dsa testplan test_plans/loopback_virtio_user_server_mode_dsa_test_plan: add loopback_virtio_user_server_mode_dsa testplan test_plans/pvp_vhost_dsa_test_plan: add pvp_vhost_dsa testplan test_plans/vm2vm_virtio_net_dsa_test_plan: add vm2vm_virtio_net_dsa testplan test_plans/vm2vm_virtio_user_dsa_test_plan: add vm2vm_virtio_user_dsa testplan test_plans/vswitch_sample_dsa_test_plan: add vswitch_sample_dsa testplan test_plans/basic_4k_pages_dsa_test_plan.rst | 1146 ++++++++ test_plans/index.rst | 6 + ..._virtio_user_server_mode_dsa_test_plan.rst | 820 ++++++ test_plans/pvp_vhost_dsa_test_plan.rst | 2600 +++++++++++++++++ test_plans/vm2vm_virtio_net_dsa_test_plan.rst | 1388 +++++++++ .../vm2vm_virtio_user_dsa_test_plan.rst | 1536 ++++++++++ test_plans/vswitch_sample_dsa_test_plan.rst | 895 ++++++ 7 files changed, 8391 insertions(+) create mode 100644 test_plans/basic_4k_pages_dsa_test_plan.rst create mode 100644 test_plans/loopback_virtio_user_server_mode_dsa_test_plan.rst create mode 100644 test_plans/pvp_vhost_dsa_test_plan.rst create mode 100644 test_plans/vm2vm_virtio_net_dsa_test_plan.rst create mode 100644 test_plans/vm2vm_virtio_user_dsa_test_plan.rst create mode 100644 test_plans/vswitch_sample_dsa_test_plan.rst -- 2.25.1