From mboxrd@z Thu Jan 1 00:00:00 1970 From: Qi Zhang Subject: [PATCH 0/3] net/i40e: fix wrong VF link speed Date: Wed, 5 Apr 2017 19:12:14 -0400 Message-ID: <1491433937-36182-1-git-send-email-qi.z.zhang@intel.com> Cc: dev@dpdk.org, Qi Zhang To: jingjing.wu@intel.com, helin.zhang@intel.com Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 100719E3 for ; Thu, 6 Apr 2017 08:17:52 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" VF link speed is not correct due to encode mismatch between VF and PF, the patch set fix this issue. Qi Zhang (3): net/i40e: remove duplicate code net/i40e: fix wrong VF link speed net/i40e: add missing 25G link speed drivers/net/i40e/i40e_ethdev.c | 10 +--------- drivers/net/i40e/i40e_ethdev_vf.c | 3 +++ drivers/net/i40e/i40e_pf.c | 29 +++++++++++++++++++++++++++-- 3 files changed, 31 insertions(+), 11 deletions(-) -- 2.7.4