1. 18 3月, 2018 2 次提交
  2. 23 2月, 2018 1 次提交
  3. 22 2月, 2018 1 次提交
  4. 21 2月, 2018 1 次提交
  5. 23 1月, 2018 1 次提交
  6. 20 12月, 2017 2 次提交
  7. 14 11月, 2017 1 次提交
  8. 11 11月, 2017 1 次提交
  9. 27 10月, 2017 2 次提交
  10. 19 10月, 2017 1 次提交
  11. 04 8月, 2017 1 次提交
  12. 22 6月, 2017 2 次提交
  13. 27 5月, 2017 3 次提交
  14. 03 5月, 2017 2 次提交
  15. 25 4月, 2017 2 次提交
  16. 22 4月, 2017 3 次提交
  17. 31 3月, 2017 1 次提交
  18. 28 3月, 2017 1 次提交
  19. 22 3月, 2017 1 次提交
  20. 08 3月, 2017 1 次提交
    • T
      ibmvnic: Fix overflowing firmware/hardware TX queue · 142c0ac4
      Thomas Falcon 提交于
      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: NThomas Falcon <tlfalcon@linux.vnet.ibm.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      142c0ac4
  21. 20 2月, 2017 3 次提交
  22. 30 10月, 2016 3 次提交
  23. 19 10月, 2016 1 次提交
  24. 20 8月, 2016 1 次提交
  25. 10 7月, 2016 1 次提交
  26. 09 4月, 2016 1 次提交
    • J
      ibmvnic: Enable use of multiple tx/rx scrqs · 498cd8e4
      John Allen 提交于
      Enables the use of multiple transmit and receive scrqs allowing the ibmvnic
      driver to take advantage of multiqueue functionality. To achieve this, the
      driver must implement the process of negotiating the maximum number of
      queues allowed by the server. Initially, the driver will attempt to login
      with the maximum number of tx and rx queues supported by the server. If
      the server fails to allocate the requested number of scrqs, it will return
      partial success in the login response. In this case, we must reinitiate
      the login process from the request capabilities stage and attempt to login
      requesting fewer scrqs.
      Signed-off-by: NJohn Allen <jallen@linux.vnet.ibm.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      498cd8e4