aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorJakub Kicinski <[email protected]>2022-04-08 11:31:30 -0700
committerDavid S. Miller <[email protected]>2022-04-10 17:32:11 +0100
commit7da18bcc5e4cfd14ea520367546c5697e64ae592 (patch)
tree80bf60eb2dd41dfe1baba806726854edd108dfc6 /tools/perf/scripts/python
parentfc8da80f990696a50ea76628daca6e63331b18b7 (diff)
tls: rx: don't track the async count
We track both if the last record was handled by async crypto and how many records were async. This is not necessary. We implicitly assume once crypto goes async it will stay that way, otherwise we'd reorder records. So just track if we're in async mode, the exact number of records is not necessary. This change also forces us into "async" mode more consistently in case crypto ever decided to interleave async and sync. Signed-off-by: Jakub Kicinski <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions