Hi Andrew, On 12/8/25 13:52, Andrew Goodbody wrote: > This series ports the existing NFS code so that it can be used with both > the legacy network code and also with LWIP. > Firstly some legacy network code, mostly variables, is moved into common > files so that it is accessible to LWIP. > Secondly the NFS code is refactored so that the parts that are not > specific to the network code can be shared with both network > implementations. > Finally the LWIP specific parts needed to interface the NFS shared code > to that network stack are added and enabled. > > Signed-off-by: Andrew Goodbody <[email protected]> > --- > Andrew Goodbody (5): > net: move net_state to net-common > net: Move some variables to net-common files > net: nfs: Add licence header > net: nfs: Move most NFS code to common files > net: lwip: nfs: Port the NFS code to work with LWIP
Could you please add a patch to enable NFS in qemu_arm64_lwip_defconfig? diff --git a/configs/qemu_arm64_lwip_defconfig b/configs/qemu_arm64_lwip_defconfig index e8f976efaf7..a974970c3d3 100644 --- a/configs/qemu_arm64_lwip_defconfig +++ b/configs/qemu_arm64_lwip_defconfig @@ -5,6 +5,7 @@ CONFIG_ARCH_QEMU=y CONFIG_NET_LWIP=y CONFIG_CMD_DNS=y +CONFIG_CMD_NFS=y CONFIG_CMD_SNTP=y CONFIG_CMD_WGET=y CONFIG_EFI_HTTP_BOOT=y Thanks, -- Jerome

