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 7428A5584 for ; Wed, 30 Nov 2016 13:57:08 +0100 (CET) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP; 30 Nov 2016 04:57:07 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,574,1473145200"; d="scan'208";a="37204841" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.29]) ([10.237.220.29]) by orsmga005.jf.intel.com with ESMTP; 30 Nov 2016 04:57:06 -0800 To: Qi Zhang , jingjing.wu@intel.com, helin.zhang@intel.com References: <1480451181-32566-1-git-send-email-qi.z.zhang@intel.com> Cc: dev@dpdk.org From: Ferruh Yigit Message-ID: <7177771e-5a9f-3f98-6e38-6ea63e4fffd9@intel.com> Date: Wed, 30 Nov 2016 12:57:05 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.0 MIME-Version: 1.0 In-Reply-To: <1480451181-32566-1-git-send-email-qi.z.zhang@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 1/1] net/i40e: enable auto link update for 25G X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Nov 2016 12:57:08 -0000 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.