xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [vNUMA v2][PATCH 8/8] Disable Migration when numa_strategy is set/applied
@ 2010-08-01 22:06 Dulloor
  2010-08-03 16:16 ` Stefano Stabellini
  0 siblings, 1 reply; 3+ messages in thread
From: Dulloor @ 2010-08-01 22:06 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 166 bytes --]

We don’t preserve the NUMA properties of the VM across the migration.
We just disable migration for now.

-dulloor

Signed-off-by : Dulloor <dulloor@gmail.com>

[-- Attachment #2: xen-08-disable-migration.patch --]
[-- Type: text/x-patch, Size: 379 bytes --]

vNUMA : Disable Migration for NUMA HVMs

diff --git a/tools/libxc/xc_hvm_build.c b/tools/libxc/xc_hvm_build.c
--- a/tools/libxc/xc_hvm_build.c
+++ b/tools/libxc/xc_hvm_build.c
@@ -404,6 +404,8 @@
 setup_done:
     if (!rc)
         rc = xc_domain_numa_pinvcpus(xch, dom_layout);
+    if (!rc)
+        rc = xc_domain_disable_migrate(xch, dom_layout->domid);
     return rc;
 }
 

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [vNUMA v2][PATCH 8/8] Disable Migration when numa_strategy is set/applied
  2010-08-01 22:06 [vNUMA v2][PATCH 8/8] Disable Migration when numa_strategy is set/applied Dulloor
@ 2010-08-03 16:16 ` Stefano Stabellini
  2010-08-03 17:26   ` Dulloor
  0 siblings, 1 reply; 3+ messages in thread
From: Stefano Stabellini @ 2010-08-03 16:16 UTC (permalink / raw)
  To: Dulloor; +Cc: xen-devel@lists.xensource.com

[-- Attachment #1: Type: text/plain, Size: 265 bytes --]

On Sun, 1 Aug 2010, Dulloor wrote:
> We don’t preserve the NUMA properties of the VM across the migration.
> We just disable migration for now.
> 
> -dulloor
> 
> Signed-off-by : Dulloor <dulloor@gmail.com>
> 

could you please rebase and resend the patch?

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [vNUMA v2][PATCH 8/8] Disable Migration when numa_strategy is set/applied
  2010-08-03 16:16 ` Stefano Stabellini
@ 2010-08-03 17:26   ` Dulloor
  0 siblings, 0 replies; 3+ messages in thread
From: Dulloor @ 2010-08-03 17:26 UTC (permalink / raw)
  To: Stefano Stabellini; +Cc: xen-devel@lists.xensource.com

Sure :) I think I have to post v3 of these patches anyway.

-dulloor

On Tue, Aug 3, 2010 at 9:16 AM, Stefano Stabellini
<stefano.stabellini@eu.citrix.com> wrote:
> On Sun, 1 Aug 2010, Dulloor wrote:
>> We don’t preserve the NUMA properties of the VM across the migration.
>> We just disable migration for now.
>>
>> -dulloor
>>
>> Signed-off-by : Dulloor <dulloor@gmail.com>
>>
>
> could you please rebase and resend the patch?

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-08-03 17:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-01 22:06 [vNUMA v2][PATCH 8/8] Disable Migration when numa_strategy is set/applied Dulloor
2010-08-03 16:16 ` Stefano Stabellini
2010-08-03 17:26   ` Dulloor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).