commit | 294409d20572e9bcf857328286433f851168d54a | [log] [tgz] |
---|---|---|
author | K. Y. Srinivasan <kys@microsoft.com> | Sun May 31 21:27:03 2015 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Jun 12 16:58:33 2015 -0700 |
tree | 798aecdad08fef940a57ae36800fb2c971a29b4b | |
parent | 50566ac87065b9ade71aef5e69d23e06a0664db9 [diff] |
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 <kys@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>