]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: convert rings from q_vector bit indexed array to linked list
authorAlexander Duyck <alexander.h.duyck@intel.com>
Fri, 15 Jul 2011 03:05:21 +0000 (03:05 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sat, 27 Aug 2011 07:00:10 +0000 (00:00 -0700)
commit612889930445a24a80227b78183733bae8ee5ac6
treec5a976b148a7453dada76d8eb33905493354c4b4
parentf5d3d8b527d0687c0ad882c40399e4f699bb0629
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>
drivers/net/ethernet/intel/ixgbe/ixgbe.h
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c