From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id D634A2BD1 for ; Mon, 10 Apr 2017 03:10:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491786648; x=1523322648; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=1ArqLy8c6B38j/rykNIZk+rUBLWb5InkNNV3NamXPyY=; b=WD79Gi7eObGn/amU/xYXRXcl6LF065ZP+Rc2VPWCw46+cXh375vWorJy Uk8v3Y0PW2ZSix7muAyGJkCEuKC/FQ==; Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Apr 2017 18:10:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,179,1488873600"; d="scan'208";a="1117581974" Received: from unknown (HELO localhost.localdomain.sh.intel.com) ([10.239.129.189]) by orsmga001.jf.intel.com with ESMTP; 09 Apr 2017 18:10:44 -0700 From: Qi Zhang To: ferruh.yigit@intel.com Cc: jingjing.wu@intel.com, helin.zhang@intel.com, dev@dpdk.org, Qi Zhang Date: Sun, 9 Apr 2017 14:05:03 -0400 Message-Id: <1491761106-26883-1-git-send-email-qi.z.zhang@intel.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1491433937-36182-1-git-send-email-qi.z.zhang@intel.com> References: <1491433937-36182-1-git-send-email-qi.z.zhang@intel.com> Subject: [dpdk-dev] [PATCH v2 0/3] net/i40e: fix wrong VF link speed X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Apr 2017 01:10:48 -0000 VF link speed is not correct due to encode mismatch between VF and PF, the patch set fix this issue. v2: - fix checkpatch warning. 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