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 3D5C6A0564; Tue, 24 Mar 2020 09:34:38 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 02F351C0C3; Tue, 24 Mar 2020 09:34:38 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 7FFC41C0C0 for ; Tue, 24 Mar 2020 09:34:36 +0100 (CET) IronPort-SDR: Pc2hMlLQy+LrKEBZTI0BZXtcIdD/pOz2RKHd23FL2Dl80sAkTcolLVXdNuTlqfokxxYZnVZTFQ TBlQjS57b2aw== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Mar 2020 01:34:35 -0700 IronPort-SDR: lcgOvtehk7kxAMx32JTuRLjPykBw0RYUhBJv0rOUBQcbyVbx+687Fc6/XJRTEAIo5jbjG5i4Ma a6laDaMr/Z0Q== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,299,1580803200"; d="scan'208";a="281644185" Received: from unknown (HELO dpdk-zhaohy-t.sh.intel.com) ([10.240.183.68]) by fmsmga002.fm.intel.com with ESMTP; 24 Mar 2020 01:34:34 -0700 From: Haiyang Zhao To: dts@dpdk.org Cc: Haiyang Zhao Date: Tue, 24 Mar 2020 16:27:56 +0800 Message-Id: <1585038488-76474-1-git-send-email-haiyangx.zhao@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dts] [PATCH V1 00/12] 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 and doc build warnings and errors. Haiyang Zhao (12): test_plans/cvl_fdir_test_plan: fix build warnings and errors test_plans/ddp_l2tpv3_test_plan: fix build warnings and errors test_plans/loopback_virtio_user_server_mode_test_plan: fix build warnings and errors test_plans/ntb_test_plan: fix build warnings and errors test_plans/pvp_vhost_user_reconnect_test_plan: fix build warnings and errors test_plans/qos_sched_test_plan: fix build warnings and errors test_plans/shutdown_api_test_plan: fix build warnings and errors test_plans/vf_macfilter_test_plan: fix build warnings and errors test_plans/vm2vm_virtio_net_perf_test_plan: fix build warnings and errors test_plans/index: update index.rst *.delete removed test plans from index.rst: loopback_virtio_user_packed_ring_server_mode_test_plan, pvp_packed_ring_vhost_user_reconnect_test_plan, vhost_pmd_xstats_test_plan, *.add new test plans: ABI_stable_test, perf_virtio_user_loopback_test_plan, perf_virtio_user_pvp_test_plan, perf_vm2vm_virtio_net_perf_test_plan, pvp_virtio_user_multi_queues_port_restart_test_plan. doc/dts_gsg/usage_of_create_eal_and_start_testpmd: fix build warngings and errors doc/dts_gsg/index: update index.rst *.add usage_of_create_eal_and_start_testpmd. doc/dts_gsg/index.rst | 1 + .../usage_of_create_eal_and_start_testpmd.rst | 4 +- test_plans/cvl_fdir_test_plan.rst | 8 ++-- test_plans/ddp_l2tpv3_test_plan.rst | 50 +++++++++---------- test_plans/index.rst | 12 +++-- .../loopback_virtio_user_server_mode_test_plan.rst | 56 +++++++++++----------- test_plans/ntb_test_plan.rst | 2 +- test_plans/pvp_vhost_user_reconnect_test_plan.rst | 2 +- test_plans/qos_sched_test_plan.rst | 4 +- test_plans/shutdown_api_test_plan.rst | 2 +- test_plans/vf_macfilter_test_plan.rst | 12 ++--- test_plans/vm2vm_virtio_net_perf_test_plan.rst | 2 +- 12 files changed, 79 insertions(+), 76 deletions(-) -- 1.8.3.1