commit | c000dfb5e29a2abaf303cf90502cb68227f29fae | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <jakub.kicinski@netronome.com> | Thu Oct 12 10:34:11 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Oct 14 11:13:28 2017 -0700 |
tree | f6d562323c59603a77d06629e9146c9bd7129f01 | |
parent | 26fa818dc07c649fcb37674580ebd5a3c7cae66c [diff] |
nfp: bpf: add mov helper Register move operation is encoded as alu no op. This means that one has to specify number of unused/none parameters to the emit_alu(). Add a helper. 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>