[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCHv2 0/3] grant-table: optimize grant copies when crossing page boundaries
Netback tries (where possible) to minimize the number of copy ops in the to-guest direction (since acquiring a page is expensive) this reduces the number acquire operations at the expensive of more Rx slots and more frags in the guests. By deferring the release of the pages we can optimize the case where the grant copier splits a copy into two operations to cross a page boundary (either to split a source GFN into two granted pages, or a two source into the same granted page). Changes in v2: - Split refactor into separate patch. - Use in struct grant_copy_ptr in struct grant_copy_buf. - Various style fixes. David _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |