]> Git Repo - linux.git/commit
net/tls: use version from prot
authorJakub Kicinski <[email protected]>
Mon, 3 Jun 2019 22:17:03 +0000 (15:17 -0700)
committerDavid S. Miller <[email protected]>
Tue, 4 Jun 2019 21:33:50 +0000 (14:33 -0700)
commit9cd81988cce195598e04fd8290fea873052bb7bd
tree9073abec02e7dc2fbe9b50526572751f1545d99f
parent1fe275d434ad4ff2d576f9a770eb4c192153ea1d
net/tls: use version from prot

ctx->prot holds the same information as per-direction contexts.
Almost all code gets TLS version from this structure, convert
the last two stragglers, this way we can improve the cache
utilization by moving the per-direction data into cold cache lines.

Signed-off-by: Jakub Kicinski <[email protected]>
Reviewed-by: Dirk van der Merwe <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/tls/tls_device.c
This page took 0.055091 seconds and 4 git commands to generate.