On 12/10/2018 09:43 PM, Stanislav Fomichev wrote: > Include "autoconf.h" header in the test_maps.c and selectively > disable test_sockmap if CONFIG_BPF_STREAM_PARSER is not specified > in the kernel config. > When building out of tree/without autoconf.h, fall back to 'enabled'. > > v2 changes: > * add SKIP indication on the stdout > > Signed-off-by: Stanislav Fomichev <s...@google.com>
The kconfig selection for skipping features feels slightly random ;), but the infrastructure seems useful in general and we might extend it to other cases in future, thus applied to bpf-next, thanks!