]> xenbits.xensource.com Git - pvdrivers/win/xenvif.git/commit
Don't assume queue numbers can't be larger than 99
authorPaul Durrant <pdurrant@amazon.com>
Tue, 1 Dec 2020 13:37:16 +0000 (13:37 +0000)
committerPaul Durrant <pdurrant@amazon.com>
Tue, 1 Dec 2020 13:37:16 +0000 (13:37 +0000)
commitbe71f1a46e8d9f0988bfa9ddb7e2f7f8b9a6132a
treeec5b5e52f884683ed16912178f5972b66bd34961
parent088ea95da2263f9d9135bbf7b2ce6aeefd712ca6
Don't assume queue numbers can't be larger than 99

The theoretical maximum number of receiver or transmitter queues is limited at
the number of vCPUs in the VM, and this can be as many as 128 (limited by
Xen).

Signed-off-by: Paul Durrant <pdurrant@amazon.com>
src/xenvif/frontend.c