From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 521897D05 for ; Fri, 25 Aug 2017 09:40:57 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Aug 2017 00:40:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,424,1498546800"; d="scan'208";a="1188015093" Received: from unknown (HELO dpdk-fedora20.icx.intel.com) ([10.240.176.135]) by fmsmga001.fm.intel.com with ESMTP; 25 Aug 2017 00:40:55 -0700 From: "xu,huilong" To: dts@dpdk.org Cc: "xu,huilong" Date: Fri, 25 Aug 2017 15:42:07 +0800 Message-Id: <1503646931-91671-2-git-send-email-huilongx.xu@intel.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1503646931-91671-1-git-send-email-huilongx.xu@intel.com> References: <1503646931-91671-1-git-send-email-huilongx.xu@intel.com> Subject: [dts] [PATCH V1 2/6] add a new config file for fortville PF scalare rx mode test 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: , X-List-Received-Date: Fri, 25 Aug 2017 07:40:57 -0000 Signed-off-by: xu,huilong --- executions/execution_fortville_scalar.cfg | 60 +++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 executions/execution_fortville_scalar.cfg diff --git a/executions/execution_fortville_scalar.cfg b/executions/execution_fortville_scalar.cfg new file mode 100644 index 0000000..d4b295e --- /dev/null +++ b/executions/execution_fortville_scalar.cfg @@ -0,0 +1,60 @@ +[Execution1] +crbs= +drivername= +rx_model=scalar +test_suites= + blacklist, + checksum_offload, + cmdline, + coremask, + distributor, + dual_vlan, + dynamic_config, + efd, + external_mempool_handler, + fdir, + fortville_rss_granularity_config, + generic_filter, + hello_world, + hot_plug, + ieee1588, + ipfrag, + ipgre, + ipv4_reassembly, + jumboframes, + keep_alive, + kni, + l2fwd, + link_flowctrl, + link_status_interrupt, + mac_filter, + mempool_exthandler, + multiprocess, + netmap_compat, + nvgre, + pmd, + pmd_bonded, + pmdpcap, + pmdrss_hash, + pmdrssreta, + ptpclient, + ptype_mapping, + qinq_filter, + queue_start_stop, + quota_watermark, + rxtx_callbacks, + scatter, + short_live, + shutdown_api, + skeleton, + timer, + tso, + tx_preparation, + uni_pkt, + userspace_ethtool, + vlan, + vlan_ethertype_config, + vxlan +targets= + x86_64-native-linuxapp-gcc +parameters=nic_type=cfg:func=true -- 1.9.3