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)
commit2dfd12126573d6feb12f1d215a352851750fcbd7
treed94258fba677d18f8556a926eabefc7c05a524a8
parentff41f8dcc63b4d027ed314ae909df53746c40632
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