Re: [TEST] virtio tests need veth?
From: Jiri Pirko <jiri@resnulli.us>
Date: 2024-06-18 07:27:15
From: Jiri Pirko <jiri@resnulli.us>
Date: 2024-06-18 07:27:15
Mon, Jun 17, 2024 at 04:26:14PM CEST, kuba@kernel.org wrote:
Hi Jiri! I finally hooked up the virtio tests to NIPA. Looks like they are missing CONFIG options?
Could you add: CONFIG_NET_L3_MASTER_DEV=y CONFIG_IPV6_MULTIPLE_TABLES=y CONFIG_NET_VRF=m CONFIG_BPF_SYSCALL=y CONFIG_CGROUP_BPF=y CONFIG_IPV6=y ? They are in tools/testing/selftests/net/forwarding/config and I assumed since virtio tests depend on net/forwarding/lib.sh, it is not needed to repeat the config options in tools/testing/selftests/drivers/net/virtio_net/config Apparently that was false assumption. Will send patch adding it once you confirm it helped if that is okay with you . Thanks!