summaryrefslogtreecommitdiffstats
path: root/drivers/s390
diff options
context:
space:
mode:
authorThomas Falcon <tlfalcon@linux.vnet.ibm.com>2018-04-07 01:37:03 +0200
committerDavid S. Miller <davem@davemloft.net>2018-04-08 18:39:47 +0200
commit41f714672f93608751dbd2fa2291d476a8ff0150 (patch)
tree4182868626af0530fe976b4f61e508b5041fbc5f /drivers/s390
parentibmvnic: Fix DMA mapping mistakes (diff)
downloadlinux-41f714672f93608751dbd2fa2291d476a8ff0150.tar.xz
linux-41f714672f93608751dbd2fa2291d476a8ff0150.zip
ibmvnic: Zero used TX descriptor counter on reset
The counter that tracks used TX descriptors pending completion needs to be zeroed as part of a device reset. This change fixes a bug causing transmit queues to be stopped unnecessarily and in some cases a transmit queue stall and timeout reset. If the counter is not reset, the remaining descriptors will not be "removed", effectively reducing queue capacity. If the queue is over half full, it will cause the queue to stall if stopped. Signed-off-by: Thomas Falcon <tlfalcon@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/s390')
0 files changed, 0 insertions, 0 deletions