Page MenuHomeFreeBSD

e1000: Simplify rctl/srrctl buffer size init
ClosedPublic

Authored by kbowling on Aug 8 2021, 5:58 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 24, 10:38 AM
Unknown Object (File)
Wed, Apr 24, 10:38 AM
Unknown Object (File)
Wed, Apr 24, 10:38 AM
Unknown Object (File)
Tue, Apr 16, 3:06 PM
Unknown Object (File)
Tue, Apr 16, 3:06 PM
Unknown Object (File)
Tue, Apr 16, 7:46 AM
Unknown Object (File)
Fri, Apr 12, 10:35 AM
Unknown Object (File)
Apr 2 2024, 10:45 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
3228

Perhaps move the definition of rfctl into this block.

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