Skip to content

Commit 48dea8f

Browse files
Jiri Pirkokuba-moo
Jiri Pirko
authored andcommitted
selftests: virtio_net: add forgotten config options
One may use tools/testing/selftests/drivers/net/virtio_net/config for example for vng build command like this one: $ vng -v -b -f tools/testing/selftests/drivers/net/virtio_net/config In that case, the needed kernel config options are not turned on. Add the missed kernel config options. Reported-by: Jakub Kicinski <[email protected]> Closes: https://lore.kernel.org/netdev/[email protected]/ Reported-by: Matthieu Baerts <[email protected]> Closes: https://lore.kernel.org/netdev/[email protected]/ Fixes: ccfaed0 ("selftests: virtio_net: add initial tests") Signed-off-by: Jiri Pirko <[email protected]> Reviewed-by: Xuan Zhuo <[email protected]> Acked-by: Michael S. Tsirkin <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 3f67782 commit 48dea8f

File tree

1 file changed

+7
-1
lines changed
  • tools/testing/selftests/drivers/net/virtio_net

1 file changed

+7
-1
lines changed
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
1-
CONFIG_VIRTIO_NET=y
1+
CONFIG_BPF_SYSCALL=y
2+
CONFIG_CGROUP_BPF=y
3+
CONFIG_IPV6=y
4+
CONFIG_IPV6_MULTIPLE_TABLES=y
5+
CONFIG_NET_L3_MASTER_DEV=y
6+
CONFIG_NET_VRF=m
27
CONFIG_VIRTIO_DEBUG=y
8+
CONFIG_VIRTIO_NET=y

0 commit comments

Comments
 (0)