From: Alexander Duyck Date: Tue, 27 Oct 2009 15:49:27 +0000 (+0000) Subject: igb: add new data structure for handling interrupts and NAPI X-Git-Tag: v2.6.33-rc1~388^2~698 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=047e0030f1e601233ae5b03910602ec93c620bce;p=pandora-kernel.git igb: add new data structure for handling interrupts and NAPI Add a new igb_q_vector data structure to handle interrupts and NAPI. This helps to abstract the rings away from the adapter struct. In addition it allows for a bit of consolidation since a tx and rx ring can share a q_vector. Signed-off-by: Alexander Duyck Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed