From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 4B33B2A5E for ; Tue, 14 Feb 2017 07:06:12 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Feb 2017 22:06:10 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,159,1484035200"; d="scan'208";a="44092354" Received: from unknown (HELO dpdk-fedora20.icx.intel.com) ([10.240.176.135]) by orsmga002.jf.intel.com with ESMTP; 13 Feb 2017 22:06:10 -0800 From: Lijuan Tu To: dts@dpdk.org Cc: Lijuan Tu Date: Tue, 14 Feb 2017 14:07:17 +0800 Message-Id: <1487052437-25192-1-git-send-email-lijuanx.a.tu@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH]framework settings: support new VF NICs 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, 14 Feb 2017 06:06:12 -0000 Support sageville_vf, vitual NIC from X550 Signed-off-by: Lijuan Tu --- framework/settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/framework/settings.py b/framework/settings.py index acffa34..86a29a3 100644 --- a/framework/settings.py +++ b/framework/settings.py @@ -62,6 +62,7 @@ NICS = { 'twinpond': '8086:1528', 'twinville': '8086:1512', 'sageville': '8086:1563', + 'sageville_vf': '8086:1565', 'sagepond': '8086:15ad', 'sagepond_vf': '8086:15a8', 'magnolia_park': '8086:15ce', @@ -105,6 +106,7 @@ DRIVERS = { 'twinpond': 'ixgbe', 'twinville': 'ixgbe', 'sageville': 'ixgbe', + 'sageville_vf': 'ixgbevf', 'sagepond': 'ixgbe', 'sagepond_vf': 'ixgbevf', 'magnolia_park' : 'ixgbe', -- 1.9.3