From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id E6C125934 for ; Fri, 14 Oct 2016 16:42:54 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP; 14 Oct 2016 07:42:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,493,1473145200"; d="scan'208";a="1053834596" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by fmsmga001.fm.intel.com with ESMTP; 14 Oct 2016 07:42:53 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id u9EEgpup008498; Fri, 14 Oct 2016 22:42:51 +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 u9EEgmgx019822; Fri, 14 Oct 2016 22:42:50 +0800 Received: (from yliu84x@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id u9EEgmB7019818; Fri, 14 Oct 2016 22:42:48 +0800 From: Yuan Peng To: dts@dpdk.org Cc: pengyuan Date: Fri, 14 Oct 2016 22:42:47 +0800 Message-Id: <1476456167-19786-1-git-send-email-yuan.peng@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dts] [PATCH] 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: Fri, 14 Oct 2016 14:42:55 -0000 From: pengyuan Signed-off-by: pengyuan diff --git a/framework/settings.py b/framework/settings.py index cf3f50b..c875366 100644 --- a/framework/settings.py +++ b/framework/settings.py @@ -61,7 +61,7 @@ NICS = { 'twinville': '8086:1512', 'sageville': '8086:1563', 'sagepond' : '8086:15ad', - 'mgpk': '8086:15ce', + 'magnolia_park': '8086:15ce', 'sagepond_vf':'8086:15a8', 'hartwell': '8086:10d3', '82545EM': '8086:100f', @@ -105,7 +105,7 @@ DRIVERS = { 'sageville': 'ixgbe', 'sagepond' : 'ixgbe', 'sagepond_vf': 'ixgbevf', - 'mgpk' : 'ixgbe', + 'magnolia_park' : 'ixgbe', 'hartwell': 'igb', '82545EM': 'igb', '82540EM': 'igb', -- 2.5.0