diff --git a/arch/arm64/configs/config-wsl-arm64 b/arch/arm64/configs/config-wsl-arm64 index 1c099917da9dc..827375c70059b 100644 --- a/arch/arm64/configs/config-wsl-arm64 +++ b/arch/arm64/configs/config-wsl-arm64 @@ -1524,6 +1524,9 @@ CONFIG_CEPH_LIB=y # CONFIG_PSAMPLE is not set # CONFIG_NET_IFE is not set # CONFIG_LWTUNNEL is not set +CONFIG_LRU_CACHE=m +CONFIG_LRU_GEN_ENABLED=y +CONFIG_NR_LRU_GENS=7 CONFIG_DST_CACHE=y CONFIG_GRO_CELLS=y CONFIG_NET_SOCK_MSG=y diff --git a/arch/x86/configs/config-wsl-x86 b/arch/x86/configs/config-wsl-x86 index 56736c29d0d3a..013960bec236c 100644 --- a/arch/x86/configs/config-wsl-x86 +++ b/arch/x86/configs/config-wsl-x86 @@ -1612,6 +1612,9 @@ CONFIG_CEPH_LIB=y # CONFIG_PSAMPLE is not set # CONFIG_NET_IFE is not set # CONFIG_LWTUNNEL is not set +CONFIG_LRU_CACHE=m +CONFIG_LRU_GEN_ENABLED=y +CONFIG_NR_LRU_GENS=7 CONFIG_DST_CACHE=y CONFIG_GRO_CELLS=y CONFIG_NET_SOCK_MSG=y