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 851232A5E for ; Thu, 25 Feb 2016 08:38:23 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP; 24 Feb 2016 23:38:22 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,497,1449561600"; d="scan'208";a="910865365" Received: from unknown (HELO dpdk-fedora20.icx.intel.com) ([10.238.55.12]) by fmsmga001.fm.intel.com with ESMTP; 24 Feb 2016 23:38:21 -0800 From: "xu,huilong" To: dts@dpdk.org Date: Thu, 25 Feb 2016 15:34:00 +0800 Message-Id: <1456385640-13412-1-git-send-email-huilongx.xu@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1] add sagepond NIC support on dts 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: Thu, 25 Feb 2016 07:38:23 -0000 Signed-off-by: xu,huilong --- framework/settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/framework/settings.py b/framework/settings.py index 068afce..9ae4cc2 100644 --- a/framework/settings.py +++ b/framework/settings.py @@ -59,6 +59,7 @@ NICS = { 'twinpond': '8086:1528', 'twinville': '8086:1512', 'sageville': '8086:1563', + 'sagepond' : '8086:15ad', 'hartwell': '8086:10d3', '82545EM': '8086:100f', '82540EM': '8086:100e', @@ -95,6 +96,7 @@ DRIVERS = { 'twinpond': 'ixgbe', 'twinville': 'ixgbe', 'sageville': 'ixgbe', + 'sagepond' : 'ixgbe', 'hartwell': 'igb', '82545EM': 'igb', '82540EM': 'igb', -- 1.9.3