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
F80131998: D7756.diff
Thu, Mar 28, 8:19 AM
Unknown Object (File)
Feb 20 2024, 2:41 AM
Unknown Object (File)
Feb 11 2024, 7:13 AM
Unknown Object (File)
Feb 2 2024, 6:05 PM
Unknown Object (File)
Jan 22 2024, 11:25 AM
Unknown Object (File)
Dec 31 2023, 6:52 PM
Unknown Object (File)
Dec 20 2023, 12:22 AM
Unknown Object (File)
Dec 13 2023, 8:54 AM

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.