An error occurred fetching the project authors.
  1. 16 Sep, 2022 1 commit
    • Weili Qian's avatar
      crypto: hisilicon/qm - get hardware features from hardware registers · 82f00b24
      Weili Qian authored
      Before hardware V3, hardwares do not provide the feature registers,
      driver resolves hardware differences based on the hardware version.
      As a result, the driver does not support the new hardware.
      
      Hardware V3 and later versions support to obtain hardware features,
      such as power-gating management and doorbell isolation, through
      the hardware registers. To be compatible with later hardware versions,
      the features of the current device is obtained by reading the
      hardware registers instead of the hardware version.
      Signed-off-by: default avatarWeili Qian <qianweili@huawei.com>
      Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
      82f00b24
  2. 17 Jun, 2022 2 commits
  3. 15 Apr, 2022 2 commits
  4. 15 Mar, 2022 2 commits
  5. 18 Feb, 2022 2 commits
  6. 26 Nov, 2021 1 commit
  7. 21 Aug, 2021 5 commits
  8. 12 Aug, 2021 1 commit
  9. 28 Jun, 2021 1 commit
  10. 17 Jun, 2021 1 commit
  11. 28 May, 2021 1 commit
  12. 23 May, 2021 2 commits
  13. 22 Apr, 2021 2 commits
  14. 09 Apr, 2021 1 commit
    • Longfang Liu's avatar
      crypto: hisilicon/sec - Fix a module parameter error · da6503f5
      Longfang Liu authored
      ctx_q_num is a module parameter set by the user to specify the
      number of qp queues required to create a ctx.
      
      When the number of qp queues allocated by PF or VF is less than
      the ctx_q_num, an error will be reported when ctx is initialized
      in kernel mode, which leads to the problem that the registered
      algorithms cannot be used.
      
      Therefore, when PF or VF is initialized, if the number of qp queues
      is not enough to create a ctx, the kernel mode cannot be used,
      and there is no need to register the kernel mode algorithms.
      Signed-off-by: default avatarLongfang Liu <liulongfang@huawei.com>
      Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
      da6503f5
  15. 02 Apr, 2021 1 commit
  16. 26 Mar, 2021 2 commits
  17. 19 Mar, 2021 1 commit
  18. 10 Feb, 2021 3 commits
  19. 14 Jan, 2021 1 commit
  20. 06 Nov, 2020 1 commit
  21. 30 Oct, 2020 1 commit
  22. 25 Sep, 2020 1 commit
  23. 18 Sep, 2020 1 commit
  24. 21 Aug, 2020 4 commits