linux-stable/drivers/net/ethernet/ibm
Nick Child 742c60e128 ibmveth: Reduce default tx queues to 8
Previously, the default number of transmit queues was 16. Due to
resource concerns, set to 8 queues instead. Still allow the user
to set more queues (max 16) if they like.

Since the driver is virtualized away from the physical NIC, the purpose
of multiple queues is purely to allow for parallel calls to the
hypervisor. Therefore, there is no noticeable effect on performance by
reducing queue count to 8.

Fixes: d926793c1d ("ibmveth: Implement multi queue on xmit")
Reported-by: Dave Taht <dave.taht@gmail.com>
Signed-off-by: Nick Child <nnac123@linux.ibm.com>
Link: https://lore.kernel.org/r/20221107203215.58206-1-nnac123@linux.ibm.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2022-11-08 17:46:24 -08:00
..
ehea net: ehea: fix possible memory leak in ehea_register_port() 2022-10-27 12:51:41 +02:00
emac net: ibm: emac: Switch to use dev_err_probe() helper 2022-09-21 13:50:03 +01:00
Kconfig
Makefile
ibmveth.c ibmveth: Reduce default tx queues to 8 2022-11-08 17:46:24 -08:00
ibmveth.h ibmveth: Reduce default tx queues to 8 2022-11-08 17:46:24 -08:00
ibmvnic.c ibmvnic: Free rwi on reset success 2022-11-02 20:30:51 -07:00
ibmvnic.h Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2022-04-28 13:02:01 -07:00