Merge branch 'ibmvnic-Fix-queue-and-buffer-accounting-errors'
authorDavid S. Miller <davem@davemloft.net>
Thu, 22 Nov 2018 19:53:26 +0000 (11:53 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 22 Nov 2018 19:53:26 +0000 (11:53 -0800)
commit039e70a70c8417b5bf5878a60612ebd2c95f731e
treefcd3293be5b650116d47c5f758a64acb75e2e625
parent6d0f60b0f8588fd4380ea5df9601e12fddd55ce2
parent5bf032ef08e6a110edc1e3bfb3c66a208fb55125
Merge branch 'ibmvnic-Fix-queue-and-buffer-accounting-errors'

Thomas Falcon says:

====================
ibmvnic: Fix queue and buffer accounting errors

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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>