From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id D41252BEA for ; Wed, 19 Oct 2016 04:34:40 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP; 18 Oct 2016 19:34:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,364,1473145200"; d="scan'208";a="1046721004" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga001.jf.intel.com with ESMTP; 18 Oct 2016 19:34:38 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id u9J2YbVA018048; Wed, 19 Oct 2016 10:34:37 +0800 Received: from shecgisg003.sh.intel.com (localhost [127.0.0.1]) by shecgisg003.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id u9J2YYml011867; Wed, 19 Oct 2016 10:34:36 +0800 Received: (from pengyuan@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id u9J2YYbR011863; Wed, 19 Oct 2016 10:34:34 +0800 From: pengyuan To: dts@dpdk.org Cc: Peng Yuan Date: Wed, 19 Oct 2016 10:34:33 +0800 Message-Id: <1476844473-11829-1-git-send-email-yuan.peng@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dts] [PATCH V2] framework: Add the NIC type magnolia park 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: Wed, 19 Oct 2016 02:34:41 -0000 From: Peng Yuan Signed-off-by: Peng Yuan diff --git a/framework/settings.py b/framework/settings.py index 1cfb6c1..e232364 100644 --- a/framework/settings.py +++ b/framework/settings.py @@ -63,6 +63,7 @@ NICS = { 'sageville': '8086:1563', 'sagepond': '8086:15ad', 'sagepond_vf': '8086:15a8', + 'magnolia_park': '8086:15ce', 'hartwell': '8086:10d3', '82545EM': '8086:100f', '82540EM': '8086:100e', @@ -105,6 +106,7 @@ DRIVERS = { 'sageville': 'ixgbe', 'sagepond': 'ixgbe', 'sagepond_vf': 'ixgbevf', + 'magnolia_park' : 'ixgbe', 'hartwell': 'igb', '82545EM': 'igb', '82540EM': 'igb', -- 2.5.0