Hi Stefan,
Thanks for your reply.
On Thu, Aug 15, 2019 at 7:07 AM Stefan Hajnoczi wrote:
>
> On Wed, Aug 14, 2019 at 10:54:34AM -0700, William Tu wrote:
> > Hi,
> >
> > I'm using libvhost-user.a to write a vhost backend, in order to receive and
> > send packets from/to VMs from OVS. I started by
On Wed, Aug 14, 2019 at 10:54:34AM -0700, William Tu wrote:
> Hi,
>
> I'm using libvhost-user.a to write a vhost backend, in order to receive and
> send packets from/to VMs from OVS. I started by reading the
> vhost-user-bridge.c.
> I can now pass the initialization stage, seeing .queue_set_start
Hi,
I'm using libvhost-user.a to write a vhost backend, in order to receive and
send packets from/to VMs from OVS. I started by reading the vhost-user-bridge.c.
I can now pass the initialization stage, seeing .queue_set_started get invoked.
However, I am stuck at receiving the packet from VM.
So