From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id C60C92C35; Fri, 7 Apr 2017 16:29:08 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491575349; x=1523111349; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=u144Yf/X6vQJHY5INvYxzXNrfh+KAgSUN+TDnQSun/M=; b=DcpCXTduOCKIzz+HT3ETfQSalS5o2OG4kst+rCR2CU+GeFL1CKry6x5W Cwe3eyxJRn4GfLoGt+o0cN3BeE5D4A==; Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Apr 2017 07:29:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,165,1488873600"; d="scan'208";a="86410050" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga006.fm.intel.com with ESMTP; 07 Apr 2017 07:29:05 -0700 To: Qi Zhang , jingjing.wu@intel.com, helin.zhang@intel.com References: <1491433937-36182-1-git-send-email-qi.z.zhang@intel.com> <1491433937-36182-3-git-send-email-qi.z.zhang@intel.com> Cc: dev@dpdk.org, stable@dpdk.org From: Ferruh Yigit Message-ID: Date: Fri, 7 Apr 2017 15:29:05 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <1491433937-36182-3-git-send-email-qi.z.zhang@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH 2/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: Fri, 07 Apr 2017 14:29:09 -0000 On 4/6/2017 12:12 AM, Qi Zhang wrote: > When PF notify link speed to VF, encode of link speed need to > be converted from ETH_SPEED_XXX to I40E_LINK_SPEED_XXX. > > Fixes: bb6722fb5c0e ("net/i40e: fix VF bonded device link down") > Cc: stable@dpdk.org > > Signed-off-by: Qi Zhang Hi Qi, There are some checkpatch warnings for this patch. Can you please address them and send a new version of the set? Thanks, ferruh