Re: [PATCH 18/18] vhost-vdpa: multiqueue support

2021-07-06 Thread Jason Wang
在 2021/7/1 下午2:51, Eugenio Perez Martin 写道: * provide control queue via peers as well. */ if (n->nic_conf.peers.queues) { diff --git a/net/vhost-vdpa.c b/net/vhost-vdpa.c index cc11b2ec40..048344b4bc 100644 --- a/net/vhost-vdpa.c +++ b/net/vhost-vdpa.c @@ -18,6 +18,7 @@ #i

Re: [PATCH 18/18] vhost-vdpa: multiqueue support

2021-07-01 Thread Jason Wang
在 2021/7/1 下午2:51, Eugenio Perez Martin 写道: On Mon, Jun 21, 2021 at 6:18 AM Jason Wang wrote: This patch implements the multiqueue support for vhost-vdpa. This is done simply by reading the number of queue pairs from the config space and initialize the datapath and control path net client. S

Re: [PATCH 18/18] vhost-vdpa: multiqueue support

2021-06-30 Thread Eugenio Perez Martin
On Mon, Jun 21, 2021 at 6:18 AM Jason Wang wrote: > > This patch implements the multiqueue support for vhost-vdpa. This is > done simply by reading the number of queue pairs from the config space > and initialize the datapath and control path net client. > > Signed-off-by: Jason Wang > --- > hw/