1. 23 8月, 2019 1 次提交
  2. 16 8月, 2019 1 次提交
  3. 09 8月, 2019 1 次提交
  4. 27 5月, 2019 2 次提交
  5. 15 4月, 2019 1 次提交
    • D
      qed: Fix missing DORQ attentions · d4476b8a
      Denis Bolotin 提交于
      When the DORQ (doorbell block) is overflowed, all PFs get attentions at the
      same time. If one PF finished handling the attention before another PF even
      started, the second PF might miss the DORQ's attention bit and not handle
      the attention at all.
      If the DORQ attention is missed and the issue is not resolved, another
      attention will not be sent, therefore each attention is treated as a
      potential DORQ attention.
      As a result, the attention callback is called more frequently so the debug
      print was moved to reduce its quantity.
      The number of periodic doorbell recovery handler schedules was reduced
      because it was the previous way to mitigating the missed attention issue.
      Signed-off-by: NDenis Bolotin <dbolotin@marvell.com>
      Signed-off-by: NMichal Kalderon <mkalderon@marvell.com>
      Signed-off-by: NAriel Elior <aelior@marvell.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      d4476b8a
  6. 09 2月, 2019 1 次提交
  7. 29 1月, 2019 1 次提交
  8. 26 1月, 2019 1 次提交
  9. 23 1月, 2019 1 次提交
  10. 01 12月, 2018 2 次提交
  11. 28 11月, 2018 1 次提交
  12. 14 11月, 2018 1 次提交
  13. 17 10月, 2018 3 次提交
  14. 03 10月, 2018 1 次提交
  15. 10 8月, 2018 1 次提交
  16. 20 7月, 2018 1 次提交
  17. 12 7月, 2018 1 次提交
  18. 02 7月, 2018 1 次提交
  19. 20 6月, 2018 1 次提交
  20. 05 6月, 2018 1 次提交
  21. 23 5月, 2018 2 次提交
  22. 11 5月, 2018 1 次提交
  23. 08 5月, 2018 2 次提交
  24. 24 4月, 2018 1 次提交
  25. 30 3月, 2018 1 次提交
  26. 27 7月, 2017 4 次提交
  27. 03 7月, 2017 1 次提交
  28. 05 6月, 2017 1 次提交
    • M
      qed: VFs to try utilizing the doorbell bar · 1a850bfc
      Mintz, Yuval 提交于
      VFs are currently not mapping their doorbell bar, instead relying
      on the small doorbell window they have in their limited regview bar.
      
      In order to increase the number of possible Tx connections [queues]
      employeed by VF past 16, we need to start using the doorbell bar if
      one such is exposed - VF would communicate this fact to PF which would
      return the size-bar internally configured into chip, according to
      which the VF would decide whether to actually utilize the doorbell
      bar.
      Signed-off-by: NYuval Mintz <Yuval.Mintz@cavium.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      1a850bfc
  29. 02 6月, 2017 3 次提交