diff options
author | 2019-02-22 22:36:03 +0000 | |
---|---|---|
committer | 2019-02-23 00:07:47 +0100 | |
commit | 71c190249f0ced5b26377ea6bf829ab3af77a40c (patch) | |
tree | 9096cfe0cd70c4f169e74f05a4f93d1a8af6cd20 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | bpf, lpm: fix lookup bug in map_delete_elem (diff) | |
download | wireguard-linux-71c190249f0ced5b26377ea6bf829ab3af77a40c.tar.xz wireguard-linux-71c190249f0ced5b26377ea6bf829ab3af77a40c.zip |
nfp: bpf: fix code-gen bug on BPF_ALU | BPF_XOR | BPF_K
The intended optimization should be A ^ 0 = A, not A ^ -1 = A.
Fixes: cd7df56ed3e6 ("nfp: add BPF to NFP code translator")
Reviewed-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: Jiong Wang <jiong.wang@netronome.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions