Commit ce767047 authored by Haiyang Zhang's avatar Haiyang Zhang Committed by Greg Kroah-Hartman

hv_vmbus: Correct the stale comments regarding cpu affinity

The comments doesn't match what the current code does, also have a
typo. This patch corrects them.
Signed-off-by: default avatarHaiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: default avatarK. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent aba8a532
...@@ -596,10 +596,8 @@ static int next_numa_node_id; ...@@ -596,10 +596,8 @@ static int next_numa_node_id;
/* /*
* Starting with Win8, we can statically distribute the incoming * Starting with Win8, we can statically distribute the incoming
* channel interrupt load by binding a channel to VCPU. * channel interrupt load by binding a channel to VCPU.
* We do this in a hierarchical fashion: * We distribute the interrupt loads to one or more NUMA nodes based on
* First distribute the primary channels across available NUMA nodes * the channel's affinity_policy.
* and then distribute the subchannels amongst the CPUs in the NUMA
* node assigned to the primary channel.
* *
* For pre-win8 hosts or non-performance critical channels we assign the * For pre-win8 hosts or non-performance critical channels we assign the
* first CPU in the first NUMA node. * first CPU in the first NUMA node.
......
...@@ -844,7 +844,7 @@ struct vmbus_channel { ...@@ -844,7 +844,7 @@ struct vmbus_channel {
/* /*
* NUMA distribution policy: * NUMA distribution policy:
* We support teo policies: * We support two policies:
* 1) Balanced: Here all performance critical channels are * 1) Balanced: Here all performance critical channels are
* distributed evenly amongst all the NUMA nodes. * distributed evenly amongst all the NUMA nodes.
* This policy will be the default policy. * This policy will be the default policy.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment