aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorJesse Brandeburg <[email protected]>2019-08-08 07:39:38 -0700
committerJeff Kirsher <[email protected]>2019-09-05 08:13:40 -0700
commit9d56b7fd6a1a2293c61749fa3b6b8a133ade9d44 (patch)
treea38a316da28eab7d44d875c2246c51f9c8ea38c6 /tools/perf/scripts/python
parentd27525ec1fdd01740edb7d4f3dc801256d543393 (diff)
ice: change work limit to a constant
The driver has supported a transmit work limit that was configurable from ethtool for a long time, but there are no good use cases for having it be a variable that can be changed at run time. In addition, this variable was noted to be causing performance overhead due to cache misses. Just remove the variable and let the code use a constant so that the functionality is maintained (a limit on the number of transmits that will be cleaned in any one call to the clean routines) without the cache miss. Removes code, removes a variable, removes testing surface. Yay. Signed-off-by: Jesse Brandeburg <[email protected]> Tested-by: Andrew Bowers <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions