Re: [PATCH v8 06/12] vhost_net: Add NetClientInfo stop callback

2022-08-09 Thread Jason Wang
On Wed, Aug 10, 2022 at 1:39 AM Eugenio Pérez wrote: > > Used by the backend to perform actions after the device is stopped. > > In particular, vdpa net use it to unmap CVQ buffers to the device, > cleaning the actions performend in prepare(). Should be "performed". Other than this, Acked-by: J

[PATCH v8 06/12] vhost_net: Add NetClientInfo stop callback

2022-08-09 Thread Eugenio Pérez
Used by the backend to perform actions after the device is stopped. In particular, vdpa net use it to unmap CVQ buffers to the device, cleaning the actions performend in prepare(). Signed-off-by: Eugenio Pérez --- include/net/net.h | 2 ++ hw/net/vhost_net.c | 3 +++ 2 files changed, 5 inserti