From: K. Y. Srinivasan Date: Sat, 10 Jan 2015 07:54:34 +0000 (-0800) Subject: Drivers: hv: vmbus: Support a vmbus API for efficiently sending page arrays X-Git-Tag: fixes-v4.0-rc1~101^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d61031ee8df6214d58371a1cc36a0591e242fba0;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed