From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 18FD62A07 for ; Wed, 3 Jun 2015 09:25:20 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP; 03 Jun 2015 00:25:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,545,1427785200"; d="scan'208";a="739964632" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga002.jf.intel.com with ESMTP; 03 Jun 2015 00:25:19 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id t537PHXd019360; Wed, 3 Jun 2015 15:25:17 +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 t537PFdT029273; Wed, 3 Jun 2015 15:25:17 +0800 Received: (from huilongx@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id t537PFnU029269; Wed, 3 Jun 2015 15:25:15 +0800 From: "huilong,xu" To: dts@dpdk.org Date: Wed, 3 Jun 2015 15:25:11 +0800 Message-Id: <1433316313-29239-1-git-send-email-huilongx.xu@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dts] [PATCH V1 1/3] add fdir for niantic and fortville 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: Wed, 03 Jun 2015 07:25:21 -0000 From: huilong xu Signed-off-by: huilong xu --- executions/execution.cfg | 3 ++- executions/execution_FVL.cfg | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/executions/execution.cfg b/executions/execution.cfg index a749008..b3a7479 100644 --- a/executions/execution.cfg +++ b/executions/execution.cfg @@ -20,7 +20,8 @@ test_suites= dynamic_config, generic_filter, dual_vlan, - shutdown_api + shutdown_api, + fdir targets= x86_64-native-linuxapp-gcc parameters=nic_type=cfg:func=true diff --git a/executions/execution_FVL.cfg b/executions/execution_FVL.cfg index f2a3e7e..600c693 100644 --- a/executions/execution_FVL.cfg +++ b/executions/execution_FVL.cfg @@ -8,7 +8,8 @@ test_suites= dual_vlan, vlan, shutdown_api, - queue_start_stop + queue_start_stop, + fdir targets= x86_64-native-linuxapp-gcc parameters=nic_type=cfg:func=true -- 1.7.4.4