From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id E7772292D for ; Mon, 12 Sep 2016 08:48:06 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP; 11 Sep 2016 23:48:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,321,1470726000"; d="scan'208";a="167112840" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by fmsmga004.fm.intel.com with ESMTP; 11 Sep 2016 23:48:05 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id u8C6m3C3009799; Mon, 12 Sep 2016 14:48:03 +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 u8C6m1GU005962; Mon, 12 Sep 2016 14:48:03 +0800 Received: (from yliu84x@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id u8C6m1t8005958; Mon, 12 Sep 2016 14:48:01 +0800 From: Peng yuan To: dts@dpdk.org Cc: pengyuan Date: Mon, 12 Sep 2016 14:47:59 +0800 Message-Id: <1473662879-5926-1-git-send-email-yuan.peng@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dts] [PATCH] framework settings: add the NIC type(mgpk) 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: Mon, 12 Sep 2016 06:48:07 -0000 From: pengyuan Signed-off-by: pengyuan diff --git a/framework/settings.py b/framework/settings.py index 57eacf2..cf3f50b 100644 --- a/framework/settings.py +++ b/framework/settings.py @@ -61,6 +61,7 @@ NICS = { 'twinville': '8086:1512', 'sageville': '8086:1563', 'sagepond' : '8086:15ad', + 'mgpk': '8086:15ce', 'sagepond_vf':'8086:15a8', 'hartwell': '8086:10d3', '82545EM': '8086:100f', @@ -104,6 +105,7 @@ DRIVERS = { 'sageville': 'ixgbe', 'sagepond' : 'ixgbe', 'sagepond_vf': 'ixgbevf', + 'mgpk' : 'ixgbe', 'hartwell': 'igb', '82545EM': 'igb', '82540EM': 'igb', -- 2.5.0