diff options
author | 2017-10-12 10:34:09 -0700 | |
---|---|---|
committer | 2017-10-14 11:13:28 -0700 | |
commit | 8283737065b2dab480cd10e00e6f8abbcb62b5b0 (patch) | |
tree | 907b0964d517b5b97c150fd83440fdfec8a5346d /net/lapb/lapb_timer.c | |
parent | nfp: bpf: reorder arguments to emit_ld_field_any() (diff) | |
download | wireguard-linux-8283737065b2dab480cd10e00e6f8abbcb62b5b0.tar.xz wireguard-linux-8283737065b2dab480cd10e00e6f8abbcb62b5b0.zip |
nfp: bpf: add missing return in jne_imm optimization
We optimize comparisons to immediate 0 as if (reg.lo | reg.hi).
The early return statement was missing, however, which means we
would generate two comparisons - optimized one followed by a
normal 2x 32 bit compare.
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Reviewed-by: Simon Horman <simon.horman@netronome.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions