commit | 6803ee25f0ead1e836808acb14396bb9a9849113 | [log] [tgz] |
---|---|---|
author | Andrii Nakryiko <andriin@fb.com> | Wed Dec 11 17:35:48 2019 -0800 |
committer | Alexei Starovoitov <ast@kernel.org> | Fri Dec 13 12:58:51 2019 -0800 |
tree | b2e7b3306d10c300d91b150867eeb0d57877ae08 | |
parent | 7708bd430d88309333b0d0eb7783cddd0874dd14 [diff] |
libbpf: Extract and generalize CPU mask parsing logic This logic is re-used for parsing a set of online CPUs. Having it as an isolated piece of code working with input string makes it conveninent to test this logic as well. While refactoring, also improve the robustness of original implementation. Signed-off-by: Andrii Nakryiko <andriin@fb.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Link: https://lore.kernel.org/bpf/20191212013548.1690564-1-andriin@fb.com