diff options
author | 2022-07-14 22:22:26 -0700 | |
---|---|---|
committer | 2022-07-18 11:24:10 +0100 | |
commit | 008141de8557479289936e21e7ed6bad50d09443 (patch) | |
tree | d299e91c578658ed18ddcefaf805674d08587efd /tools/perf/scripts/python/flamegraph.py | |
parent | tls: rx: allow only one reader at a time (diff) | |
download | linux-dev-008141de8557479289936e21e7ed6bad50d09443.tar.xz linux-dev-008141de8557479289936e21e7ed6bad50d09443.zip |
tls: rx: don't try to keep the skbs always on the list
I thought that having the skb either always on the ctx->rx_list
or ctx->recv_pkt will simplify the handling, as we would not
have to remember to flip it from one to the other on exit paths.
This became a little harder to justify with the fix for BPF
sockmaps. Subsequent changes will make the situation even worse.
Queue the skbs only when really needed.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions