Page MenuHomeFreeBSD

e1000: Simplify rctl/srrctl buffer size init
ClosedPublic

Authored by kbowling on Aug 8 2021, 5:58 AM.
Tags
None
Referenced Files
F109304440: D31457.diff
Mon, Feb 3, 7:53 AM
Unknown Object (File)
Mon, Jan 27, 5:35 AM
Unknown Object (File)
Mon, Jan 27, 5:32 AM
Unknown Object (File)
Mon, Jan 27, 5:32 AM
Unknown Object (File)
Sun, Jan 26, 6:12 PM
Unknown Object (File)
Sun, Jan 26, 8:24 AM
Unknown Object (File)
Sat, Jan 25, 8:00 PM
Unknown Object (File)
Sat, Jan 25, 7:52 PM
Subscribers
None

Details

Summary

Simplify the setup of srrctl.BSIZEPKT on igb class NICs.
Simplify the setup of rctl.BSIZE on lem and em class NICs.
Don't try to touch rfctl on lem class NICs.
Manipulate rctl.BSEX correctly on lem and em class NICs.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

kbowling created this revision.
markj added inline comments.
sys/dev/e1000/if_em.c
3240

Perhaps move the definition of rfctl into this block.

3399–3405
This revision is now accepted and ready to land.Aug 10 2021, 7:20 PM