diff options
author | Jiong Wang <jiong.wang@netronome.com> | 2017-11-01 10:38:24 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-11-02 16:47:30 +0900 |
commit | 5d42ced1950c7a7b5f5aa5c1c7e2c78dde9f8ca4 (patch) | |
tree | 3c9cd635485e262943615807d784da719d9a054e /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 07d3c4afc55870a4445d322adf4190463580da7d (diff) |
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/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions