On Thu, Jun 19, 2025 at 1:55 PM Hengqi Chen <[email protected]> wrote: > > Currently, there are no ways to retrieve the queue size > set by vhost backend. Implement the {rxq,txq}_info_get > callbacks so that DPDK applications can use the queue > size to setup mempool properly. > > Signed-off-by: Hengqi Chen <[email protected]> > --- > drivers/net/virtio/virtio_ethdev.c | 24 ++++++++++++++++++++++++ > 1 file changed, 24 insertions(+) >
Reviewed-by: Maxime Coquelin <[email protected]> Thanks, Maxime

