aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorDon Skidmore <[email protected]>2013-06-28 05:35:50 +0000
committerJeff Kirsher <[email protected]>2013-08-29 02:51:56 -0700
commitbd8a1b12907e314c3630c18da2bc0a07f5ae72e7 (patch)
treed41da0e9e88451e11c2c9f13541b2c525bb77110 /tools/perf/scripts/python/net_dropmonitor.py
parentbe0c27b4edb9ee58c4e72ee7e460a0bed7ecef79 (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 <[email protected]> Tested-by: Phil Schmitt <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions