commit | 3119d1fd46464c61c80731c3a9f40eee4434fc1d | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <jakub.kicinski@netronome.com> | Thu Oct 12 10:34:12 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Oct 14 11:13:28 2017 -0700 |
tree | 5b5dbcbd671ceda851293be51822e4bcc24b5c43 | |
parent | c000dfb5e29a2abaf303cf90502cb68227f29fae [diff] |
nfp: bpf: implement byte swap instruction Implement byte swaps with rotations, shifts and byte loads. Remember to clear upper parts of the 64 bit registers. 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>