mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
ibmvnic: Activate disabled RX buffer pools on reset
RX buffer pools are disabled while awaiting a device reset if firmware indicates that the resource is closed. This patch fixes a bug where pools were not being subsequently enabled after the device reset, causing the device to become inoperable. 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
7e9191c54a
commit
c3e53b9a3e
@ -383,6 +383,7 @@ static int reset_rx_pools(struct ibmvnic_adapter *adapter)
|
||||
atomic_set(&rx_pool->available, 0);
|
||||
rx_pool->next_alloc = 0;
|
||||
rx_pool->next_free = 0;
|
||||
rx_pool->active = 1;
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user