From: Greg Rose Date: Wed, 5 May 2010 19:57:49 +0000 (+0000) Subject: ixgbevf: Cache PF ack bit in interrupt X-Git-Tag: v2.6.35-rc1~473^2~257 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08259594e047170923ef11d1482648642bfe606f;p=pandora-kernel.git ixgbevf: Cache PF ack bit in interrupt When the PF acks a message from the VF the VF gets an interrupt. It must cache the ack bit so that polling SW will not miss the ack. Also avoid reading the message buffer on acks because that also will clear the ack bit. Signed-off-by: Greg Rose Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed