ixgbe: skb_record_rx_queue should record rx queue instead of vector
authorAlexander Duyck <alexander.h.duyck@intel.com>
Wed, 6 May 2009 10:43:47 +0000 (10:43 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 6 May 2009 22:33:46 +0000 (15:33 -0700)
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 <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found