From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id E49278DA7 for ; Mon, 25 Jan 2016 03:05:31 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP; 24 Jan 2016 18:05:31 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,342,1449561600"; d="scan'208";a="867695541" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga001.jf.intel.com with ESMTP; 24 Jan 2016 18:05:31 -0800 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id u0P25SIL005547; Mon, 25 Jan 2016 10:05:28 +0800 Received: from shecgisg003.sh.intel.com (localhost [127.0.0.1]) by shecgisg003.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id u0P25PZP006890; Mon, 25 Jan 2016 10:05:27 +0800 Received: (from yliu84x@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id u0P25NbA006886; Mon, 25 Jan 2016 10:05:23 +0800 From: Yong Liu To: dts@dpdk.org Date: Mon, 25 Jan 2016 10:05:22 +0800 Message-Id: <1453687522-6854-1-git-send-email-yong.liu@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dts] [PATCH] executions fm10k: add execution file for fm10k 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: Mon, 25 Jan 2016 02:05:32 -0000 Signed-off-by: Marvin Liu diff --git a/executions/execution_fm10k.cfg b/executions/execution_fm10k.cfg new file mode 100644 index 0000000..fb4fc8c --- /dev/null +++ b/executions/execution_fm10k.cfg @@ -0,0 +1,26 @@ +[Execution1] +crbs= +drivername= +test_suites= + checksum_offload, + vlan, + shutdown_api, + queue_start_stop, + tso, + pmd, + jumboframes, + mac_filter, + scatter, + pmdrss_hash, +targets= + x86_64-native-linuxapp-gcc +parameters=nic_type=cfg:func=true + +[Execution2] +crbs= +drivername= +test_suites= + l3fwd, +targets= + x86_64-native-linuxapp-gcc +parameters=nic_type=niantic:perf=true -- 1.8.4.2