Re: [PATCH v3 1/9] powerpc/pseries: Define papr-hvpipe ioctl
From: Tyrel Datwyler <tyreld@linux.ibm.com>
Date: 2025-08-29 19:43:06
From: Tyrel Datwyler <tyreld@linux.ibm.com>
Date: 2025-08-29 19:43:06
On 8/28/25 4:08 PM, Haren Myneni wrote:
PowerPC FW introduced HVPIPE RTAS calls such as ibm,send-hvpipe-msg and ibm,receive-hvpipe-msg for the user space to exchange information with different sources such as Hardware Management Consoles (HMC). HVPIPE_IOC_CREATE_HANDLE is defined to use /dev/papr-hvpipe interface for ibm,send-hvpipe-msg and ibm,receive-hvpipe-msg RTAS calls. Also defined papr_hvpipe_hdr which will added in the payload that is passed between the kernel and the user space. Signed-off-by: Haren Myneni <haren@linux.ibm.com> Reviewed-by: Mahesh Salgaonkar <mahesh@linux.ibm.com> Tested-by: Shashank MS <redacted> ---
Reviewed-by: Tyrel Datwyler <tyreld@linux.ibm.com>