On 6/28/23 08:59, Cindy Lu wrote:
From: Your Name
Add the operation for mmap, The user space APP will
use this function to map the pages to userspace
Signed-off-by: Cindy Lu
---
drivers/vdpa/vdpa_user/vduse_dev.c | 49 ++
1 file changed, 49 insertions(+)
dif
On Wed, Jun 28, 2023 at 2:59 PM Cindy Lu wrote:
>
> From: Your Name
>
> Add the operation for mmap, The user space APP will
> use this function to map the pages to userspace
Please be specific in the log. E.g why and what the main goal for this mmap.
>
> Signed-off-by: Cindy Lu
> ---
> driver