Skip to content

Commit 8ff25da

Browse files
spikehkuba-moo
authored andcommitted
netdevsim: add Makefile for selftests
Add a Makefile for netdevsim selftests and add selftests path to MAINTAINERS Signed-off-by: David Wei <dw@davidwei.uk> Link: https://lore.kernel.org/r/20240130214620.3722189-5-dw@davidwei.uk Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent a888231 commit 8ff25da

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

MAINTAINERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15087,6 +15087,7 @@ NETDEVSIM
1508715087
M: Jakub Kicinski <kuba@kernel.org>
1508815088
S: Maintained
1508915089
F: drivers/net/netdevsim/*
15090+
F: tools/testing/selftests/drivers/net/netdevsim/*
1509015091

1509115092
NETEM NETWORK EMULATOR
1509215093
M: Stephen Hemminger <stephen@networkplumber.org>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# SPDX-License-Identifier: GPL-2.0+ OR MIT
2+
3+
TEST_PROGS = devlink.sh \
4+
devlink_in_netns.sh \
5+
devlink_trap.sh \
6+
ethtool-coalesce.sh \
7+
ethtool-fec.sh \
8+
ethtool-pause.sh \
9+
ethtool-ring.sh \
10+
fib.sh \
11+
hw_stats_l3.sh \
12+
nexthop.sh \
13+
psample.sh \
14+
tc-mq-visibility.sh \
15+
udp_tunnel_nic.sh \
16+
17+
include ../../../lib.mk

0 commit comments

Comments
 (0)