]> git.baikalelectronics.ru Git - kernel.git/commit
igb: cleanup interrupt enablement in regards to msix_other
authorAlexander Duyck <alexander.h.duyck@intel.com>
Tue, 27 Oct 2009 23:49:59 +0000 (23:49 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 28 Oct 2009 10:25:52 +0000 (03:25 -0700)
commit8391af36117b207003eab9f103872e415bd32ba5
tree165236fed52a368906e21734a0e6ae9422607aa5
parent93ac6eb1d34ad95be1c899ddf25186d5f4a25468
igb: cleanup interrupt enablement in regards to msix_other

This patch changes a few things so that instead of firing a link status
interrupt directly the get_link_status bit is set and the watchdog is
scheduled.  In addition the mailbox bit is now only enabled if VFs are
enabled.

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>
drivers/net/igb/igb_main.c