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 <[email protected]> > --- > 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 <[email protected]> Thanks, -- Jerome

