mbox series

[net,0/2] ibmvnic: Fix queue and buffer accounting errors

Message ID 1542820679-30184-1-git-send-email-tlfalcon@linux.ibm.com
Headers show
Series ibmvnic: Fix queue and buffer accounting errors | expand

Message

Thomas Falcon Nov. 21, 2018, 5:17 p.m. UTC
This series includes two small fixes. The first resolves a typo bug
in the code to clean up unused RX buffers during device queue removal.
The second ensures that device queue memory is updated to reflect new
supported queue ring sizes after migration to other backing hardware.


Thomas Falcon (2):
  ibmvnic: Fix RX queue buffer cleanup
  ibmvnic: Update driver queues after change in ring size support

 drivers/net/ethernet/ibm/ibmvnic.c | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

Comments

David Miller Nov. 22, 2018, 7:53 p.m. UTC | #1
From: Thomas Falcon <tlfalcon@linux.ibm.com>
Date: Wed, 21 Nov 2018 11:17:57 -0600

> This series includes two small fixes. The first resolves a typo bug
> in the code to clean up unused RX buffers during device queue removal.
> The second ensures that device queue memory is updated to reflect new
> supported queue ring sizes after migration to other backing hardware.

Series applied.