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 94ABC2B9E for ; Fri, 23 Sep 2016 02:51:27 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga104.fm.intel.com with ESMTP; 22 Sep 2016 17:51:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,380,1470726000"; d="scan'208";a="12413653" Received: from unknown (HELO localhost.localdomain.sh.intel.com) ([10.239.129.103]) by orsmga005.jf.intel.com with ESMTP; 22 Sep 2016 17:51:25 -0700 From: Zhang Qi To: jingjing.wu@intel.com, helin.zhang@intel.com Cc: dev@dpdk.org, Zhang Qi Date: Fri, 23 Sep 2016 01:49:40 +0800 Message-Id: <1474566582-41089-1-git-send-email-qi.z.zhang@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dpdk-dev] [PATCH v3 0/2] net/i40e: enable 25G device 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: Fri, 23 Sep 2016 00:51:28 -0000 The patch enable devices that support 25G link speed. It is based on previous 25G base driver update: http://dpdk.org/ml/archives/dev/2016-August/045569.html Zhang Qi (2): net/i40e: use PHY type to check PHY capability net/i40e: enable 25G device drivers/net/i40e/i40e_ethdev.c | 54 +++++++++++++++++++++++++++++++++++------- drivers/net/i40e/i40e_ethdev.h | 14 +++++++++++ 2 files changed, 59 insertions(+), 9 deletions(-) -- 2.7.4