Page MenuHomeFreeBSD

pxeboot: add nfs.read_size tunable
ClosedPublic

Authored by howard0su_gmail.com on Sep 2 2016, 7:10 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 5, 9:40 AM
Unknown Object (File)
Mar 6 2023, 4:15 AM
Unknown Object (File)
Feb 24 2023, 3:36 AM
Unknown Object (File)
Feb 18 2023, 7:47 PM
Unknown Object (File)
Feb 14 2023, 4:25 AM
Unknown Object (File)
Dec 31 2022, 5:59 AM
Unknown Object (File)
Dec 27 2022, 3:57 AM
Unknown Object (File)
Dec 14 2022, 4:16 PM

Details

Summary

Increase the read size results better boot performance.

Test Plan

tested with virtual machine

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

howard0su_gmail.com retitled this revision from to pxeboot: add nfs.read_size tunable.
howard0su_gmail.com updated this object.
howard0su_gmail.com edited the test plan for this revision. (Show Details)
rpokala added inline comments.
sys/boot/i386/pxeldr/pxeboot.8
83 ↗(On Diff #19974)

Please move this down, after the next paragraph. That way, all the references to DHCP configuration are together, and all the references to loader are together.

wblock added inline comments.
sys/boot/i386/pxeldr/pxeboot.8
76 ↗(On Diff #19974)

Please start new sentences on new lines.

83 ↗(On Diff #19974)

Slight rewording:

Valid values range from 1024 to 4096 bytes.
howard0su_gmail.com edited edge metadata.

Address comments on man page

updated a new revision to address comments.

This revision is now accepted and ready to land.Sep 4 2016, 4:53 AM
This revision was automatically updated to reflect the committed changes.