Re: [PATCH v1 7/7] vhost: Add new UAPI to support change to task mode

2024-09-11 Thread kernel test robot
linux-next patch link: https://lore.kernel.org/r/20240909013531.1243525-8-lulu%40redhat.com patch subject: [PATCH v1 7/7] vhost: Add new UAPI to support change to task mode config: arc-randconfig-001-20240911 (https://download.01.org/0day-ci/archive/20240911/202409112119.bjdqpvtc-...@intel.

[RESEND PATCH v1 7/7] vhost: Add new UAPI to support change to task mode

2024-09-08 Thread Cindy Lu
Add a new UAPI to support setting the vhost device to use task mode. The user space application needs to use VHOST_SET_ENFORCE_TASK to set the mode. This setting must be set before VHOST_SET_OWNER is set. Signed-off-by: Cindy Lu --- drivers/vhost/vhost.c | 16 +++- include/uapi/

[PATCH v1 7/7] vhost: Add new UAPI to support change to task mode

2024-09-08 Thread Cindy Lu
Add a new UAPI to support setting the vhost device to use task mode. The user space application needs to use VHOST_SET_ENFORCE_TASK to set the mode. This setting must be set before VHOST_SET_OWNER is set. Signed-off-by: Cindy Lu --- drivers/vhost/vhost.c | 16 +++- include/uapi/