Port-i386 archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: nfs server performance (netbsd-5)



> UDP mount and rsize/wsize=32768 is ambitious...

Isn't it default on i386 in sys/arch/i386/include/param.h?

#ifndef NFS_RSIZE
#define NFS_RSIZE       32768
#endif
#ifndef NFS_WSIZE
#define NFS_WSIZE       32768
#endif

I wonder if using sizes without fragments is better
for modern NICs with TCP/UDP hardware checksums.
---
Izumi Tsutsui


Home | Main Index | Thread Index | Old Index