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 C2C5C902 for ; Tue, 16 Jun 2015 07:56:57 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 15 Jun 2015 22:56:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,624,1427785200"; d="scan'208";a="711698507" Received: from kmsmsx151.gar.corp.intel.com ([172.21.73.86]) by orsmga001.jf.intel.com with ESMTP; 15 Jun 2015 22:56:55 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by KMSMSX151.gar.corp.intel.com (172.21.73.86) with Microsoft SMTP Server (TLS) id 14.3.224.2; Tue, 16 Jun 2015 13:56:54 +0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.46]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.168]) with mapi id 14.03.0224.002; Tue, 16 Jun 2015 13:56:52 +0800 From: "Liu, Yong" To: "Xu, HuilongX" , "dts@dpdk.org" Thread-Topic: [dts] [PATCH V3 1/4] add nvgre test for fortville NIC Thread-Index: AQHQp/X4rOnmSkrWF02Ghh0/gyISFp2uooDw Date: Tue, 16 Jun 2015 05:56:52 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E10E4C5C4@SHSMSX103.ccr.corp.intel.com> References: <1434432771-14576-1-git-send-email-huilongx.xu@intel.com> In-Reply-To: <1434432771-14576-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] [PATCH V3 1/4] add nvgre 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: Tue, 16 Jun 2015 05:56:58 -0000 Thanks, applied in 1.1 branch. > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of huilong,xu > Sent: Tuesday, June 16, 2015 1:33 PM > To: dts@dpdk.org > Subject: [dts] [PATCH V3 1/4] add nvgre test for fortville NIC >=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 600c693..5201420 100644 > --- a/executions/execution_FVL.cfg > +++ b/executions/execution_FVL.cfg > @@ -9,7 +9,8 @@ test_suites=3D > vlan, > shutdown_api, > queue_start_stop, > - fdir > + fdir, > + nvgre > targets=3D > x86_64-native-linuxapp-gcc > parameters=3Dnic_type=3Dcfg:func=3Dtrue > -- > 1.7.4.4