From patchwork Tue Dec 8 10:05:59 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Zhou, JunX W" X-Patchwork-Id: 84792 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 0F49AA09E5; Tue, 8 Dec 2020 11:03:50 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D8642C974; Tue, 8 Dec 2020 11:03:47 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 8EE05C914 for ; Tue, 8 Dec 2020 11:03:43 +0100 (CET) IronPort-SDR: OwycP4G7GFPUoMYU9OylmRG0xtn5aWfxSZDXQqdvB69jegBAUicOcIq1QKAODzjos1TXNuCto+ J8iRSMiYJdCg== X-IronPort-AV: E=McAfee;i="6000,8403,9828"; a="171293327" X-IronPort-AV: E=Sophos;i="5.78,402,1599548400"; d="scan'208";a="171293327" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Dec 2020 02:03:34 -0800 IronPort-SDR: Glo/yAG7hWvIBPhFXFg9NcYpzh5X8sR1eEl1Z9pL8S9YCcceflOrTnjcIQv8CbcLWnw4fp7mOX H3U2PWx9+a4Q== X-IronPort-AV: E=Sophos;i="5.78,402,1599548400"; d="scan'208";a="363575492" Received: from unknown (HELO localhost.localdomain) ([10.240.183.80]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Dec 2020 02:03:33 -0800 From: Zhou Jun To: dts@dpdk.org Cc: Zhou Jun Date: Tue, 8 Dec 2020 18:05:59 +0800 Message-Id: <20201208100627.9792-1-junx.w.zhou@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V1 00/28] Modify the hard coded app parameter to call the platform interface 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" Modify the hard coded app parameter to call the platform interface Zhou Jun (28): tests/TestSuite_hello_world:Modify the hard coded app parameter to call the platform interface tests/TestSuite_hotplug:Modify the hard coded app parameter to call the platform interface tests/TestSuite_inline_ipsec:Modify the hard coded app parameter to call the platform interface tests/TestSuite_interrupt_pmd:Modify the hard coded app parameter to call the platform interface tests/TestSuite_ip_pipeline:Modify the hard coded app parameter to call the platform interface tests/TestSuite_ipfrag:Modify the hard coded app parameter to call the platform interface tests/TestSuite_ipv4_reassembly:Modify the hard coded app parameter to call the platform interface tests/TestSuite_keep_alive:Modify the hard coded app parameter to call the platform interface tests/TestSuite_kni:Modify the hard coded app parameter to call the platform interface tests/TestSuite_l2fwd_jobstats:Modify the hard coded app parameter to call the platform interface tests/TestSuite_l3fwdacl:Modify the hard coded app parameter to call the platform interface tests/TestSuite_link_status_interrupt:Modify the hard coded app parameter to call the platform interface tests/TestSuite_metering_and_policing:Modify the hard coded app parameter to call the platform interface tests/TestSuite_multicast:Modify the hard coded app parameter to call the platform interface tests/TestSuite_multiprocess:Modify the hard coded app parameter to call the platform interface tests/TestSuite_packet_ordering:Modify the hard coded app parameter to call the platform interface tests/TestSuite_pmdpcap:Modify the hard coded app parameter to call the platform interface tests/TestSuite_pmdrss_hash:Modify the hard coded app parameter to call the platform interface tests/TestSuite_pmdrssreta:Modify the hard coded app parameter to call the platform interface tests/TestSuite_ptpclient:Modify the hard coded app parameter to call the platform interface tests/TestSuite_queue_start_stop:Modify the hard coded app parameter to call the platform interface tests/TestSuite_rxtx_callbacks:Modify the hard coded app parameter to call the platform interface tests/TestSuite_short_live:Modify the hard coded app parameter to call the platform interface tests/TestSuite_skeleton:Modify the hard coded app parameter to call the platform interface tests/TestSuite_softnic:Modify the hard coded app parameter to call the platform interface tests/TestSuite_timer:Modify the hard coded app parameter to call the platform interface tests/TestSuite_tso:Modify the hard coded app parameter to call the platform interface tests/TestSuite_userspace_ethtool:Modify the hard coded app parameter to call the platform interface tests/TestSuite_hello_world.py | 8 ++-- tests/TestSuite_hotplug.py | 5 ++- tests/TestSuite_inline_ipsec.py | 13 +++--- tests/TestSuite_interrupt_pmd.py | 13 ++++-- tests/TestSuite_ip_pipeline.py | 50 +++++++++++------------- tests/TestSuite_ipfrag.py | 7 +--- tests/TestSuite_ipv4_reassembly.py | 5 ++- tests/TestSuite_keep_alive.py | 5 ++- tests/TestSuite_kni.py | 6 ++- tests/TestSuite_l2fwd_jobstats.py | 3 +- tests/TestSuite_l3fwdacl.py | 21 +++++----- tests/TestSuite_link_status_interrupt.py | 17 ++++---- tests/TestSuite_metering_and_policing.py | 13 +++--- tests/TestSuite_multicast.py | 5 +-- tests/TestSuite_multiprocess.py | 25 ++++++------ tests/TestSuite_packet_ordering.py | 5 ++- tests/TestSuite_pmdpcap.py | 12 +++--- tests/TestSuite_pmdrss_hash.py | 19 ++++----- tests/TestSuite_pmdrssreta.py | 3 +- tests/TestSuite_ptpclient.py | 5 ++- tests/TestSuite_queue_start_stop.py | 3 +- tests/TestSuite_rxtx_callbacks.py | 3 +- tests/TestSuite_short_live.py | 12 +++--- tests/TestSuite_skeleton.py | 3 +- tests/TestSuite_softnic.py | 14 +++++-- tests/TestSuite_timer.py | 4 +- tests/TestSuite_tso.py | 12 +++--- tests/TestSuite_userspace_ethtool.py | 5 ++- 28 files changed, 156 insertions(+), 140 deletions(-) Acked-by: Haiyang Zhao