All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shaohui Zheng <shaohui.zheng@intel.com>
To: Balbir Singh <balbir@linux.vnet.ibm.com>
Cc: akpm@linux-foundation.org, linux-mm@kvack.org,
	linux-kernel@vger.kernel.org, ak@linux.intel.co,
	fengguang.wu@intel.com, haicheng.li@linux.intel.com,
	shaohui.zheng@linux.intel.com
Subject: Re: [RFC, 0/7] NUMA Hotplug emulator
Date: Sat, 15 May 2010 19:59:50 +0800	[thread overview]
Message-ID: <20100515115950.GA23083@shaohui> (raw)
In-Reply-To: <20100514065744.GB3296@balbir.in.ibm.com>

On Fri, May 14, 2010 at 12:27:44PM +0530, Balbir Singh wrote:
> * Shaohui Zheng <shaohui.zheng@intel.com> [2010-05-13 19:36:30]:
> 
> > Hi, All
> > 	This patchset introduces NUMA hotplug emulator for x86. it refers too
> > many files and might introduce new bugs, so we send a RFC to comminity first
> > and expect comments and suggestions, thanks.
> > 
> > * WHAT IS HOTPLUG EMULATOR 
> > 
> > NUMA hotplug emulator is collectively named for the hotplug emulation
> > it is able to emulate NUMA Node Hotplug thru a pure software way. It
> > intends to help people easily debug and test node/cpu/memory hotplug
> > related stuff on a none-numa-hotplug-support machine, even an UMA machine.
> > 
> > The emulator provides mechanism to emulate the process of physcial cpu/mem
> > hotadd, it provides possibility to debug CPU and memory hotplug on the machines
> > without NUMA support for kenrel developers. It offers an interface for cpu
> > and memory hotplug test purpose.
> >
> 
> Sounds like an interesting project, could you please
> 
> Post your patches as threaded, ideally having 0/7 to 7/7 in a thread
> helps track the patches and comments.
> 
> -- 
> 	Three Cheers,
> 	Balbir

Sorry for the late response, I have no experience to post all the patches into one 
thread, I will consult local expert.

Thanks Balbir, because of your guys's feedbacks and review comments, the code quality
should be guaranteed. 

-- 
Thanks & Regards,
Shaohui


WARNING: multiple messages have this Message-ID (diff)
From: Shaohui Zheng <shaohui.zheng@intel.com>
To: Balbir Singh <balbir@linux.vnet.ibm.com>
Cc: akpm@linux-foundation.org, linux-mm@kvack.org,
	linux-kernel@vger.kernel.org, ak@linux.intel.co,
	fengguang.wu@intel.com, haicheng.li@linux.intel.com,
	shaohui.zheng@linux.intel.com
Subject: Re: [RFC, 0/7] NUMA Hotplug emulator
Date: Sat, 15 May 2010 19:59:50 +0800	[thread overview]
Message-ID: <20100515115950.GA23083@shaohui> (raw)
In-Reply-To: <20100514065744.GB3296@balbir.in.ibm.com>

On Fri, May 14, 2010 at 12:27:44PM +0530, Balbir Singh wrote:
> * Shaohui Zheng <shaohui.zheng@intel.com> [2010-05-13 19:36:30]:
> 
> > Hi, All
> > 	This patchset introduces NUMA hotplug emulator for x86. it refers too
> > many files and might introduce new bugs, so we send a RFC to comminity first
> > and expect comments and suggestions, thanks.
> > 
> > * WHAT IS HOTPLUG EMULATOR 
> > 
> > NUMA hotplug emulator is collectively named for the hotplug emulation
> > it is able to emulate NUMA Node Hotplug thru a pure software way. It
> > intends to help people easily debug and test node/cpu/memory hotplug
> > related stuff on a none-numa-hotplug-support machine, even an UMA machine.
> > 
> > The emulator provides mechanism to emulate the process of physcial cpu/mem
> > hotadd, it provides possibility to debug CPU and memory hotplug on the machines
> > without NUMA support for kenrel developers. It offers an interface for cpu
> > and memory hotplug test purpose.
> >
> 
> Sounds like an interesting project, could you please
> 
> Post your patches as threaded, ideally having 0/7 to 7/7 in a thread
> helps track the patches and comments.
> 
> -- 
> 	Three Cheers,
> 	Balbir

Sorry for the late response, I have no experience to post all the patches into one 
thread, I will consult local expert.

Thanks Balbir, because of your guys's feedbacks and review comments, the code quality
should be guaranteed. 

-- 
Thanks & Regards,
Shaohui

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

  reply	other threads:[~2010-05-15 12:04 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-13 11:36 [RFC, 0/7] NUMA Hotplug emulator Shaohui Zheng
2010-05-13 11:36 ` Shaohui Zheng
2010-05-13 12:11 ` Shaohui Zheng
2010-05-13 12:11   ` Shaohui Zheng
2010-05-13 12:22   ` Shaohui Zheng
2010-05-13 12:22     ` Shaohui Zheng
2010-05-14  6:57 ` Balbir Singh
2010-05-14  6:57   ` Balbir Singh
2010-05-15 11:59   ` Shaohui Zheng [this message]
2010-05-15 11:59     ` Shaohui Zheng
2010-05-21  9:33 ` Ankita Garg
2010-05-21  9:33   ` Ankita Garg
2010-05-24  1:47   ` Shaohui Zheng
2010-05-24  1:47     ` Shaohui Zheng

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100515115950.GA23083@shaohui \
    --to=shaohui.zheng@intel.com \
    --cc=ak@linux.intel.co \
    --cc=akpm@linux-foundation.org \
    --cc=balbir@linux.vnet.ibm.com \
    --cc=fengguang.wu@intel.com \
    --cc=haicheng.li@linux.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=shaohui.zheng@linux.intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.