diff options
author | Daniel Borkmann <[email protected]> | 2016-07-03 01:28:47 +0200 |
---|---|---|
committer | David S. Miller <[email protected]> | 2016-07-04 16:08:40 -0700 |
commit | 13c5c240f789bbd2bcacb14a23771491485ae61f (patch) | |
tree | ecf47dfa74f483b539c325e1b95d3772e38e0107 /tools/perf/scripts/python | |
parent | 6fd980ac39efee9c26b1eb256c3271fcb139bd99 (diff) |
bpf: add bpf_get_hash_recalc helper
If skb_clear_hash() was invoked due to mangling of relevant headers and
BPF program needs skb->hash later on, we can add a helper to trigger hash
recalculation via bpf_get_hash_recalc().
The helper will return the newly retrieved hash directly, but later access
can also be done via skb context again through skb->hash directly (inline)
without needing to call the helper once more.
Signed-off-by: Daniel Borkmann <[email protected]>
Acked-by: Alexei Starovoitov <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions