From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v1] ixgbe: fix link issue in loopback mode Date: Sun, 15 Feb 2015 17:10:27 +0100 Message-ID: <8555599.57TG7Xrf0Y@xps13> References: <1423125918-31757-1-git-send-email-cunming.liang@intel.com> <20150209155225.GB18872@debian-x64.ch.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Cunming Liang Return-path: In-Reply-To: <20150209155225.GB18872-GQGeBJRQ6etbn3E1eTv7vNh3ngVCH38I@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" > > In loopback mode, it's expected force link up even when there's no cable connect. > > But in codes, setup_sfp() rewrites the related register. > > It causes in the case 'multispeed_fiber', it can't link up without cable connect. > > > > Signed-off-by: Cunming Liang > Acked-by: Patrick Lu Applied, thanks