diff options
author | Catherine Sullivan <[email protected]> | 2019-08-01 16:07:31 -0700 |
---|---|---|
committer | David S. Miller <[email protected]> | 2019-08-05 13:18:53 -0700 |
commit | 438b43bdb95d3189e0098919f321c014ed71f410 (patch) | |
tree | 078c6c0e2af1aab70dbe603dac2815355917a3cb /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py | |
parent | cff6a327d78b05c98e0d1c4be77225ea2c0bfe8e (diff) |
gve: Fix case where desc_cnt and data_cnt can get out of sync
desc_cnt and data_cnt should always be equal. In the case of a dropped
packet desc_cnt was still getting updated (correctly), data_cnt
was not. To eliminate this bug and prevent it from recurring this
patch combines them into one ring level cnt.
Signed-off-by: Catherine Sullivan <[email protected]>
Reviewed-by: Sagi Shahar <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py')
0 files changed, 0 insertions, 0 deletions