[PATCH 4/5] net: nfs: Move most NFS code to common files

Jerome Forissier jerome.forissier at linaro.org
Tue Dec 9 16:02:44 CET 2025


Hi Andrew,

On 12/8/25 13:52, Andrew Goodbody wrote:
> Move most of the NFS code into common files so that it can be used by an
> LWIP port of NFS.
> 
> Signed-off-by: Andrew Goodbody <andrew.goodbody at linaro.org>
> ---
>  net/Makefile     |   1 +
>  net/nfs-common.c | 861 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  net/nfs-common.h | 123 ++++++++
>  net/nfs.c        | 848 +-----------------------------------------------------
>  net/nfs.h        |  59 ----
>  5 files changed, 998 insertions(+), 894 deletions(-)
> 
[...]

Acked-by: Jerome Forissier <jerome.forissier at linaro.org>

Thanks,
-- 
Jerome


More information about the U-Boot mailing list