From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 3BC9AC2FC for ; Mon, 25 May 2015 10:54:13 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP; 25 May 2015 01:54:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,490,1427785200"; d="scan'208";a="699831939" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga001.jf.intel.com with ESMTP; 25 May 2015 01:54:11 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id t4P8s9vp015460; Mon, 25 May 2015 16:54:09 +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 t4P8s7dY014998; Mon, 25 May 2015 16:54:09 +0800 Received: (from huilongx@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id t4P8s7QF014994; Mon, 25 May 2015 16:54:07 +0800 From: "huilong,xu" To: dts@dpdk.org Date: Mon, 25 May 2015 16:54:02 +0800 Message-Id: <1432544044-14956-2-git-send-email-huilongx.xu@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1432544044-14956-1-git-send-email-huilongx.xu@intel.com> References: <1432544044-14956-1-git-send-email-huilongx.xu@intel.com> Subject: [dts] [dts 2/4] [PATCH V1] add generic_filter test for fortville NIC 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 May 2015 08:54:13 -0000 From: huilong xu Signed-off-by: huilong xu --- execution_FVL.cfg | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/execution_FVL.cfg b/execution_FVL.cfg index c57f33d..7e5151b 100644 --- a/execution_FVL.cfg +++ b/execution_FVL.cfg @@ -3,7 +3,8 @@ crbs= drivername= test_suites= checksum_offload, - dynamic_config + dynamic_config, + generic_filter targets= x86_64-native-linuxapp-gcc parameters=nic_type=cfg:func=true -- 1.7.4.4