From: Alexander Duyck Date: Wed, 6 May 2009 10:43:47 +0000 (+0000) Subject: ixgbe: skb_record_rx_queue should record rx queue instead of vector X-Git-Tag: v2.6.31-rc1~330^2~464 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdaff1ceac32e1748353e91a420c18141ea153c0;p=pandora-kernel.git ixgbe: skb_record_rx_queue should record rx queue instead of vector currently ixgbe_receive_skb is passing the vector index to skb_record_rx_queue instead of the queue index. This patch changes that so that the ring index is passed instead. Signed-off-by: Alexander Duyck Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed