commit | d4960307ea63a5625a175cc2d7b192e68e6b4fba | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Tue Oct 27 15:53:45 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 28 01:20:35 2009 -0700 |
tree | 13df04dc963f3ed865d78f74c3aabb94da0bfe07 | |
parent | 06cf2666c7f5cc4ba4bf2687d041c61ada76fa3c [diff] |
igb: delay VF reset notification until after interrupts are enabed This update delays the VF reset notification until after interrupts are enabled. Otherwise there is a chance of having the VF try to reset itself too soon and being ignored by the PF as a result. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>