qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

tx_queue_size with tap device


From: Markus Frank
Subject: tx_queue_size with tap device
Date: Thu, 28 Jul 2022 10:51:22 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0

Hello,

I have a few questions concerning these commits.

commit 9b02e1618cf26aa52cf786f215d757506dda14f8
commit 2eef278b9e6326707410eed23be40e57f6c331b7
commit 0ea5778f066ea5c5e73246a4c11f0773edc4c45d

Therefore I added the developers in CC.

Do backends other than vhost-user or vhost-vdpa really not support the
maximum tx_queue_size and why?
Example: When using tap as backend and adding NET_CLIENT_DRIVER_TAP as a case
to the switch statement, so that it can use the maximum size, ethtool also shows
the configured tx_queue_size of 1024.

In the commit 9b02e1618cf2 is stated, that the maximum tx_queue_size for other
backends is 512. Is this still the case? If yes shouldn't it be possible to
default to that (512), if something higher (1024) is configured, instead of 256?

Also is there another way to check/test the tx_queue_size than ethtool?

Thanks in advance.

Markus




reply via email to

[Prev in Thread] Current Thread [Next in Thread]