Page MenuHomeFreeBSD

hyperv/vmbus: Avoid extra copy of page information.
ClosedPublic

Authored by sepherosa_gmail.com on Jan 19 2016, 3:07 AM.
Tags
None
Referenced Files
F150187896: D4992.id.diff
Mon, Mar 30, 3:21 AM
Unknown Object (File)
Sun, Mar 29, 3:42 PM
Unknown Object (File)
Thu, Mar 19, 11:30 AM
Unknown Object (File)
Sun, Mar 15, 4:14 AM
Unknown Object (File)
Sat, Mar 7, 8:17 PM
Unknown Object (File)
Sat, Mar 7, 6:42 AM
Unknown Object (File)
Fri, Mar 6, 4:16 PM
Unknown Object (File)
Dec 27 2025, 10:38 AM
Subscribers
None

Details

Summary

The page information array could contain up to 32 elements (i.e. 512B). And on network side w/ TSO, 11+ (176B+) elements, i.e. ~44K TSO packet, in the page information array is quite common.

This saves us some cpu cycles.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

sepherosa_gmail.com retitled this revision from to hyperv/vmbus: Avoid extra copy of page information..
sepherosa_gmail.com updated this object.
sepherosa_gmail.com edited the test plan for this revision. (Show Details)
adrian edited edge metadata.
This revision is now accepted and ready to land.Jan 22 2016, 5:03 PM
delphij edited edge metadata.
This revision was automatically updated to reflect the committed changes.