]> xenbits.xensource.com Git - pvdrivers/win/xenvif.git/commit
Set FrontendMaxQueues by default
authorOwen Smith <owen.smith@cloud.com>
Fri, 26 May 2023 08:17:10 +0000 (09:17 +0100)
committerPaul Durrant <pdurrant@amazon.com>
Wed, 7 Jun 2023 10:21:34 +0000 (11:21 +0100)
commit50687fa7a255d937e7c43caeaf7b97533bb11331
tree570082868109f38ce900802bfb7ac11c16b67d99
parent1c3bc5f02e700e6e41a40fe7bbadc40ba08a150a
Set FrontendMaxQueues by default

Limiting the number of queues to the same value defined in xennet's INF
file prevents xenvif from allocating many more resources than required.

Currently, xenvif will allocate a queue for each active CPU, but xennet
only reports a maximum of 8 RSS queues to Windows. When vCPU count is
greather than 8, additional queues are not used and just consume resources.

Signed-off-by: Owen Smith <owen.smith@cloud.com>
src/xenvif.inf