commit | 2dfd12126573d6feb12f1d215a352851750fcbd7 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Thu Sep 03 14:49:15 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 03 20:01:47 2009 -0700 |
tree | d94258fba677d18f8556a926eabefc7c05a524a8 | |
parent | ff41f8dcc63b4d027ed314ae909df53746c40632 [diff] |
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>