Files
linux/drivers/net
Don Skidmore bd8a1b1290 ixgbe: fix incorrect limit value in ring transverse
We were transversing the tx_ring with IXGBE_NUM_RX_QUEUES.  Now this define
happens to have the correct value but this is misleading and a change later
could easily make this no longer true.  I updated it to netdev->num_tx_queues
like we use in ixgbe_get_strings().

Signed-off-by: Don Skidmore <donald.c.skidmore@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2013-08-29 02:51:56 -07:00
..
2013-07-19 17:36:03 -07:00
2013-08-13 15:10:22 -07:00
2013-07-26 15:24:32 -07:00
2013-08-29 01:18:04 -04:00
2013-08-21 12:21:45 -07:00
2013-07-19 17:36:03 -07:00