This patch series introduces some fixes to the driver reset routines and a patch that fixes mistakes caught by the kernel DMA debugger.
The reset fixes include a fix to reset TX queue counters properly after a reset as well as updates to driver reset error-handling code. It also provides updates to the reset handling routine for redundant backing VF failover and partition migration cases. Nathan Fontenot (1): ibmvnic: Do not reset CRQ for Mobility driver resets Thomas Falcon (4): ibmvnic: Fix DMA mapping mistakes ibmvnic: Zero used TX descriptor counter on reset ibmvnic: Fix reset scheduler error handling ibmvnic: Fix failover case for non-redundant configuration drivers/net/ethernet/ibm/ibmvnic.c | 146 ++++++++++++++++++++++++------------- drivers/net/ethernet/ibm/ibmvnic.h | 1 + 2 files changed, 98 insertions(+), 49 deletions(-) -- 1.8.3.1