From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id C11415A8A for ; Wed, 10 Jun 2015 04:38:55 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP; 09 Jun 2015 19:38:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,585,1427785200"; d="scan'208";a="505873065" Received: from kmsmsx152.gar.corp.intel.com ([172.21.73.87]) by FMSMGA003.fm.intel.com with ESMTP; 09 Jun 2015 19:38:54 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by KMSMSX152.gar.corp.intel.com (172.21.73.87) with Microsoft SMTP Server (TLS) id 14.3.224.2; Wed, 10 Jun 2015 10:38:53 +0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.46]) by shsmsx102.ccr.corp.intel.com ([169.254.2.165]) with mapi id 14.03.0224.002; Wed, 10 Jun 2015 10:38:52 +0800 From: "Liu, Yong" To: "Xu, HuilongX" , "dts@dpdk.org" Thread-Topic: [dts] [dts 1/3] [PATCH V1] add tso test for fortville NIC test Thread-Index: AQHQnDoCDzWEdkfba0Sz5wNXRssnQp2lFKKg Date: Wed, 10 Jun 2015 02:38:51 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E10E43B19@SHSMSX103.ccr.corp.intel.com> References: <1433142575-25504-1-git-send-email-huilongx.xu@intel.com> In-Reply-To: <1433142575-25504-1-git-send-email-huilongx.xu@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [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: Wed, 10 Jun 2015 02:38:56 -0000 Thanks, applied in 1.1 branch. > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of huilong,xu > Sent: Monday, June 01, 2015 3:10 PM > To: dts@dpdk.org > Subject: [dts] [dts 1/3] [PATCH V1] add tso test for fortville NIC test >=20 > From: huilong xu >=20 >=20 > Signed-off-by: huilong xu > --- > executions/execution_FVL.cfg | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) >=20 > 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=3D > dual_vlan, > vlan, > shutdown_api, > - queue_start_stop > + queue_start_stop, > + tso > targets=3D > x86_64-native-linuxapp-gcc > parameters=3Dnic_type=3Dcfg:func=3Dtrue > -- > 1.7.4.4