Re: [PATCH v3 02/21] include/hw: document vhost_dev feature life-cycle

2022-07-28 Thread Alex Bennée
Jason Wang writes: > 在 2022/7/27 03:21, Alex Bennée 写道: >> Try and explicitly document the various state of feature bits as >> related to the vhost_dev structure. Importantly the backend_features >> can advertise things like VHOST_USER_F_PROTOCOL_FEATURES which is >> never exposed to the driver

Re: [PATCH v3 02/21] include/hw: document vhost_dev feature life-cycle

2022-07-27 Thread Jason Wang
在 2022/7/27 03:21, Alex Bennée 写道: Try and explicitly document the various state of feature bits as related to the vhost_dev structure. Importantly the backend_features can advertise things like VHOST_USER_F_PROTOCOL_FEATURES which is never exposed to the driver and is only present in the vhost

[PATCH v3 02/21] include/hw: document vhost_dev feature life-cycle

2022-07-26 Thread Alex Bennée
Try and explicitly document the various state of feature bits as related to the vhost_dev structure. Importantly the backend_features can advertise things like VHOST_USER_F_PROTOCOL_FEATURES which is never exposed to the driver and is only present in the vhost-user feature negotiation. Signed-off-