OpenCloudOS-Kernel/drivers/net/vmxnet3
Ronak Doshi 39f9895a00 vmxnet3: add support for 32 Tx/Rx queues
Currently, vmxnet3 supports maximum of 8 Tx/Rx queues. With increase
in number of vcpus on a VM, to achieve better performance and utilize
idle vcpus, we need to increase the max number of queues supported.

This patch enhances vmxnet3 to support maximum of 32 Tx/Rx queues.
Increasing the Rx queues also increases the probability of distrubuting
the traffic from different flows to different queues with RSS.

Signed-off-by: Ronak Doshi <doshir@vmware.com>
Acked-by: Guolin Yang <gyang@vmware.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-07-16 17:32:14 -07:00
..
Makefile vmxnet3: prepare for version 6 changes 2021-07-16 17:32:14 -07:00
upt1_defs.h vmxnet3: prepare for version 6 changes 2021-07-16 17:32:14 -07:00
vmxnet3_defs.h vmxnet3: add support for 32 Tx/Rx queues 2021-07-16 17:32:14 -07:00
vmxnet3_drv.c vmxnet3: add support for 32 Tx/Rx queues 2021-07-16 17:32:14 -07:00
vmxnet3_ethtool.c vmxnet3: fix cksum offload issues for tunnels with non-default udp ports 2021-07-02 13:41:15 -07:00
vmxnet3_int.h vmxnet3: add support for 32 Tx/Rx queues 2021-07-16 17:32:14 -07:00