diff options
author | 2017-11-01 10:38:24 -0700 | |
---|---|---|
committer | 2017-11-02 16:47:30 +0900 | |
commit | 5d42ced1950c7a7b5f5aa5c1c7e2c78dde9f8ca4 (patch) | |
tree | 3c9cd635485e262943615807d784da719d9a054e /tools/perf/scripts/python/stackcollapse.py | |
parent | Merge branch 'dpaa-cleanups' (diff) | |
download | linux-dev-5d42ced1950c7a7b5f5aa5c1c7e2c78dde9f8ca4.tar.xz linux-dev-5d42ced1950c7a7b5f5aa5c1c7e2c78dde9f8ca4.zip |
nfp: bpf: rename ALU_OP_NEG to ALU_OP_NOT
The current ALU_OP_NEG is Op encoding 0x4 for NPF ALU instruction. It is
actually performing "~B" operation which is bitwise NOT.
The using naming ALU_OP_NEG is misleading as NEG is -B which is not the
same as ~B.
Signed-off-by: Jiong Wang <jiong.wang@netronome.com>
Reviewed-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions