Hi: Does somebody knows how the linux kernel implement the PCI-Express Hotplug. The process of the PCI-Express Hotplug is the same as the PCI hotplug? lifelong0811@126.com
On Tue, Jan 19, 2016 at 06:04:07AM +0800, lifelong0811@126.com wrote:
Hi: Does somebody knows how the linux kernel implement the PCI-Express Hotplug.
Yes. The kernel code has the details.
The process of the PCI-Express Hotplug is the same as the PCI hotplug?
Yes. greg k-h
Hi: Thanks for you responce. I am a new developer in linux kernel. Can you help me recommand some detailled document about the PCIE hotplug or the detailed linux kernel .c file. lifelong0811@126.com From: Greg KH Date: 2016-01-19 08:27 To: lifelong0811@126.com CC: kernelnewbies Subject: Re: PCI-Express Hotplug On Tue, Jan 19, 2016 at 06:04:07AM +0800, lifelong0811@126.com wrote:
Hi: Does somebody knows how the linux kernel implement the PCI-Express Hotplug.
Yes. The kernel code has the details.
The process of the PCI-Express Hotplug is the same as the PCI hotplug?
Yes. greg k-h
On Thu, Jan 21, 2016 at 09:06:42AM +0800, lifelong0811@126.com wrote:
Hi: Thanks for you responce. I am a new developer in linux kernel. Can you help me recommand some detailled document about the PCIE hotplug or the detailed linux kernel .c file.
The in-kernel files should be sufficient to understand the design, what specific questions do you have after reading them? And no, with Linux there is almost never a "detailed document", they always get out of date compared to the code itself. good luck, greg k-h
participants (2)
-
Greg KH -
lifelong0811@126.com