diff options
author | Ronak Doshi <[email protected]> | 2021-12-07 00:17:37 -0800 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2021-12-08 17:56:39 -0800 |
commit | f71ef02f1a4a3c49962fa341ad8de19071f0f9bf (patch) | |
tree | 45c418477c03cbbf70d9efe280884c76d44b80e9 /scripts/clang-tools/gen_compile_commands.py | |
parent | e195e9b5dee6459d8c8e6a314cc71a644a0537fd (diff) |
vmxnet3: fix minimum vectors alloc issue
'Commit 39f9895a00f4 ("vmxnet3: add support for 32 Tx/Rx queues")'
added support for 32Tx/Rx queues. Within that patch, value of
VMXNET3_LINUX_MIN_MSIX_VECT was updated.
However, there is a case (numvcpus = 2) which actually requires 3
intrs which matches VMXNET3_LINUX_MIN_MSIX_VECT which then is
treated as failure by stack to allocate more vectors. This patch
fixes this issue.
Fixes: 39f9895a00f4 ("vmxnet3: add support for 32 Tx/Rx queues")
Signed-off-by: Ronak Doshi <[email protected]>
Acked-by: Guolin Yang <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'scripts/clang-tools/gen_compile_commands.py')
0 files changed, 0 insertions, 0 deletions