From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id D95CD2B96 for ; Tue, 27 Sep 2016 07:08:15 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP; 26 Sep 2016 22:08:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,403,1470726000"; d="scan'208";a="13597219" Received: from unknown (HELO localhost.localdomain.sh.intel.com) ([10.239.129.103]) by fmsmga005.fm.intel.com with ESMTP; 26 Sep 2016 22:08:13 -0700 From: Zhang Qi To: jingjing.wu@intel.com, helin.zhang@intel.com Cc: dev@dpdk.org, Zhang Qi Date: Tue, 27 Sep 2016 06:06:22 +0800 Message-Id: <1474927584-24090-1-git-send-email-qi.z.zhang@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dpdk-dev] [PATCH v6 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: Tue, 27 Sep 2016 05:08:16 -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 v6: - rebase to dpdk-next-net/rel_16_11. v5: - no chnage, just for adding the missing change log. v4: - correct return value check of i40e_dev_sync_phy_type. v3: - use PHY type to check PHY capability. - change the commit log in PATCH 1/2. v2: - remove some tailing white space. Zhang Qi (2): net/i40e: use PHY type to check PHY capability net/i40e: enable 25G device drivers/net/i40e/i40e_ethdev.c | 53 +++++++++++++++++++++++++++++++++++------- drivers/net/i40e/i40e_ethdev.h | 14 +++++++++++ 2 files changed, 59 insertions(+), 8 deletions(-) -- 2.7.4