linux/drivers/net/ethernet/netronome/nfp/bpf
Jiong Wang 5d42ced195 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>
2017-11-02 16:47:30 +09:00
..
jit.c nfp: bpf: rename ALU_OP_NEG to ALU_OP_NOT 2017-11-02 16:47:30 +09:00
main.c net: sched: move the can_offload check from binding phase to rule insertion phase 2017-11-02 16:10:39 +09:00
main.h drivers/net: netronome: Convert timers to use timer_setup() 2017-10-27 12:09:15 +09:00
offload.c drivers/net: netronome: Convert timers to use timer_setup() 2017-10-27 12:09:15 +09:00
verifier.c bpf: reduce verifier memory consumption 2017-11-01 11:41:18 +09:00