From patchwork Tue Sep 15 11:24:29 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Zhao, HaiyangX" X-Patchwork-Id: 77708 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7465AA04C7; Tue, 15 Sep 2020 13:41:07 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 419011BF7F; Tue, 15 Sep 2020 13:41:07 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 537B91BE8E for ; Tue, 15 Sep 2020 13:41:06 +0200 (CEST) IronPort-SDR: Lms11/d7VMtocP5xS58OPJiqCJMzRhMthJ2hd5eI28kmSnzvWFM6mGdyR8WTmpmELYH2kEz3OZ DSeqiU8wt1Tw== X-IronPort-AV: E=McAfee;i="6000,8403,9744"; a="223423672" X-IronPort-AV: E=Sophos;i="5.76,429,1592895600"; d="scan'208";a="223423672" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Sep 2020 04:41:05 -0700 IronPort-SDR: 2T90GOJcs3ohn+S6HL47ZkwtSMRPdqFL/23w2Mm5XRMmUS4LkNs7CqqvjhuEBnWpQBufN9x5gR OWEpZNth+TSA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,429,1592895600"; d="scan'208";a="379710521" Received: from unknown (HELO dpdk-zhaohy-t.localdomain) ([10.240.183.68]) by orsmga001.jf.intel.com with ESMTP; 15 Sep 2020 04:41:03 -0700 From: Haiyang Zhao To: dts@dpdk.org Cc: Haiyang Zhao Date: Tue, 15 Sep 2020 19:24:29 +0800 Message-Id: <1600169086-340540-1-git-send-email-haiyangx.zhao@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dts] [PATCH V1 00/17] 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 building warnings and errors. Haiyang Zhao (17): test_plans/cloud_filter_with_l4_port_test_plan: fix build warnings and errors *.fix build warnings and errors test_plans/cvl_advanced_iavf_rss_test_plan: fix build warnings and errors *.fix build warnings and errors test_plans/cvl_advanced_rss_gtpu: fix build warnings and errors *.fix build warnings and errors test_plans/cvl_advanced_rss_pppoe_vlan_esp_ah_l2tp_pfcp: fix build warnings and errors *.fix build warnings and errors test_plans/cvl_advanced_rss: fix build warnings and errors *.fix build warnings and errors test_plans/cvl_fdir_test_plan: fix build warnings and errors *.fix build warnings and errors test_plans/cvl_iavf_rss_gtpu: fix build warnings and errors *.fix build warnings and errors test_plans/cvl_rss_configure_test_plan: fix build warnings and errors *.fix build warnings and errors test_plans/cvl_switch_filter_test_plan: fix build warnings and errors *.fix build warnings and errors test_plans/dpdk_gro_lib_test_plan: fix build warnings and errors *.fix build warnings and errors test_plans/iavf_fdir_test_plan: fix build warnings and errors *.fix build warnings and errors test_plans/linux_modules_test_plan: fix build warnings and errors *.fix build warnings and errors test_plans/qinq_filter_test_plan: fix build warnings and errors *.fix build warnings and errors test_plans/vhost_cbdma_test_plan: fix build warnings and errors *.fix build warnings and errors test_plans/virtio_event_idx_interrupt: fix build warnings and errors *.fix build warnings and errors test_plans/vmdq_test_plan: fix build warnings and errors *.fix build warnings and errors test_plans/index: fix build warnings and errors *.delete removed test plan. *.add new added test plans test_plans/cloud_filter_with_l4_port_test_plan.rst | 10 +- test_plans/cvl_advanced_iavf_rss_test_plan.rst | 10 +- test_plans/cvl_advanced_rss_gtpu_test_plan.rst | 41 ++- ...d_rss_pppoe_vlan_esp_ah_l2tp_pfcp_test_plan.rst | 2 +- test_plans/cvl_advanced_rss_test_plan.rst | 8 +- test_plans/cvl_fdir_test_plan.rst | 4 +- test_plans/cvl_iavf_rss_gtpu_test_plan.rst | 35 +- test_plans/cvl_rss_configure_test_plan.rst | 12 +- test_plans/cvl_switch_filter_test_plan.rst | 386 ++++++++++----------- test_plans/dpdk_gro_lib_test_plan.rst | 57 +-- test_plans/iavf_fdir_test_plan.rst | 4 +- test_plans/index.rst | 17 +- test_plans/linux_modules_test_plan.rst | 4 +- test_plans/qinq_filter_test_plan.rst | 4 +- test_plans/vhost_cbdma_test_plan.rst | 1 + .../virtio_event_idx_interrupt_test_plan.rst | 48 +-- test_plans/vmdq_test_plan.rst | 1 + 17 files changed, 333 insertions(+), 311 deletions(-)