Re: [dpdk-dev] [PATCH v2 26/44] net/virtio: add Virtio-user ops to set owner

2021-01-21 Thread Xia, Chenbo
> -Original Message- > From: Maxime Coquelin > Sent: Wednesday, January 20, 2021 5:25 AM > To: dev@dpdk.org; Xia, Chenbo ; olivier.m...@6wind.com; > amore...@redhat.com; david.march...@redhat.com > Cc: Maxime Coquelin > Subject: [PATCH v2 26/44] net/virtio: add Virtio-user ops to set owne

[dpdk-dev] [PATCH v2 26/44] net/virtio: add Virtio-user ops to set owner

2021-01-19 Thread Maxime Coquelin
This patch implements a dedicated callback for sending owner request. All the requests will be converted that way so that backends other than Vhost-user don't have to work around being it. Signed-off-by: Maxime Coquelin --- drivers/net/virtio/virtio_user/vhost.h| 1 + drivers/net/virtio