commit | bd8a1b12907e314c3630c18da2bc0a07f5ae72e7 | [log] [tgz] |
---|---|---|
author | Don Skidmore <donald.c.skidmore@intel.com> | Fri Jun 28 05:35:50 2013 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Thu Aug 29 02:51:56 2013 -0700 |
tree | d41da0e9e88451e11c2c9f13541b2c525bb77110 | |
parent | be0c27b4edb9ee58c4e72ee7e460a0bed7ecef79 [diff] |
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>