Re: [PATCH v2 1/3] rpmsg: char: Reuse eptdev logic for anon device

2025-05-16 Thread Dawei Li
Hi Mathieu, Thanks for reviewing. On Thu, May 15, 2025 at 02:24:04PM -0600, Mathieu Poirier wrote: > Hi, > > On Fri, May 09, 2025 at 11:59:25PM +0800, Dawei Li wrote: > > Current uAPI implementation for rpmsg ctrl & char device manipulation is > > abstracted in procedures below: > > > > Current

Re: [PATCH v2 1/3] rpmsg: char: Reuse eptdev logic for anon device

2025-05-15 Thread Mathieu Poirier
Hi, On Fri, May 09, 2025 at 11:59:25PM +0800, Dawei Li wrote: > Current uAPI implementation for rpmsg ctrl & char device manipulation is > abstracted in procedures below: > > Current uAPI implementation for rpmsg ctrl & char device manipulation is > abstracted in procedures below: > - fd = open("

[PATCH v2 1/3] rpmsg: char: Reuse eptdev logic for anon device

2025-05-09 Thread Dawei Li
Current uAPI implementation for rpmsg ctrl & char device manipulation is abstracted in procedures below: Current uAPI implementation for rpmsg ctrl & char device manipulation is abstracted in procedures below: - fd = open("/dev/rpmsg_ctrlX") - ioctl(fd, RPMSG_CREATE_EPT_IOCTL, &info); /dev/rpmsgY