Thanks for the reply! <br>I am looking for a little more detail.<br><br>Thanks<br><br><br><div class="gmail_quote">On Tue, Aug 16, 2011 at 10:26 PM, Vladimir Murzin <span dir="ltr">&lt;<a href="mailto:murzin.v@gmail.com">murzin.v@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div></div><div class="h5">On Wed, Aug 17, 2011 at 9:14 AM, Vaibhav Jain &lt;<a href="mailto:vjoss197@gmail.com">vjoss197@gmail.com</a>&gt; wrote:<br>

&gt; Hi,<br>
&gt;<br>
&gt; I need to know the difference between making a cpu logically offline<br>
&gt; and physically offline. I have read that the following command<br>
&gt;<br>
&gt; $ echo 0  &gt; /sys/device/system/cpu/&lt;cpu number&gt;/online<br>
&gt;<br>
&gt; makes a cpu logically offline. It frees the cpu from interrupts and migrates<br>
&gt; running processes.<br>
&gt; But then what does it mean to make a cpu physically offline ?<br>
&gt; I referred to following article :<br>
&gt;<br>
&gt; <a href="http://www.kernel.org/doc/Documentation/cpu-hotplug.txt" target="_blank">http://www.kernel.org/doc/Documentation/cpu-hotplug.txt</a><br>
&gt;<br>
&gt; Here is the relevant excerpt :<br>
&gt;<br>
&gt; Q: Does hot-add/hot-remove refer to physical add/remove of cpus?<br>
&gt; A: The usage of hot-add/remove may not be very consistently used in the<br>
&gt; code.<br>
&gt; CONFIG_HOTPLUG_CPU enables logical online/offline capability in the kernel.<br>
&gt; To support physical addition/removal, one would need some BIOS hooks and<br>
&gt; the platform should have something like an attention button in PCI hotplug.<br>
&gt; CONFIG_ACPI_HOTPLUG_CPU enables ACPI support for physical add/remove of<br>
&gt; CPUs.<br>
&gt;<br>
&gt; Please help!<br>
&gt;<br>
&gt; Thanks<br>
&gt; Vaibhav Jain<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; Kernelnewbies mailing list<br>
&gt; <a href="mailto:Kernelnewbies@kernelnewbies.org">Kernelnewbies@kernelnewbies.org</a><br>
&gt; <a href="http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies" target="_blank">http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies</a><br>
&gt;<br>
&gt;<br>
Hi Vaibhav!<br>
<br>
I think physical CPU hot-plug is a capability to plug in and out<br>
processing device (CPU) on running machine. Logical CPU hot-plug is a<br>
capability to add on and remove out already available processing units<br>
(CPU s or cores) under SMP domain of OS.<br>
<br>
P.S. Sorry for my weak English.<br>
</blockquote></div><br>