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 5F923A046B for ; Mon, 19 Aug 2019 04:16:53 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1580A2BE1; Mon, 19 Aug 2019 04:16:53 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 3F32A1B05 for ; Mon, 19 Aug 2019 04:16:52 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Aug 2019 19:16:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,403,1559545200"; d="scan'208";a="377288171" Received: from dpdk-qifu-1.sh.intel.com ([10.67.119.198]) by fmsmga005.fm.intel.com with ESMTP; 18 Aug 2019 19:16:49 -0700 From: qifu To: dts@dpdk.org Cc: qifu Date: Mon, 19 Aug 2019 11:06:08 +0000 Message-Id: <20190819110625.73544-1-qi.fu@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH 00/17] enable carlsville 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 carlsville to settings.py, checklist, supportlist and other testsuits to enable it in dpdk. qifu (17): conf/test_case_checklist: add carlsville to checklist framework/settings: add carlsville to settings conf/test_case_supportlist: add carlsville to supportlist tests/TestSuite_dual_vlan: add carlsville to support nic of dual_vlan tests/TestSuite_fdir: add carlsville to support nic of fdir tests/TestSuite_fortville_rss_granularity_config: add carlsville to support nic of fortville_rss_granularity_config tests/TestSuite_generic_filter: add carlsville to support nic of generic_filter tests/TestSuite_ipgre: add carlsville to support nic of ipgre tests/TestSuite_link_status_interrupt: add carlsville to support nic of link_status_interrupt tests/TestSuite_nvgre: add carlsville to support nic of nvgre tests/TestSuite_pmdrss_hash: add carlsville to support nic of pmdrss_hash tests/TestSuite_ptype_mapping: add carlsville to support nic of ptype_mapping tests/TestSuite_scatter: add carlsville to support nic of scatter tests/TestSuite_uni_pkt: add carlsville to support nic of uni_pkt tests/TestSuite_vlan_ethertype_config: add carlsville to support nic of vlan_ethertype_config tests/TestSuite_vlan: add carlsville to support nic of vlan tests/TestSuite_vxlan: add carlsville to support nic of vxlan conf/test_case_checklist.json | 48 ++++++++++++------- conf/test_case_supportlist.json | 39 ++++++++++----- framework/settings.py | 2 + tests/TestSuite_dual_vlan.py | 20 ++++---- tests/TestSuite_fdir.py | 32 ++++++------- ...tSuite_fortville_rss_granularity_config.py | 2 +- tests/TestSuite_generic_filter.py | 6 +-- tests/TestSuite_ipgre.py | 2 +- tests/TestSuite_link_status_interrupt.py | 2 +- tests/TestSuite_nvgre.py | 2 +- tests/TestSuite_pmdrss_hash.py | 6 +-- tests/TestSuite_ptype_mapping.py | 2 +- tests/TestSuite_scatter.py | 2 +- tests/TestSuite_uni_pkt.py | 24 +++++----- tests/TestSuite_vlan.py | 2 +- tests/TestSuite_vlan_ethertype_config.py | 2 +- tests/TestSuite_vxlan.py | 2 +- 17 files changed, 113 insertions(+), 82 deletions(-) -- 2.17.1