Re: [PATCH] powerpc/pseries/dlpar: Search DRC index from ibm,drc-indexes for IO add

2025-05-27 Thread Tyrel Datwyler
On 4/30/25 9:10 PM, Haren Myneni wrote: > IO hotplug add event is handled in the user space with drmgr tool. > After the device is enabled, the user space uses /sys/kerne/dlpar > interface with “dt add index ” to update the device tree. > The kernel interface (dlpar_hp_dt_add()) finds the parent no

Re: [PATCH] powerpc/pseries/dlpar: Search DRC index from ibm,drc-indexes for IO add

2025-05-05 Thread Kowshik Jois B S
Haren, could you please add the below tag: Reported-by:Kowshik Jois IO hotplug add event is handled in the user space with drmgr tool. After the device is enabled, the user space uses /sys/kerne/dlpar interface with “dt add index ” to update the device tree. The kernel interface (dlpar_hp_dt_add

Re: [PATCH] powerpc/pseries/dlpar: Search DRC index from ibm,drc-indexes for IO add

2025-05-05 Thread Kowshik Jois B S
On 01/05/25 09:40, Haren Myneni wrote: IO hotplug add event is handled in the user space with drmgr tool. After the device is enabled, the user space uses /sys/kerne/dlpar interface with “dt add index ” to update the device tree. The kernel interface (dlpar_hp_dt_add()) finds the parent node for

Re: [PATCH] powerpc/pseries/dlpar: Search DRC index from ibm,drc-indexes for IO add

2025-05-05 Thread Amit Machhiwal
Hi Haren, Thanks for the patch. On 2025/04/30 09:10 PM, Haren Myneni wrote: > IO hotplug add event is handled in the user space with drmgr tool. > After the device is enabled, the user space uses /sys/kerne/dlpar > interface with “dt add index ” to update the device tree. > The kernel interface (

[PATCH] powerpc/pseries/dlpar: Search DRC index from ibm,drc-indexes for IO add

2025-04-30 Thread Haren Myneni
IO hotplug add event is handled in the user space with drmgr tool. After the device is enabled, the user space uses /sys/kerne/dlpar interface with “dt add index ” to update the device tree. The kernel interface (dlpar_hp_dt_add()) finds the parent node for the specified ‘drc_index’ from ibm,drc-in