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 2EDAC8D9C for ; Mon, 25 Jan 2016 04:08:45 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga101.jf.intel.com with ESMTP; 24 Jan 2016 19:08:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,342,1449561600"; d="scan'208";a="35493502" Received: from stv-crb-56.sh.intel.com (HELO [10.239.128.116]) ([10.239.128.116]) by fmsmga004.fm.intel.com with ESMTP; 24 Jan 2016 19:08:43 -0800 Message-ID: <56A59233.90904@intel.com> Date: Mon, 25 Jan 2016 11:10:43 +0800 From: "Liu, Yong" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Lijuan Tu , dts@dpdk.org References: <1453458135-4420-1-git-send-email-lijuanx.a.tu@intel.com> In-Reply-To: <1453458135-4420-1-git-send-email-lijuanx.a.tu@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH]framework/settings.py: fix pci id not match driver 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 Jan 2016 03:08:45 -0000 Thanks Lijuan, has applied another patch like this. On 01/22/2016 06:22 PM, Lijuan Tu wrote: > Signed-off-by: Lijuan Tu > --- > framework/settings.py | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/framework/settings.py b/framework/settings.py > index e5186eb..5e66513 100644 > --- a/framework/settings.py > +++ b/framework/settings.py > @@ -111,6 +111,7 @@ DRIVERS = { > 'fortville_spirit_single': 'i40e', > 'redrockcanyou': 'fm10k', > 'fvl10g_vf':'i40evf', > + 'fortpark':'i40e', > 'atwood': 'fm10k', > 'ConnectX4':'mlx5_core' > }