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 7B1D1133F for ; Mon, 20 Mar 2017 08:06:22 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1489993582; x=1521529582; h=message-id:date:from:mime-version:to:subject:references: in-reply-to:content-transfer-encoding; bh=6Mq0gDQkWp2XKOslYVqZ0CU3+9wCqpE4L152BusQTe0=; b=NkSctm2iTwFtlWg67pLQ1AwQyYojhkRkaAQaL+YEyVG2K/hJFE139EN1 RkyQxTO0Q1MmMRkMzx3i3il/e3ysMA==; Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Mar 2017 00:06:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,193,1486454400"; d="scan'208";a="1124754762" Received: from stv-crb-56.sh.intel.com (HELO [10.239.128.116]) ([10.239.128.116]) by fmsmga001.fm.intel.com with ESMTP; 20 Mar 2017 00:06:19 -0700 Message-ID: <58CF7D56.6070708@intel.com> Date: Mon, 20 Mar 2017 14:57:26 +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: "lu,peipei" , dts@dpdk.org References: <1489991097-30006-1-git-send-email-peipeix.lu@intel.com> In-Reply-To: <1489991097-30006-1-git-send-email-peipeix.lu@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH V1] add fortville 25G Nics and its identifiers supported by the framework. 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, 20 Mar 2017 07:06:23 -0000 Applied, please use pep8 tool to check format issue first. On 03/20/2017 02:24 PM, lu,peipei wrote: > From: "Lu,peipei" > > Signed-off-by: Lu,peipei > --- > framework/settings.py | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/framework/settings.py b/framework/settings.py > index 86a29a3..e01ff84 100644 > --- a/framework/settings.py > +++ b/framework/settings.py > @@ -90,6 +90,7 @@ NICS = { > 'ConnectX3': '15b3:1003', > 'ConnectX4': '15b3:1013', > 'boulderrapid': '8086:15d0', > + 'fortville_25g':'8086:158b', > } > > DRIVERS = { > @@ -134,6 +135,7 @@ DRIVERS = { > 'ConnectX3': 'mlx4_core', > 'ConnectX4': 'mlx5_core', > 'boulderrapid': 'fm10k', > + 'fortville_25g':'i40e', > } > > """