Re: [PATCH 0/2 net-next] ibmvnic: Fix and increase maximum TX/RX queues

2017-12-19 Thread David Miller
From: Thomas Falcon Date: Mon, 18 Dec 2017 12:52:10 -0600 > This series renames IBMVNIC_MAX_TX_QUEUES to IBMVNIC_MAX_QUEUES since > it is used to allocate both RX and TX queues. The value is also increased > to accommodate newer hardware. Series applied.

[PATCH 0/2 net-next] ibmvnic: Fix and increase maximum TX/RX queues

2017-12-18 Thread Thomas Falcon
This series renames IBMVNIC_MAX_TX_QUEUES to IBMVNIC_MAX_QUEUES since it is used to allocate both RX and TX queues. The value is also increased to accommodate newer hardware. Thomas Falcon (2): ibmvnic: Rename IBMVNIC_MAX_TX_QUEUES to IBMVNIC_MAX_QUEUES ibmvnic: Increase maximum number of RX/T