Page MenuHomeFreeBSD

Update manpage for AMD 10GbE driver
ClosedPublic

Authored by rajeshasp on Feb 17 2021, 4:21 AM.
Tags
None
Referenced Files
F82117685: D28724.id84182.diff
Thu, Apr 25, 5:09 PM
F82105484: D28724.id84238.diff
Thu, Apr 25, 2:36 PM
Unknown Object (File)
Wed, Apr 24, 2:09 PM
Unknown Object (File)
Mon, Apr 22, 12:06 AM
Unknown Object (File)
Fri, Apr 19, 11:54 PM
Unknown Object (File)
Mar 5 2024, 10:40 AM
Unknown Object (File)
Mar 5 2024, 10:40 AM
Unknown Object (File)
Feb 8 2024, 10:49 AM

Details

Summary
  1. Removed the description above removed sysctl "single_fl"
  2. Added the description for sysctl "link_workaround"
Test Plan

Verified no warnings with igor and mandoc

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 37083
Build 33972: arc lint + arc unit

Event Timeline

yuripv added inline comments.
share/man/man4/axp.4
137

This should be documented in LOADER TUNABLES section then.

142–143
151
152–153
155

This sentence should be first in description.

157–160

This seems to be redundant and stating obvious.

165

Let's name it consistently.

168

It was already said that it is workaround.

It may also help to use these commands (available on freefall) to look for style issues

$ mandoc -Tlint manpage.8
$ igor manpage.8

@vmaffione, I have used igor and mandoc to ensure no warnings before submitting the patch. I have informed the same in Test plan section

share/man/man4/axp.4
137

Added LOADER TUNABLES section and moved this variable there.

157–160

Removed these two lines.

rajeshasp marked 2 inline comments as done.

Addressed review comments on v1 patch

share/man/man4/axp.4
162–168

I would rephrase to remove the word "test". Perhaps something like "To use netmap with this device, split header support must be disabled (set this variable to 0)"

Addressed comments on V2 patch

@vmaffione, @gallatin and @yuripv,

Comments so far has been addressed. Please let me know if there are any other comments.

This revision is now accepted and ready to land.Feb 19 2021, 7:02 AM
gbe added a subscriber: gbe.

Also LGTM from manpages.

Thanks everyone for accepting the changes.

This revision was automatically updated to reflect the committed changes.