From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id B6DA51075 for ; Mon, 20 Mar 2017 07:23:35 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1489991015; x=1521527015; h=from:to:cc:subject:date:message-id; bh=meF+rJGVbzrWeGK4ofwlriXZPhJnbOabtCnhH3Mcr9Q=; b=PH6aP96WqUkQF5sy4COHn1EAqN7ZpfH65jxPMMx0gR3aVjf5u3ca055G axv/nMPg6B9zGr/zTIz5NMsKNlCVPQ==; Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Mar 2017 23:23:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,191,1486454400"; d="scan'208";a="1144523132" Received: from unknown (HELO dpdk-fedora20.icx.intel.com) ([10.240.176.135]) by fmsmga002.fm.intel.com with ESMTP; 19 Mar 2017 23:23:33 -0700 From: "lu,peipei" To: dts@dpdk.org Cc: "Lu,peipei" Date: Mon, 20 Mar 2017 14:24:57 +0800 Message-Id: <1489991097-30006-1-git-send-email-peipeix.lu@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1] add fortville 25G Nics and its identifiers supported by the framework. 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, 20 Mar 2017 06:23:36 -0000 From: "Lu,peipei" Signed-off-by: Lu,peipei --- framework/settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/framework/settings.py b/framework/settings.py index 86a29a3..e01ff84 100644 --- a/framework/settings.py +++ b/framework/settings.py @@ -90,6 +90,7 @@ NICS = { 'ConnectX3': '15b3:1003', 'ConnectX4': '15b3:1013', 'boulderrapid': '8086:15d0', + 'fortville_25g':'8086:158b', } DRIVERS = { @@ -134,6 +135,7 @@ DRIVERS = { 'ConnectX3': 'mlx4_core', 'ConnectX4': 'mlx5_core', 'boulderrapid': 'fm10k', + 'fortville_25g':'i40e', } """ -- 1.9.3