Skip to content

Commit 0e1368a

Browse files
committed
selftests: drv-net: fix sort order of makefile and config
Recent changes added configs and tests in the wrong spot. Link: https://lore.kernel.org/20260506170435.34984dfc@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent dc61989 commit 0e1368a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

tools/testing/selftests/drivers/net/hw/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ TEST_PROGS = \
3030
gro_hw.py \
3131
hw_stats_l3.sh \
3232
hw_stats_l3_gre.sh \
33-
ipsec_vxlan.py \
3433
iou-zcrx.py \
34+
ipsec_vxlan.py \
3535
irq.py \
3636
loopback.sh \
3737
nic_timestamp.py \

tools/testing/selftests/drivers/net/hw/config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ CONFIG_FAIL_FUNCTION=y
33
CONFIG_FAULT_INJECTION=y
44
CONFIG_FAULT_INJECTION_DEBUG_FS=y
55
CONFIG_FUNCTION_ERROR_INJECTION=y
6+
CONFIG_INET6_ESP=y
7+
CONFIG_INET6_ESP_OFFLOAD=y
8+
CONFIG_INET_ESP=y
9+
CONFIG_INET_ESP_OFFLOAD=y
610
CONFIG_IO_URING=y
711
CONFIG_IPV6=y
812
CONFIG_IPV6_GRE=y
@@ -12,10 +16,6 @@ CONFIG_NET_IPGRE=y
1216
CONFIG_NET_IPGRE_DEMUX=y
1317
CONFIG_NETKIT=y
1418
CONFIG_NET_SCH_INGRESS=y
15-
CONFIG_INET6_ESP=y
16-
CONFIG_INET6_ESP_OFFLOAD=y
17-
CONFIG_INET_ESP=y
18-
CONFIG_INET_ESP_OFFLOAD=y
1919
CONFIG_UDMABUF=y
2020
CONFIG_VXLAN=y
2121
CONFIG_XFRM_USER=y

0 commit comments

Comments
 (0)