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 C7DF3A0350; Tue, 23 Jun 2020 04:32:47 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 83AB41D563; Tue, 23 Jun 2020 04:32:47 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 2B1FC1D55A for ; Tue, 23 Jun 2020 04:32:45 +0200 (CEST) IronPort-SDR: JXPeuK6V0uU86fBQdbPSSahON2Lm8N4+ybLD1AA4KDYWNccS9HD0qcXI05mHMoAF/ubjm9o309 ihkOi5zikdYg== X-IronPort-AV: E=McAfee;i="6000,8403,9660"; a="132355612" X-IronPort-AV: E=Sophos;i="5.75,269,1589266800"; d="scan'208";a="132355612" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jun 2020 19:32:44 -0700 IronPort-SDR: SHZw+3hmQYqBwZ+2XlPcwyn6XzIZinDN9FLUFeqblWSzGOkBOlP6DmpJjEaktGsdJOCS+YGafE w5u5d5Xcz05Q== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,269,1589266800"; d="scan'208";a="311131207" Received: from unknown (HELO dpdk-zhaohy-t.localdomain) ([10.240.183.68]) by fmsmga002.fm.intel.com with ESMTP; 22 Jun 2020 19:32:43 -0700 From: Haiyang Zhao To: dts@dpdk.org Cc: Haiyang Zhao Date: Tue, 23 Jun 2020 10:21:27 +0800 Message-Id: <1592878901-216102-1-git-send-email-haiyangx.zhao@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dts] [PATCH V1 00/14] test_plans: fix build warnings and errors 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" *.fix test plans build warnings and errors Haiyang Zhao (14): test_plans/cvl_advanced_iavf_rss: fix build warnings and errors test_plans/cvl_fdir: fix build warnings and errors test_plans/fortville_rss_input: fix build warnings and errors test_plans/generic_flow_api: fix build warnings and errors test_plans/iavf_fdir: fix build warnings and errors test_plans/iavf_package_driver_error_handle: fix build warnings and errors test_plans/l2tp_esp_coverage: fix build warnings and errors test_plans/loopback_virtio_user_server_mode: fix build warnings and errors test_plans/pvp_multi_paths_performance: fix build warnings and errors test_plans/pvp_multi_paths_virtio_single_core_performance: fix build warnings and errors test_plans/rss_to_rte_flow: fix build warnings and errors test_plans/stats_checks: fix build warnings and errors test_plans/vm2vm_virtio_net_perf: fix build warnings and errors test_plans/index: fix build warnings and errors *.add new added test plans *.fix typo error. test_plans/cvl_advanced_iavf_rss_test_plan.rst | 331 +++++++++++++++------ test_plans/cvl_fdir_test_plan.rst | 2 +- test_plans/fortville_rss_input_test_plan.rst | 6 +- test_plans/generic_flow_api_test_plan.rst | 2 + test_plans/iavf_fdir_test_plan.rst | 6 +- .../iavf_package_driver_error_handle_test_plan.rst | 4 +- test_plans/index.rst | 11 +- test_plans/l2tp_esp_coverage_test_plan.rst | 70 ++--- .../loopback_virtio_user_server_mode_test_plan.rst | 68 ++--- .../pvp_multi_paths_performance_test_plan.rst | 2 + ...hs_virtio_single_core_performance_test_plan.rst | 2 +- test_plans/rss_to_rte_flow_test_plan.rst | 4 +- test_plans/stats_checks_test_plan.rst | 2 +- test_plans/vm2vm_virtio_net_perf_test_plan.rst | 2 +- 14 files changed, 335 insertions(+), 177 deletions(-) -- 1.8.3.1