]> git.baikalelectronics.ru Git - kernel.git/commit
ibmvnic: Fix overflowing firmware/hardware TX queue
authorThomas Falcon <tlfalcon@linux.vnet.ibm.com>
Sun, 5 Mar 2017 18:18:41 +0000 (12:18 -0600)
committerDavid S. Miller <davem@davemloft.net>
Tue, 7 Mar 2017 22:14:30 +0000 (14:14 -0800)
commit87d3e105ad6ebec21cb51ddca2239c0133a76b6f
tree656a3545ab1f3070a77f5bf7fbca80bd400871d9
parent564b14983bf617abe32cefb8a7c9d6cafc45b4f1
ibmvnic: Fix overflowing firmware/hardware TX queue

Use a counter to track the number of outstanding transmissions sent
that have not received completions. If the counter reaches the maximum
number of queue entries, stop transmissions on that queue. As we receive
more completions from firmware, wake the queue once the counter reaches
an acceptable level.

This patch prevents hardware/firmware TX queue from filling up and
and generating errors.  Since incorporating this fix, internal testing
has reported that these firmware errors have stopped.

Signed-off-by: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ibm/ibmvnic.c
drivers/net/ethernet/ibm/ibmvnic.h