From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id D7E735A50 for ; Fri, 5 Jun 2015 07:50:26 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP; 04 Jun 2015 22:50:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,556,1427785200"; d="scan'208";a="705723326" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga001.jf.intel.com with ESMTP; 04 Jun 2015 22:50:25 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id t555oMHE014554; Fri, 5 Jun 2015 13:50:22 +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 t555oJTJ001707; Fri, 5 Jun 2015 13:50:21 +0800 Received: (from huilongx@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id t555oJ2Q001703; Fri, 5 Jun 2015 13:50:19 +0800 From: "huilong,xu" To: dts@dpdk.org Date: Fri, 5 Jun 2015 13:50:16 +0800 Message-Id: <1433483418-1673-1-git-send-email-huilongx.xu@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dts] [PATCH V1 1/3] update fortville NIC test case list 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, 05 Jun 2015 05:50:27 -0000 From: huilong xu Signed-off-by: huilong xu --- executions/execution_FVL.cfg | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/executions/execution_FVL.cfg b/executions/execution_FVL.cfg index 600c693..98f5874 100644 --- a/executions/execution_FVL.cfg +++ b/executions/execution_FVL.cfg @@ -9,7 +9,15 @@ test_suites= vlan, shutdown_api, queue_start_stop, - fdir + fdir, + pmd, + ipfrag, + jumboframes, + pmdrssreta, + pmdrss_hash, + pmd_bonded, + ipv4_reassembly, + scatter targets= x86_64-native-linuxapp-gcc parameters=nic_type=cfg:func=true -- 1.7.4.4