From: K. Y. Srinivasan Date: Sun, 2 Feb 2014 03:02:20 +0000 (-0800) Subject: Drivers: hv: vmbus: Cleanup the packet send path X-Git-Tag: v3.15-rc1~141^2~106 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=011a7c3cc3aa60c7ea6bb49d847e80a299ba7b36;p=pandora-kernel.git Drivers: hv: vmbus: Cleanup the packet send path The current channel code is using scatterlist abstraction to pass data to the ringbuffer API on the send path. This causes unnecessary translations between virtual and physical addresses. Fix this. Signed-off-by: K. Y. Srinivasan Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed