From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id D3A9A231E; Fri, 21 Jul 2017 11:06:28 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Jul 2017 02:06:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,389,1496127600"; d="scan'208";a="110399932" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.255.137.4]) ([10.255.137.4]) by orsmga004.jf.intel.com with ESMTP; 21 Jul 2017 02:06:21 -0700 From: Ferruh Yigit To: Jeff Guo , beilei.xing@intel.com, jingjing.wu@intel.com Cc: dev@dpdk.org, stable@dpdk.org References: <1500540302-84503-1-git-send-email-jia.guo@intel.com> <1500606424-83169-1-git-send-email-jia.guo@intel.com> Message-ID: <8a3132ed-7644-05f9-9675-1866d2fd0172@intel.com> Date: Fri, 21 Jul 2017 10:06:18 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <1500606424-83169-1-git-send-email-jia.guo@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH v2] net/i40e: fix link down and negotiation issue 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, 21 Jul 2017 09:06:29 -0000 On 7/21/2017 4:07 AM, Jeff Guo wrote: > Enable the functions set link down and set link up in i40e by check > phy_type, and fix the issue of auto negotiation failed in XXV710 when > bind kernel driver after unbind from dpdk driver by modify the speed > setting distinguish from set link up and down. With this fix, if unbind > dpdk to bind kernel driver, no need to set auto negotiation and ifconfi > up anymore, remove the part from doc. > > Fixes: ca7e599d4506 ("net/i40e: fix link management") > Fixes: 2f1e22817420 ("i40e: skip link control as firmware workaround") > Fixes: 6e145fcc754b ("i40e: support autoneg or force link speed") Cc: stable@dpdk.org > Signed-off-by: Jeff Guo Applied to dpdk-next-net/master, thanks.