Re: [PATCH] selftests: net: Adding config fragment CONFIG_CGROUP_BPF=y

2017-12-08 Thread Daniel Borkmann
On 12/07/2017 08:23 PM, Naresh Kamboju wrote: > CONFIG_CGROUP_BPF=y is required for test_dev_cgroup test case. > > Signed-off-by: Naresh Kamboju > --- > tools/testing/selftests/net/config | 1 + Did you mean to add this to tools/testing/selftests/bpf/config instead? test_dev_cgroup is under bpf

[PATCH] selftests: net: Adding config fragment CONFIG_CGROUP_BPF=y

2017-12-07 Thread Naresh Kamboju
CONFIG_CGROUP_BPF=y is required for test_dev_cgroup test case. Signed-off-by: Naresh Kamboju --- tools/testing/selftests/net/config | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/selftests/net/config b/tools/testing/selftests/net/config index e57b4ac..02301c6 100644 --- a/too