commit | 9e084bb9805226a3e53e9e28dcd9f3a8d4af35c8 | [log] [tgz] |
---|---|---|
author | Jiong Wang <jiong.wang@netronome.com> | Wed May 29 10:57:08 2019 +0100 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Wed May 29 13:31:05 2019 +0200 |
tree | 08d2ff6a3dc3dc9dc1fa2e8fa2d2b106982434ec | |
parent | bd95e678e0f6e18351ecdc147ca819145db9ed7b [diff] |
selftests: bpf: move sub-register zero extension checks into subreg.c It is better to centralize all sub-register zero extension checks into an independent file. This patch takes the first step to move existing sub-register zero extension checks into subreg.c. Acked-by: Jakub Kicinski <jakub.kicinski@netronome.com> Reviewed-by: Quentin Monnet <quentin.monnet@netronome.com> Signed-off-by: Jiong Wang <jiong.wang@netronome.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>