commit | d86adf482b843b3a58a9ec3b7c1ccdbf7c705db1 | [log] [tgz] |
---|---|---|
author | K. Y. Srinivasan <kys@microsoft.com> | Wed Dec 14 18:46:00 2016 -0800 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Thu Jan 05 00:21:11 2017 -0500 |
tree | 43e0669a308f9cb71d94a72b7505150e9aaed0f3 | |
parent | 977965283526dd2e887331365da19b05c909a966 [diff] |
scsi: storvsc: Enable multi-queue support Enable multi-q support. We will allocate the outgoing channel using the following policy: 1. We will make every effort to pick a channel that is in the same NUMA node that is initiating the I/O 2. The mapping between the guest CPU and the outgoing channel is persistent. Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Reviewed-by: Long Li <longli@microsoft.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>