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 285A25A89 for ; Mon, 13 Jul 2015 09:40:04 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 13 Jul 2015 00:40:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,461,1432623600"; d="scan'208";a="761299125" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by fmsmga002.fm.intel.com with ESMTP; 13 Jul 2015 00:39:56 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id t6D7dr7l031119; Mon, 13 Jul 2015 15:39:53 +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 t6D7dpve007259; Mon, 13 Jul 2015 15:39:53 +0800 Received: (from huilongx@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id t6D7dp26007255; Mon, 13 Jul 2015 15:39:51 +0800 From: "huilongx,xu" To: dts@dpdk.org Date: Mon, 13 Jul 2015 15:39:49 +0800 Message-Id: <1436773190-7224-1-git-send-email-huilongx.xu@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dts] [dts 1/2] add ieee1588 test suite 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, 13 Jul 2015 07:40:04 -0000 From: huilong xu Signed-off-by: huilong xu --- executions/execution_FVL.cfg | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/executions/execution_FVL.cfg b/executions/execution_FVL.cfg index 20451a3..9f25802 100644 --- a/executions/execution_FVL.cfg +++ b/executions/execution_FVL.cfg @@ -25,7 +25,8 @@ test_suites= ipv4_reassembly, scatter, pmdrssreta, - pmdrss_hash + pmdrss_hash, + ieee1588 targets= x86_64-native-linuxapp-gcc parameters=nic_type=cfg:func=true -- 1.7.4.4