commit | 56a268cd4a410081d477913d51e044039d3a8834 | [log] [tgz] |
---|---|---|
author | Thomas Meyer <thomas@m3y3r.de> | Fri Sep 08 13:19:23 2017 +0200 |
committer | Shuah Khan <shuahkh@osg.samsung.com> | Mon Sep 18 10:55:33 2017 -0600 |
tree | 526b9672eaa065a33ebe280ab328933dae31effc | |
parent | 6f0003363a13be699ba945cfa4074193e04fbea5 [diff] |
selftests/bpf: Make bpf_util work on uniprocessor systems The current implementation fails to work on uniprocessor systems. Fix the parser to also handle the uniprocessor case. Signed-off-by: Thomas Meyer <thomas@m3y3r.de> Acked-by: Alexei Starovoitov <ast@kernel.org> Acked-by: Daniel Borkmann <daniel@iogearbox.net> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>