commit | 5d42ced1950c7a7b5f5aa5c1c7e2c78dde9f8ca4 | [log] [tgz] |
---|---|---|
author | Jiong Wang <jiong.wang@netronome.com> | Wed Nov 01 10:38:24 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Nov 02 16:47:30 2017 +0900 |
tree | 3c9cd635485e262943615807d784da719d9a054e | |
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>