commit | d61031ee8df6214d58371a1cc36a0591e242fba0 | [log] [tgz] |
---|---|---|
author | K. Y. Srinivasan <kys@microsoft.com> | Fri Jan 09 23:54:34 2015 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Jan 25 09:17:58 2015 -0800 |
tree | 6363854d2630ca9f87d90f45961aef04c04b17d1 | |
parent | 9f52a1630922bcdab75fc72e59ed58db8e164314 [diff] |
Drivers: hv: vmbus: Support a vmbus API for efficiently sending page arrays Currently, the API for sending a multi-page buffer over VMBUS is limited to a maximum pfn array of MAX_MULTIPAGE_BUFFER_COUNT. This limitation is not imposed by the host and unnecessarily limits the maximum payload that can be sent. Implement an API that does not have this restriction. Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>