1. 01 7月, 2020 2 次提交
  2. 15 5月, 2020 3 次提交
  3. 18 4月, 2020 1 次提交
  4. 27 1月, 2020 6 次提交
  5. 27 5月, 2019 2 次提交
  6. 15 4月, 2019 3 次提交
  7. 21 3月, 2019 1 次提交
  8. 22 2月, 2019 1 次提交
  9. 07 2月, 2019 1 次提交
  10. 29 1月, 2019 2 次提交
  11. 26 1月, 2019 1 次提交
  12. 23 1月, 2019 2 次提交
  13. 01 12月, 2018 2 次提交
  14. 17 10月, 2018 1 次提交
    • R
      qed: Align local and global PTT to propagate through the APIs. · 706d0891
      Rahul Verma 提交于
          Align the use of local PTT to propagate through the qed_mcp* API's.
          Global ptt should not be used.
      
          Register access should be done through layers. Register address is
          mapped into a PTT, PF translation table. Several interface functions
          require a PTT to direct read/write into register. There is a pool of
          PTT maintained, and several PTT are used simultaneously to access
          device registers in different flows. Same PTT should not be used in
          flows that can run concurrently.
          To avoid running out of PTT resources, too many PTT should not be
          acquired without releasing them. Every PF has a global PTT, which is
          used throughout the life of PF, in most important flows for register
          access. Generic functions acquire the PTT locally and release after
          the use. This patch aligns the use of Global PTT and Local PTT
          accordingly.
      Signed-off-by: NRahul Verma <rahul.verma@cavium.com>
      Signed-off-by: NAriel Elior <ariel.elior@cavium.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      706d0891
  15. 06 9月, 2018 1 次提交
    • D
      qed*: Utilize FW 8.37.7.0 · a3f72307
      Denis Bolotin 提交于
      This patch adds a new qed firmware with fixes and support for new features.
      
      Fixes:
      - Fix a rare case of device crash with iWARP, iSCSI or FCoE offload.
      - Fix GRE tunneled traffic when iWARP offload is enabled.
      - Fix RoCE failure in ib_send_bw when using inline data.
      - Fix latency optimization flow for inline WQEs.
      - BigBear 100G fix
      
      RDMA:
      - Reduce task context size.
      - Application page sizes above 2GB support.
      - Performance improvements.
      
      ETH:
      - Tenant DCB support.
      - Replace RSS indirection table update interface.
      
      Misc:
      - Debug Tools changes.
      Signed-off-by: NDenis Bolotin <denis.bolotin@cavium.com>
      Signed-off-by: NAriel Elior <ariel.elior@cavium.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      a3f72307
  16. 08 8月, 2018 2 次提交
  17. 05 7月, 2018 1 次提交
  18. 23 5月, 2018 2 次提交
  19. 08 5月, 2018 2 次提交
  20. 30 3月, 2018 2 次提交
  21. 03 1月, 2018 2 次提交