From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 97A645693 for ; Mon, 1 Jun 2015 09:09:45 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 01 Jun 2015 00:09:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,531,1427785200"; d="scan'208";a="738547489" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga002.jf.intel.com with ESMTP; 01 Jun 2015 00:09:43 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id t5179d23030327; Mon, 1 Jun 2015 15:09:39 +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 t5179a8Q025538; Mon, 1 Jun 2015 15:09:39 +0800 Received: (from huilongx@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id t5179aff025534; Mon, 1 Jun 2015 15:09:36 +0800 From: "huilong,xu" To: dts@dpdk.org Date: Mon, 1 Jun 2015 15:09:33 +0800 Message-Id: <1433142575-25504-1-git-send-email-huilongx.xu@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dts] [dts 1/3] [PATCH V1] add tso test for fortville NIC 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: Mon, 01 Jun 2015 07:09:46 -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 f2a3e7e..5de3d7f 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, + tso targets= x86_64-native-linuxapp-gcc parameters=nic_type=cfg:func=true -- 1.7.4.4