commit | e90287f3aaf666c9e18e60f889f82ecfb0ee3c5d | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <jakub.kicinski@netronome.com> | Tue Jan 22 22:45:25 2019 -0800 |
committer | Alexei Starovoitov <ast@kernel.org> | Wed Jan 23 17:35:32 2019 -0800 |
tree | 4b346097cc75fb2772cdeaa98a0c711d46a2501e | |
parent | 08ca90afba255d05dc3253caa44056e7aecbe8c5 [diff] |
nfp: bpf: don't use instruction number for jump target Instruction number is meaningless at code gen phase. The target of the instruction is overwritten by nfp_fixup_branches(). The convention is to put the raw offset in target address as a place holder. See cmp_* functions. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Reviewed-by: Quentin Monnet <quentin.monnet@netronome.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>