aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts
diff options
context:
space:
mode:
authorJakub Kicinski <[email protected]>2019-09-06 22:29:58 -0700
committerDavid S. Miller <[email protected]>2019-09-07 18:10:34 +0200
commitd4774ac0d49ae92c5176c9848db555e89a5a4e45 (patch)
treed7368d446e09e07f4fd0ed6060d702dfb961c889 /tools/perf/scripts
parent7ccd451912dd6407957676ae584248bdadc97b38 (diff)
net/tls: use RCU for the adder to the offload record list
All modifications to TLS record list happen under the socket lock. Since records form an ordered queue readers are only concerned about elements being removed, additions can happen concurrently. Use RCU primitives to ensure the correct access types (READ_ONCE/WRITE_ONCE). Signed-off-by: Jakub Kicinski <[email protected]> Reviewed-by: Dirk van der Merwe <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts')
0 files changed, 0 insertions, 0 deletions