From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.sandvine.com (Mail1.sandvine.com [64.7.137.134]) by dpdk.org (Postfix) with ESMTP id 283A7DE0 for ; Thu, 11 Dec 2014 19:27:25 +0100 (CET) Received: from BLR-EXCHP-2.sandvine.com (192.168.196.172) by WTL-EXCHP-2.sandvine.com (192.168.194.177) with Microsoft SMTP Server (TLS) id 14.3.195.1; Thu, 11 Dec 2014 13:27:23 -0500 Received: from WTL-EXCHP-1.sandvine.com ([fe80::ac6b:cc1e:f2ff:93aa]) by blr-exchp-2.sandvine.com ([fe80::6c6d:7108:c63c:9055%14]) with mapi id 14.03.0181.006; Thu, 11 Dec 2014 13:27:24 -0500 From: Michael Marchetti To: "dev@dpdk.org" Thread-Topic: i40e 3rdparty QSFP module support Thread-Index: AdAVcBFG9jxEWYD6TnWfJAgFcYrrHw== Date: Thu, 11 Dec 2014 18:27:22 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [192.168.200.58] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] i40e 3rdparty QSFP module support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Dec 2014 18:27:25 -0000 Hi, I have an i40e card with a Finisar QSFP (40G) module. The dpdk driver = does not seem to detect the correct mac type for this QSFP module. Inside: STATIC enum i40e_media_type i40e_get_media_type(struct i40e_hw *hw) hw->phy.link_info.phy_type has value 0, which does not match up (I40E_PHY_T= YPE_SGMII). Has anyone had success getting non-intel QSFP's to work nicely with the DPD= K PMD? Thanks.