mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 16:18:45 +02:00
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>
This commit is contained in:
parent
dc61989e37
commit
0e1368a28d
|
|
@ -30,8 +30,8 @@ TEST_PROGS = \
|
|||
gro_hw.py \
|
||||
hw_stats_l3.sh \
|
||||
hw_stats_l3_gre.sh \
|
||||
ipsec_vxlan.py \
|
||||
iou-zcrx.py \
|
||||
ipsec_vxlan.py \
|
||||
irq.py \
|
||||
loopback.sh \
|
||||
nic_timestamp.py \
|
||||
|
|
|
|||
|
|
@ -3,6 +3,10 @@ CONFIG_FAIL_FUNCTION=y
|
|||
CONFIG_FAULT_INJECTION=y
|
||||
CONFIG_FAULT_INJECTION_DEBUG_FS=y
|
||||
CONFIG_FUNCTION_ERROR_INJECTION=y
|
||||
CONFIG_INET6_ESP=y
|
||||
CONFIG_INET6_ESP_OFFLOAD=y
|
||||
CONFIG_INET_ESP=y
|
||||
CONFIG_INET_ESP_OFFLOAD=y
|
||||
CONFIG_IO_URING=y
|
||||
CONFIG_IPV6=y
|
||||
CONFIG_IPV6_GRE=y
|
||||
|
|
@ -12,10 +16,6 @@ CONFIG_NET_IPGRE=y
|
|||
CONFIG_NET_IPGRE_DEMUX=y
|
||||
CONFIG_NETKIT=y
|
||||
CONFIG_NET_SCH_INGRESS=y
|
||||
CONFIG_INET6_ESP=y
|
||||
CONFIG_INET6_ESP_OFFLOAD=y
|
||||
CONFIG_INET_ESP=y
|
||||
CONFIG_INET_ESP_OFFLOAD=y
|
||||
CONFIG_UDMABUF=y
|
||||
CONFIG_VXLAN=y
|
||||
CONFIG_XFRM_USER=y
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user