commit | e84797fe159c8f849edd96ab72cc21eb890656fe | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <jakub.kicinski@netronome.com> | Wed Jan 10 12:26:03 2018 +0000 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Wed Jan 10 13:49:35 2018 +0100 |
tree | d1e9fd638d1b424fcb83d6970fcbf6528e87b829 | |
parent | 44a12ecc1cab7dcf4647dfef7d94f5c559c01407 [diff] |
nfp: bpf: use a large constant in unresolved branches To make absolute relocated branches (branches which will be completely rewritten with br_set_offset()) distinguishable in user space dumps from normal jumps add a large offset to them. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Reviewed-by: Jiong Wang <jiong.wang@netronome.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>