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 1FFB8A04F3; Thu, 9 Jan 2020 07:01:46 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D02CC1DB7C; Thu, 9 Jan 2020 07:01:45 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id CCF4F1DB7A for ; Thu, 9 Jan 2020 07:01:44 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Jan 2020 22:01:43 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,412,1571727600"; d="scan'208";a="254482939" Received: from unknown (HELO dpdk-wenjielx-dtspatch135.sh.intel.com) ([10.240.176.135]) by fmsmga002.fm.intel.com with ESMTP; 08 Jan 2020 22:01:42 -0800 From: Haiyang Zhao To: dts@dpdk.org Cc: Haiyang Zhao Date: Thu, 9 Jan 2020 14:05:09 +0800 Message-Id: <1578549916-14350-1-git-send-email-haiyangx.zhao@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1 1/8] test_plans/index: add new test plans into toctree 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" *.add cvl_advanced_rss_test_plan *.add cvl_fdir_test_plan *.add cvl_switch_filter_test_plan *.add loopback_virtio_user_packed_ring_server_mode_test_plan *.add ntb_test_plan *.add pvp_packed_ring_vhost_user_reconnect_test_plan *.add rteflow_priority_test_plan Signed-off-by: Haiyang Zhao --- test_plans/index.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test_plans/index.rst b/test_plans/index.rst index 7a77d0b..c439870 100644 --- a/test_plans/index.rst +++ b/test_plans/index.rst @@ -42,6 +42,10 @@ The following are the test plans for the DPDK DTS automated test system. checksum_offload_test_plan cloud_filter_test_plan coremask_test_plan + cvl_advanced_rss_test_plan + cvl_fdir_test_plan + cvl_switch_filter_test_plan + loopback_virtio_user_packed_ring_server_mode_test_plan crypto_perf_cryptodev_perf_test_plan ddp_gtp_qregion_test_plan ddp_gtp_test_plan @@ -88,6 +92,7 @@ The following are the test plans for the DPDK DTS automated test system. metering_and_policing_test_plan multiple_pthread_test_plan NICStatistics_test_plan + ntb_test_plan nvgre_test_plan pmd_bonded_8023ad_test_plan pmd_bonded_test_plan @@ -99,6 +104,7 @@ The following are the test plans for the DPDK DTS automated test system. ptype_mapping_test_plan pvp_multi_paths_performance_test_plan pvp_multi_paths_vhost_single_core_performance_test_plan + pvp_packed_ring_vhost_user_reconnect_test_plan pvp_multi_paths_virtio_single_core_performance_test_plan qinq_filter_test_plan qos_api_test_plan @@ -107,6 +113,7 @@ The following are the test plans for the DPDK DTS automated test system. queue_region_test_plan queue_start_stop_test_plan rss_to_rte_flow_test_plan + rteflow_priority_test_plan runtime_vf_queue_number_kernel_test_plan runtime_vf_queue_number_maxinum_test_plan runtime_vf_queue_number_test_plan -- 1.8.3.1