Skip to content

Commit 39369c9

Browse files
kuba-mooPaolo Abeni
authored andcommitted
selftests: netdevsim: add a config file
netdevsim tests aren't very well integrated with kselftest, which has its advantages and disadvantages. But regardless of the intended integration - a config file to know what kernel to build is very useful, add one. Fixes: fc4c93f ("selftests: add basic netdevsim devlink flash testing") Signed-off-by: Jakub Kicinski <kuba@kernel.org> Link: https://lore.kernel.org/r/20240116154311.1945801-1-kuba@kernel.org Signed-off-by: Paolo Abeni <pabeni@redhat.com>
1 parent ea937f7 commit 39369c9

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

  • tools/testing/selftests/drivers/net/netdevsim
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
CONFIG_DUMMY=y
2+
CONFIG_GENEVE=m
3+
CONFIG_IPV6=y
4+
CONFIG_NETDEVSIM=m
5+
CONFIG_NET_SCH_MQPRIO=y
6+
CONFIG_NET_SCH_MULTIQ=y
7+
CONFIG_NET_SCH_PRIO=y
8+
CONFIG_PSAMPLE=y
9+
CONFIG_PTP_1588_CLOCK_MOCK=y
10+
CONFIG_VXLAN=m

0 commit comments

Comments
 (0)