From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 69AD4475D for ; Wed, 19 Oct 2016 03:53:54 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga105.fm.intel.com with ESMTP; 18 Oct 2016 18:53:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,364,1473145200"; d="scan'208";a="21145238" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga005.jf.intel.com with ESMTP; 18 Oct 2016 18:53:52 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id u9J1rqdd015886; Wed, 19 Oct 2016 09:53:52 +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 u9J1rnbC010841; Wed, 19 Oct 2016 09:53:51 +0800 Received: (from pengyuan@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id u9J1rnbU010837; Wed, 19 Oct 2016 09:53:49 +0800 From: pengyuan To: dts@dpdk.org Cc: root Date: Wed, 19 Oct 2016 09:53:45 +0800 Message-Id: <1476842025-10803-1-git-send-email-yuan.peng@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: References: 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 01:53:54 -0000 From: root Signed-off-by: root 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