]> www.infradead.org Git - users/jedix/linux-maple.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)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 14:00:53 +0000 (22:00 +0800)
commit1e37515e8fe05eb34fd4b395558d9f49ca540857
tree571e3ffffe61a17448e60ccbf968f252f314e2f1
parent353550c00ce2b1d9188ad3b29ad554b8d8295963
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.

(cherry picked from commit efe3d3c8ee6805c7e8b17f9aae554c04b271ab99)
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>
Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/ixgbe/ixgbe.h
drivers/net/ixgbe/ixgbe_main.c