linux/drivers/net/ethernet/netronome/nfp/bpf
Jiong Wang 3239e7bb28 nfp: bpf: correct the encoding for No-Dest immed
When immed is used with No-Dest, the emitter should use reg.dst instead of
reg.areg for the destination, using the latter will actually encode
register zero.

Signed-off-by: Jiong Wang <jiong.wang@netronome.com>
Reviewed-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
2017-12-01 20:59:20 +01:00
..
jit.c nfp: bpf: correct the encoding for No-Dest immed 2017-12-01 20:59:20 +01:00
main.c nfp: bpf: move to new BPF program offload infrastructure 2017-11-05 22:26:19 +09:00
main.h nfp: bpf: flag jump destination to guide insn combine optimizations 2017-12-01 20:59:19 +01:00
offload.c nfp: bpf: flag jump destination to guide insn combine optimizations 2017-12-01 20:59:19 +01:00
verifier.c nfp: bpf: record jump destination to simplify jump fixup 2017-12-01 20:59:19 +01:00