From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 1347A2C1A for ; Mon, 10 Apr 2017 11:51:39 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP; 10 Apr 2017 02:51:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,182,1488873600"; d="scan'208";a="844047975" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by FMSMGA003.fm.intel.com with ESMTP; 10 Apr 2017 02:51:37 -0700 To: Qi Zhang Cc: jingjing.wu@intel.com, helin.zhang@intel.com, dev@dpdk.org References: <1491433937-36182-1-git-send-email-qi.z.zhang@intel.com> <1491761106-26883-1-git-send-email-qi.z.zhang@intel.com> From: Ferruh Yigit Message-ID: Date: Mon, 10 Apr 2017 10:51:36 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.0 MIME-Version: 1.0 In-Reply-To: <1491761106-26883-1-git-send-email-qi.z.zhang@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [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 09:51:40 -0000 On 4/9/2017 7:05 PM, Qi Zhang wrote: > 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 Series applied to dpdk-next-net/master, thanks.