opnsense-src/sys/dev/hyperv/vmbus
Sepherosa Ziehau 51f6f18c88 hyperv/vmbus: Avoid extra copy of page information.
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.

Reviewed by:		adrian, delphij
Approved by:		adrian (mentor)
Sponsored by:		Microsoft OSTC
Differential Revision:	https://reviews.freebsd.org/D4992
2016-01-25 05:33:18 +00:00
..
hv_channel.c hyperv/vmbus: Avoid extra copy of page information. 2016-01-25 05:33:18 +00:00
hv_channel_mgmt.c hyperv/vmbus: Lookup channel through id table 2016-01-22 07:29:31 +00:00
hv_connection.c hyperv/vmbus: Lookup channel through id table 2016-01-22 07:29:31 +00:00
hv_et.c hyperv: implement an event timer 2016-01-14 03:05:10 +00:00
hv_hv.c hyperv: implement an event timer 2016-01-14 03:05:10 +00:00
hv_ring_buffer.c Microsoft vmbus, storage and other related driver enhancements for HyperV. 2015-04-29 10:12:34 +00:00
hv_vmbus_drv_freebsd.c hyperv: add interrupt counters 2016-01-14 03:11:35 +00:00
hv_vmbus_priv.h hyperv/vmbus: Lookup channel through id table 2016-01-22 07:29:31 +00:00