]> www.infradead.org Git - users/willy/pagecache.git/commit
selftests: virtio_net: add forgotten config options
authorJiri Pirko <jiri@nvidia.com>
Wed, 19 Jun 2024 06:17:48 +0000 (08:17 +0200)
committerJakub Kicinski <kuba@kernel.org>
Thu, 20 Jun 2024 14:10:32 +0000 (07:10 -0700)
commit48dea8f7bb011608fd969749a1980f8311ef45f2
tree8540167a0373cd95f09c260721cd0b00f53c24ab
parent3f67782e10f25d36abc909c2a5756382d937cd6f
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 <kuba@kernel.org>
Closes: https://lore.kernel.org/netdev/20240617072614.75fe79e7@kernel.org/
Reported-by: Matthieu Baerts <matttbe@kernel.org>
Closes: https://lore.kernel.org/netdev/1a63f209-b1d4-4809-bc30-295a5cafa296@kernel.org/
Fixes: ccfaed04db5e ("selftests: virtio_net: add initial tests")
Signed-off-by: Jiri Pirko <jiri@nvidia.com>
Reviewed-by: Xuan Zhuo <xuanzhuo@linux.alibaba.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Link: https://lore.kernel.org/r/20240619061748.1869404-1-jiri@resnulli.us
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/drivers/net/virtio_net/config