commit | 3ddeac6705aba31b7528c7d7a528eabb74475622 | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <jakub.kicinski@netronome.com> | Thu Oct 18 11:34:55 2018 -0700 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Thu Oct 18 22:16:02 2018 +0200 |
tree | 597a7e02253df1425deec7189c2c973c9e88ea22 | |
parent | 1bd70d2eba9d90eb787634361f0f6fa2c86b3f6d [diff] |
tools: bpftool: use 4 context mode for the NFP disasm The nfp driver is currently always JITing the BPF for 4 context/thread mode of the NFP flow processors. Tell this to the disassembler, otherwise some registers may be incorrectly decoded. 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>