From mboxrd@z Thu Jan 1 00:00:00 1970 From: Balazs Nemeth Subject: Re: [PATCH] ixgbe: fix link speed detection of ixgbevf Date: Fri, 19 Dec 2014 11:07:19 +0100 Message-ID: References: <1415538088-11249-1-git-send-email-choonho.son@gmail.com> Mime-Version: 1.0 Content-Type: text/plain To: dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: <1415538088-11249-1-git-send-email-choonho.son-Re5JQEeQqe8AvxtiuMwx3w@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" This patch is actually a workaround to the problem. By setting get_link_status just before calling ixgbe_check_link defeats the whole purpose of the variable and results in _always_ getting the link status. I think that this patch should be superseded by the following patch: http://dpdk.org/dev/patchwork/patch/2104/