On 2024-01-15 18:02 -0800, Jakub Kicinski wrote:
bonding tests also try to create bridge, veth and dummy interfaces. These are not currently listed in config.
Fixes: bbb774d921e2 ("net: Add tests for bonding and team address list management") Fixes: c078290a2b76 ("selftests: include bonding tests into the kselftest infra") Signed-off-by: Jakub Kicinski kuba@kernel.org
CC: j.vosburgh@gmail.com CC: andy@greyhouse.net CC: shuah@kernel.org CC: bpoirier@nvidia.com CC: jon.toppins+linux@gmail.com CC: linux-kselftest@vger.kernel.org
tools/testing/selftests/drivers/net/bonding/config | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/tools/testing/selftests/drivers/net/bonding/config b/tools/testing/selftests/drivers/net/bonding/config index 70638fa50b2c..f85b16fc5128 100644 --- a/tools/testing/selftests/drivers/net/bonding/config +++ b/tools/testing/selftests/drivers/net/bonding/config @@ -1,2 +1,5 @@ CONFIG_BONDING=y +CONFIG_BRIDGE=y +CONFIG_DUMMY=y CONFIG_MACVLAN=y
+CONFIG_VETH=y
Hi,
I tested using the minimal config generated by virtme-ng and the following additional config options need to be enabled for bonding tests: CONFIG_IPV6=y CONFIG_NET_ACT_GACT=y CONFIG_NET_CLS_FLOWER=y CONFIG_NET_SCH_INGRESS=y CONFIG_NLMON=y