Re: [PATCH V2 4/7] vhost-vdpa: VHOST_BACKEND_F_NEW_OWNER

2024-07-15 Thread Steven Sistare
On 7/14/2024 10:31 PM, Jason Wang wrote: On Fri, Jul 12, 2024 at 9:19 PM Steve Sistare wrote: Add the VHOST_BACKEND_F_NEW_OWNER backend capability, which indicates that VHOST_NEW_OWNER is supported. Signed-off-by: Steve Sistare Doesn't harm but should this be part of the previous patch?

Re: [PATCH V2 4/7] vhost-vdpa: VHOST_BACKEND_F_NEW_OWNER

2024-07-14 Thread Jason Wang
On Fri, Jul 12, 2024 at 9:19 PM Steve Sistare wrote: > > Add the VHOST_BACKEND_F_NEW_OWNER backend capability, which indicates that > VHOST_NEW_OWNER is supported. > > Signed-off-by: Steve Sistare Doesn't harm but should this be part of the previous patch? Thanks