ibmvnic: Increase maximum queue size limit
authorThomas Falcon <tlfalcon@linux.ibm.com>
Fri, 28 Sep 2018 23:38:24 +0000 (18:38 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 2 Oct 2018 06:31:16 +0000 (23:31 -0700)
Increase queue size limit to 16. Devices available for IBM vNIC today
will not allow this amount, but this should give us some leeway for
future devices that may support more RX or TX queues.

Signed-off-by: Thomas Falcon <tlfalcon@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ibm/ibmvnic.h

index f06eec1..2c17871 100644 (file)
@@ -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     10
+#define IBMVNIC_MAX_QUEUES     16
 
 #define IBMVNIC_TSO_BUF_SZ     65536
 #define IBMVNIC_TSO_BUFS       64