commit | fe49f04aa8c0f74c363cbb1e9852a0d7769b5a99 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Thu Jun 04 16:00:09 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Jun 07 05:20:20 2009 -0700 |
tree | 0017d7c78c5ebf7aafa6b9a1462dd768df06662c | |
parent | 21fa4e66bd0bedfa4ed6aa6f7008b2aff6d45c8d [diff] |
ixgbe: move v_idx into q_vector and use as index only The v_idx value was being used as both a bitmask and an index. This change makes it so that the q_vector contains the index and allows for much of the code to be simplified since disabling a q_vector involves only clearing one bit in the interrupt bitmask. 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>