1. 18 2月, 2016 6 次提交
  2. 16 12月, 2015 1 次提交
  3. 28 10月, 2015 1 次提交
  4. 23 10月, 2015 1 次提交
    • L
      amd-xgbe: Use wmb before updating current descriptor count · 20a41fba
      Lendacky, Thomas 提交于
      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: NTom Lendacky <thomas.lendacky@amd.com>
      Tested-by: NChristoffer Dall <christoffer.dall@linaro.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      20a41fba
  5. 05 10月, 2015 2 次提交
  6. 09 7月, 2015 1 次提交
  7. 16 5月, 2015 3 次提交
  8. 10 4月, 2015 2 次提交
  9. 21 3月, 2015 3 次提交
  10. 24 1月, 2015 1 次提交
  11. 17 1月, 2015 4 次提交
  12. 22 11月, 2014 7 次提交
  13. 14 11月, 2014 1 次提交
  14. 06 11月, 2014 6 次提交
  15. 06 9月, 2014 1 次提交