commit | 995e101ffa71eff6ae5f5d5bf1ca8ec757b4ed21 | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <jakub.kicinski@netronome.com> | Sun Oct 08 21:04:12 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 09 09:51:03 2017 -0700 |
tree | 5d6f71a7fc6b801139b763cf3c75b6adc50da344 | |
parent | 9f15d0f438372986b0f9de36f805fe2dd83f9c27 [diff] |
nfp: bpf: encode extended LM pointer operands Most instructions have special fields which allow switching between base and extended Local Memory pointers. Introduce those to register encoding, we will use the extra LM pointers to access high addresses of the stack. 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>