From: K. Y. Srinivasan Date: Mon, 1 Jun 2015 04:27:03 +0000 (-0700) Subject: Drivers: hv: vmbus: Allocate ring buffer memory in NUMA aware fashion X-Git-Tag: omap-for-v4.3/legacy-v2-signed~123^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=294409d20572e9bcf857328286433f851168d54a;p=pandora-kernel.git Drivers: hv: vmbus: Allocate ring buffer memory in NUMA aware fashion Allocate ring buffer memory from the NUMA node assigned to the channel. Since this is a performance and not a correctness issue, if the node specific allocation were to fail, fall back and allocate without specifying the node. Signed-off-by: K. Y. Srinivasan Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed