From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] ixgbe_vf: Fix getting link state Date: Wed, 17 Dec 2014 14:24:36 +0100 Message-ID: <2180089.WsPSvRpvUk@xps13> References: <1418822554-1493-1-git-send-email-balazs.nemeth@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Balazs Nemeth Return-path: In-Reply-To: <1418822554-1493-1-git-send-email-balazs.nemeth-ral2JQCrhuEAvxtiuMwx3w@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" 2014-12-17 13:22, Balazs Nemeth: > This patch fixes checking the link state of a virtual function. If the > state has already been checked, it does not need to be checked > again. Previously, get_link_status in the ixgbe_hw struct was > used to track if the information had already been updated, but this > field was always set to false. > > Signed-off-by: Balazs Nemeth This is the third patch about link status fix in ixgbevf. Please comment the other ones in the respective mailing threads: http://dpdk.org/dev/patchwork/patch/1079 http://dpdk.org/dev/patchwork/patch/1224 Are they superseded by yours? -- Thomas