Re: [PATCH v1 21/21] net/virtio-user: remove max queues limitation

2023-02-07 Thread Maxime Coquelin
On 1/31/23 06:19, Xia, Chenbo wrote: Hi Maxime, -Original Message- From: Maxime Coquelin Sent: Wednesday, November 30, 2022 11:57 PM To: dev@dpdk.org; Xia, Chenbo ; david.march...@redhat.com; epere...@redhat.com Cc: Maxime Coquelin Subject: [PATCH v1 21/21] net/virtio-user: remove

RE: [PATCH v1 21/21] net/virtio-user: remove max queues limitation

2023-01-30 Thread Xia, Chenbo
Hi Maxime, > -Original Message- > From: Maxime Coquelin > Sent: Wednesday, November 30, 2022 11:57 PM > To: dev@dpdk.org; Xia, Chenbo ; > david.march...@redhat.com; epere...@redhat.com > Cc: Maxime Coquelin > Subject: [PATCH v1 21/21] net/virtio-user: remove

[PATCH v1 21/21] net/virtio-user: remove max queues limitation

2022-11-30 Thread Maxime Coquelin
This patch removes the limitation of 8 queue pairs by dynamically allocating vring metadata once we know the maximum number of queue pairs supported by the backend. This is especially useful for Vhost-vDPA with physical devices, where the maximum queues supported may be much more than 8 pairs. Si