mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-09 11:00:52 +00:00
ibmvnic: Increase maximum number of RX/TX queues
Increase the number of queues allocated to accommodate recent network adapter inclusions on the IBM vNIC platform. Signed-off-by: Thomas Falcon <tlfalcon@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
d45cc3a43c
commit
269431e737
@ -39,7 +39,7 @@
|
||||
#define IBMVNIC_RX_WEIGHT 16
|
||||
/* when changing this, update IBMVNIC_IO_ENTITLEMENT_DEFAULT */
|
||||
#define IBMVNIC_BUFFS_PER_POOL 100
|
||||
#define IBMVNIC_MAX_QUEUES 5
|
||||
#define IBMVNIC_MAX_QUEUES 10
|
||||
|
||||
#define IBMVNIC_TSO_BUF_SZ 65536
|
||||
#define IBMVNIC_TSO_BUFS 64
|
||||
|
Loading…
Reference in New Issue
Block a user