From: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
To: netdev@vger.kernel.org
Cc: jallen@linux.vnet.ibm.com, nfont@linux.vnet.ibm.com,
Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
Subject: [PATCH net 0/5] ibmvnic: Fix driver reset and DMA bugs
Date: Fri, 6 Apr 2018 18:37:01 -0500 [thread overview]
Message-ID: <1523057826-5262-1-git-send-email-tlfalcon@linux.vnet.ibm.com> (raw)
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
next reply other threads:[~2018-04-06 23:38 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-06 23:37 Thomas Falcon [this message]
2018-04-06 23:37 ` [PATCH net 1/5] ibmvnic: Fix DMA mapping mistakes Thomas Falcon
2018-04-06 23:37 ` [PATCH net 2/5] ibmvnic: Zero used TX descriptor counter on reset Thomas Falcon
2018-04-06 23:37 ` [PATCH net 3/5] ibmvnic: Fix reset scheduler error handling Thomas Falcon
2018-04-06 23:37 ` [PATCH net 4/5] ibmvnic: Fix failover case for non-redundant configuration Thomas Falcon
2018-04-06 23:37 ` [PATCH net 5/5] ibmvnic: Do not reset CRQ for Mobility driver resets Thomas Falcon
2018-04-08 16:40 ` [PATCH net 0/5] ibmvnic: Fix driver reset and DMA bugs David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1523057826-5262-1-git-send-email-tlfalcon@linux.vnet.ibm.com \
--to=tlfalcon@linux.vnet.ibm.com \
--cc=jallen@linux.vnet.ibm.com \
--cc=netdev@vger.kernel.org \
--cc=nfont@linux.vnet.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox