commit | efe3d3c8ee6805c7e8b17f9aae554c04b271ab99 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Fri Jul 15 03:05:21 2011 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Sat Aug 27 00:00:10 2011 -0700 |
tree | c5a976b148a7453dada76d8eb33905493354c4b4 | |
parent | 30065e63d8366b6ea4c8962fa255adfac157ce06 [diff] |
ixgbe: convert rings from q_vector bit indexed array to linked list This change converts the current bit array into a linked list so that the q_vectors can simply go through ring by ring and locate each ring needing to be cleaned. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>