]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
e1000: rctl/srrctl buffer size init, rfctl fix
authorKevin Bowling <kbowling@FreeBSD.org>
Tue, 10 Aug 2021 19:47:22 +0000 (12:47 -0700)
committerKevin Bowling <kbowling@FreeBSD.org>
Tue, 10 Aug 2021 19:47:22 +0000 (12:47 -0700)
commit12e8addd320df995bfb2b00f51c233541f741ae4
tree57a9b38adf8f11d97b73c8694b37241325f6740e
parente7a13643b17c3ec7357b26324986587dab810da5
e1000: rctl/srrctl buffer size init, rfctl fix

Simplify the setup of srrctl.BSIZEPKT on igb class NICs.
Improve 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.

Approved by: markj
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D31457
sys/dev/e1000/if_em.c