]> git.baikalelectronics.ru Git - kernel.git/commit
igb: only disable/enable interrupt bits for igb physical function
authorAlexander Duyck <alexander.h.duyck@intel.com>
Thu, 3 Sep 2009 14:49:15 +0000 (14:49 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 4 Sep 2009 03:01:47 +0000 (20:01 -0700)
commitdb4af949b2b76c9b4ca78339d4fda828948671df
treed94258fba677d18f8556a926eabefc7c05a524a8
parent2e03f26e510df0e4b1e6e4e0248add030d4e53d3
igb: only disable/enable interrupt bits for igb physical function

The igb_irq_disable/enable calls were causing virtual functions associated
with the igb physical function to have their interrupts disabled.  In order
to prevent this from occuring we should only clear/set the bits related to
the physical function.

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