From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] ixgbe: initialize link status on initialization Date: Tue, 27 Jan 2015 13:10:04 +0100 Message-ID: <5022430.FkcLWelSQB@xps13> References: <20141227094135.680f211a@urahara> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Stephen Hemminger Return-path: In-Reply-To: <20141227094135.680f211a@urahara> 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" > The link_status variable is not set when device is initialized. > This can lead to problems with link never being reported as up > if using some SFP modules where the link is instantly on. > > Signed-off-by: Stephen Hemminger Acked-by: Thomas Monjalon Applied Thanks -- Thomas