commit | 1c03e03f9b5278701d4a0e3444b2de3b9ddc244b | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <jakub.kicinski@netronome.com> | Sun Oct 08 21:04:15 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 09 09:51:03 2017 -0700 |
tree | 54fbfffb46aa588cd7c4e99175ec5297ab16618c | |
parent | fd068ddc888355dccd90ad610104e4addf23b7a3 [diff] |
nfp: bpf: pad code with valid nops We need to append up to 8 nops after last instruction to make sure the CPU will not fetch garbage instructions with invalid ECC if the code store was not initialized. 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>