commit | 08259594e047170923ef11d1482648642bfe606f | [log] [tgz] |
---|---|---|
author | Greg Rose <gregory.v.rose@intel.com> | Wed May 05 19:57:49 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu May 06 00:31:45 2010 -0700 |
tree | 467b904e16abbc8f5a634a4178a680cc9abada48 | |
parent | 8a07a22d856f37e580557c1a13c8eb8662f9cc11 [diff] |
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 <gregory.v.rose@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>