Re: [PATCH v8 05/12] vhost_net: Add NetClientInfo prepare callback

2022-08-09 Thread Jason Wang
On Wed, Aug 10, 2022 at 1:39 AM Eugenio Pérez wrote: > > This is used by the backend to perform actions before the device is > started. > > In particular, vdpa net use it to map CVQ buffers to the device, so it > can send control commands using them. > > Signed-off-by: Eugenio Pérez > --- So

[PATCH v8 05/12] vhost_net: Add NetClientInfo prepare callback

2022-08-09 Thread Eugenio Pérez
This is used by the backend to perform actions before the device is started. In particular, vdpa net use it to map CVQ buffers to the device, so it can send control commands using them. Signed-off-by: Eugenio Pérez --- v8: Rename NetClientInfo prepare callback to start, so it aligns with