]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ixgbe: Update ATR to use recorded TX queues instead of CPU for routing
authorAlexander Duyck <alexander.h.duyck@intel.com>
Sat, 11 Jun 2011 01:44:53 +0000 (01:44 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 22 Jul 2011 05:54:19 +0000 (22:54 -0700)
commit6440752c872e418452a2cbbf5e73d546affe2b28
tree3870081c04454171fb3041c71dd2c50d28ee2425
parenta14bc2bb7075e59be635a2470dc0a32c5a0e8e21
ixgbe: Update ATR to use recorded TX queues instead of CPU for routing

This change is meant to update ATR so that it will use the recorded RX
queue instead of the CPU in the case of routing.  This change is meant to
help ixgbe default behavior to more closely match that of the kernel.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Tested-by: Ross Brattain <ross.b.brattain@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ixgbe/ixgbe_main.c