git: pxeboot - Add option to improve NFS performance
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Jan 23 11:30:02 PST 2015
commit 8497b9348fbbc5a8e7612a390f3b43b40bf4a722
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Fri Jan 23 11:28:15 2015 -0800
pxeboot - Add option to improve NFS performance
* Allow nfs.read_size=N to be specified in /boot/loader.conf
(1024-4096 allowed). This allows the pxe server to tell
the pxeboot code to use larger NFS data packets, significantly
reducing kernel binary and module load times.
Summary of changes:
etc/rc.d/initdiskless | 2 +-
lib/libstand/nfs.c | 32 ++++++++++++++++++++++++++------
sys/boot/pc32/pxeldr/pxeboot.8 | 9 +++++++++
3 files changed, 36 insertions(+), 7 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8497b9348fbbc5a8e7612a390f3b43b40bf4a722
--
DragonFly BSD source repository
More information about the Commits
mailing list