Page MenuHomeFreeBSD

vtnet: Adjust rx buffer so IP header 32-bit aligned
ClosedPublic

Authored by imp on Dec 20 2023, 8:47 PM.
Tags
None
Referenced Files
F96288961: D43136.diff
Tue, Sep 24, 9:01 AM
Unknown Object (File)
Sun, Sep 22, 7:24 AM
Unknown Object (File)
Wed, Sep 18, 5:19 AM
Unknown Object (File)
Mon, Sep 2, 3:38 PM
Unknown Object (File)
Sat, Aug 31, 3:18 AM
Unknown Object (File)
Sat, Aug 31, 3:18 AM
Unknown Object (File)
Sat, Aug 31, 3:18 AM
Unknown Object (File)
Fri, Aug 30, 11:54 AM
Subscribers
None

Details

Summary

Call madj(m, ETHER_ALIGN) to offset rx buffers when allocating them.
This improves performance everywhere, and allows armv7 to work at all.

PR: 271288
Sponsored by: Netflix

Diff Detail

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

Event Timeline

imp requested review of this revision.Dec 20 2023, 8:47 PM
imp created this revision.
This revision was not accepted when it landed; it landed in state Needs Review.Dec 21 2023, 4:21 AM
This revision was automatically updated to reflect the committed changes.