Skip to content

Commit 269431e

Browse files
tlfalcondavem330
authored andcommitted
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent d45cc3a commit 269431e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/ibm/ibmvnic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
#define IBMVNIC_RX_WEIGHT 16
4040
/* when changing this, update IBMVNIC_IO_ENTITLEMENT_DEFAULT */
4141
#define IBMVNIC_BUFFS_PER_POOL 100
42-
#define IBMVNIC_MAX_QUEUES 5
42+
#define IBMVNIC_MAX_QUEUES 10
4343

4444
#define IBMVNIC_TSO_BUF_SZ 65536
4545
#define IBMVNIC_TSO_BUFS 64

0 commit comments

Comments
 (0)