From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2 1/1] net/i40e: enable auto link update for 25G Date: Wed, 30 Nov 2016 12:57:05 +0000 Message-ID: <7177771e-5a9f-3f98-6e38-6ea63e4fffd9@intel.com> References: <1480451181-32566-1-git-send-email-qi.z.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Qi Zhang , jingjing.wu@intel.com, helin.zhang@intel.com Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 7428A5584 for ; Wed, 30 Nov 2016 13:57:08 +0100 (CET) In-Reply-To: <1480451181-32566-1-git-send-email-qi.z.zhang@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 11/29/2016 8:26 PM, Qi Zhang wrote: > In previous patch for 25G (XXV710) enable > 75d133dd329: ("net/i40e: enable 25G device"), > we intend to disable the auto linke update as a work around > for the issue that link can't be turn on when auto link update > is enabled. Now we know the root cause, there are interface > changes of AQ command "set_phy_config" and "get_phy_capabilities" > for 25G. So, this patch remove this limitation. > > Signed-off-by: Qi Zhang Commit log updated a little. Applied to dpdk-next-net/master, thanks.