Re: [PATCH v2 15/21] net/virtio-user: get max number of queue pairs from device

2023-02-07 Thread Eugenio Perez Martin
On Tue, Feb 7, 2023 at 4:18 PM Maxime Coquelin wrote: > > When supported by the backend (only vDPA for now), this > patch gets the maximum number of queue pairs supported by > the device by querying it in its config space. > > This is required for adding backend control queue support, > as is inde

[PATCH v2 15/21] net/virtio-user: get max number of queue pairs from device

2023-02-07 Thread Maxime Coquelin
When supported by the backend (only vDPA for now), this patch gets the maximum number of queue pairs supported by the device by querying it in its config space. This is required for adding backend control queue support, as is index equals the maximum number of queues supported by the device as des