Page MenuHomeFreeBSD

e1000: Simplify rctl/srrctl buffer size init
ClosedPublic

Authored by kbowling on Aug 8 2021, 5:58 AM.
Tags
None
Referenced Files
F102151913: D31457.diff
Fri, Nov 8, 6:39 AM
Unknown Object (File)
Oct 7 2024, 10:58 PM
Unknown Object (File)
Oct 3 2024, 2:11 PM
Unknown Object (File)
Oct 2 2024, 11:53 PM
Unknown Object (File)
Oct 1 2024, 6:08 AM
Unknown Object (File)
Sep 30 2024, 3:57 PM
Unknown Object (File)
Sep 25 2024, 7:32 PM
Unknown Object (File)
Sep 22 2024, 1:44 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

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kbowling created this revision.
markj added inline comments.
sys/dev/e1000/if_em.c
3228–3245

Perhaps move the definition of rfctl into this block.

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