On 2020-04-16 20:27, Kalle Valo wrote:
Kalle Valo <kvalo@xxxxxxxxxxxxxx> writes:
How much does it drop? Please add the justification (with numbers) for
the new thread to the commit log, so that the reason is properly
documented.
I see that you already submitted v10. If you can give the numbers I can
add them to the commit log.
I tested for VHT80 mode for 3 thread config:
result:
TCP-RX TCP-TX UDP-RX
UDP-TX
use workqueue_tx_complete(Mbps) 423 357 448 412
change it to ar->workqueue(Mbps) 410 360 449 414
change it to ar->workqueue_aux(Mbps) 405 339 446 401
each thread role:
tx_bundle_skbs(ar->workqueue),
rx_indication(ar->workqueue_aux),
sdio_async_tx_request(ar_sdio->workqueue),
tx_bundle_complete(ar->workqueue_tx_complete)