summaryrefslogtreecommitdiffstats
path: root/net/key
diff options
context:
space:
mode:
authorLendacky, Thomas2015-10-21 22:37:05 +0200
committerDavid S. Miller2015-10-23 11:59:04 +0200
commit20a41fba679d665cdae2808e2b9cae97c073351f (patch)
tree953d8bbad9cc0bd690448e6858a3c40703cf66fb /net/key
parentnet/phy: micrel: Add workaround for bad autoneg (diff)
downloadkernel-qcow2-linux-20a41fba679d665cdae2808e2b9cae97c073351f.tar.gz
kernel-qcow2-linux-20a41fba679d665cdae2808e2b9cae97c073351f.tar.xz
kernel-qcow2-linux-20a41fba679d665cdae2808e2b9cae97c073351f.zip
amd-xgbe: Use wmb before updating current descriptor count
The code currently uses the lightweight dma_wmb barrier before updating the current descriptor count. Under heavy load, the Tx cleanup routine was seeing the updated current descriptor count before the updated descriptor information. As a result, the Tx descriptor was being cleaned up before it was used because it was not "owned" by the hardware yet, resulting in a Tx queue hang. Using the wmb barrier insures that the descriptor is updated before the descriptor counter preventing the Tx queue hang. For extra insurance, the Tx cleanup routine is changed to grab the current decriptor count on entry and uses that initial value in the processing loop rather than trying to chase the current value. Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com> Tested-by: Christoffer Dall <christoffer.dall@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/key')
0 files changed, 0 insertions, 0 deletions