diff options
author | Jakub Kicinski <[email protected]> | 2018-04-24 21:22:39 -0700 |
---|---|---|
committer | Daniel Borkmann <[email protected]> | 2018-04-25 09:56:10 +0200 |
commit | 7bdc97be9075c074be0f0aa9c59a8d2238224743 (patch) | |
tree | 16281ac7de8247d60c728a93b7db5bc92a1e74ca /lib/mpi/mpiutil.c | |
parent | 61dd8f0007799e88d35624f63e24e98a978df9d9 (diff) |
nfp: bpf: optimize comparisons to negative constants
Comparison instruction requires a subtraction. If the constant
is negative we are more likely to fit it into a NFP instruction
directly if we change the sign and use addition.
Signed-off-by: Jakub Kicinski <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Diffstat (limited to 'lib/mpi/mpiutil.c')
0 files changed, 0 insertions, 0 deletions