On Tue, Aug 9, 2022 at 8:54 AM Jason Wang wrote:
>
> On Fri, Aug 5, 2022 at 2:29 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 com
On Fri, Aug 5, 2022 at 2:29 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
> ---
> inclu
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
---
include/net/net.h | 2 ++
hw/net/vhost_net.c | 7 +++
2 files changed,