From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 62A47CE7 for ; Tue, 12 Jul 2016 03:09:31 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP; 11 Jul 2016 18:09:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,349,1464678000"; d="scan'208";a="844479978" Received: from stv-crb-56.sh.intel.com (HELO [10.239.128.116]) ([10.239.128.116]) by orsmga003.jf.intel.com with ESMTP; 11 Jul 2016 18:09:30 -0700 Message-ID: <57844414.8080400@intel.com> Date: Tue, 12 Jul 2016 09:12:52 +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: <1467966564-41419-1-git-send-email-lijuanx.a.tu@intel.com> In-Reply-To: <1467966564-41419-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: support new VF NICs: powervill_vf, sagepond_vf 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, 12 Jul 2016 01:09:31 -0000 Applied, thanks Lijuan. On 07/08/2016 04:29 PM, Lijuan Tu wrote: > powervill_vf, vitual NIC from I350 > sagepond_vf, vitual NIC from X552/X557 > > Signed-off-by: Lijuan Tu > --- > framework/settings.py | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/framework/settings.py b/framework/settings.py > index 2f440c9..57eacf2 100644 > --- a/framework/settings.py > +++ b/framework/settings.py > @@ -52,6 +52,7 @@ NICS = { > 'kawela_4': '8086:1526', > 'bartonhills': '8086:150e', > 'powerville': '8086:1521', > + 'powerville_vf': '8086:1520', > 'ophir': '8086:105e', > 'niantic': '8086:10fb', > 'niantic_vf': '8086:10ed', > @@ -60,6 +61,7 @@ NICS = { > 'twinville': '8086:1512', > 'sageville': '8086:1563', > 'sagepond' : '8086:15ad', > + 'sagepond_vf':'8086:15a8', > 'hartwell': '8086:10d3', > '82545EM': '8086:100f', > '82540EM': '8086:100e', > @@ -92,6 +94,7 @@ DRIVERS = { > 'kawela_4': 'igb', > 'bartonhills': 'igb', > 'powerville': 'igb', > + 'powerville_vf': 'igbvf', > 'ophir': 'igb', > 'niantic': 'ixgbe', > 'niantic_vf': 'ixgbevf', > @@ -100,6 +103,7 @@ DRIVERS = { > 'twinville': 'ixgbe', > 'sageville': 'ixgbe', > 'sagepond' : 'ixgbe', > + 'sagepond_vf': 'ixgbevf', > 'hartwell': 'igb', > '82545EM': 'igb', > '82540EM': 'igb',