linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] crypto: hisilicon/qm - support doorbell isolation and queue number configuration
@ 2021-03-20 11:27 Weili Qian
  2021-03-20 11:27 ` [PATCH 1/4] crypto: hisilicon/qm - set the total number of queues Weili Qian
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Weili Qian @ 2021-03-20 11:27 UTC (permalink / raw)
  To: herbert, davem; +Cc: linux-kernel, linux-crypto, xuzaibo, wangzhou1, Weili Qian

Kunpeng930 supports getting the number of queues from hardware registers
and queue doorbell isolation.

This patchset configures the total number of hardware queues and the
maximum number of function queues, and supports queue doorbell isolation.

Weili Qian (4):
  crypto: hisilicon/qm - set the total number of queues
  crypto: hisilicon/qm - move 'CURRENT_QM' code to qm.c
  crypto: hisilicon/qm - set the number of queues for function
  crypto: hisilicon/qm - add queue isolation support for Kunpeng 930

 drivers/crypto/hisilicon/hpre/hpre.h      |   1 -
 drivers/crypto/hisilicon/hpre/hpre_main.c |  64 ------
 drivers/crypto/hisilicon/qm.c             | 332 +++++++++++++++++++++++-------
 drivers/crypto/hisilicon/qm.h             |  17 +-
 drivers/crypto/hisilicon/sec2/sec.h       |   1 -
 drivers/crypto/hisilicon/sec2/sec_main.c  |  65 +-----
 drivers/crypto/hisilicon/zip/zip_main.c   |  65 +-----
 include/uapi/misc/uacce/hisi_qm.h         |   1 +
 8 files changed, 272 insertions(+), 274 deletions(-)

-- 
2.8.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-03-26  9:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-20 11:27 [PATCH 0/4] crypto: hisilicon/qm - support doorbell isolation and queue number configuration Weili Qian
2021-03-20 11:27 ` [PATCH 1/4] crypto: hisilicon/qm - set the total number of queues Weili Qian
2021-03-20 11:27 ` [PATCH 2/4] crypto: hisilicon/qm - move 'CURRENT_QM' code to qm.c Weili Qian
2021-03-20 11:27 ` [PATCH 3/4] crypto: hisilicon/qm - set the number of queues for function Weili Qian
2021-03-20 11:27 ` [PATCH 4/4] crypto: hisilicon/qm - add queue isolation support for Kunpeng930 Weili Qian
2021-03-26  9:33 ` [PATCH 0/4] crypto: hisilicon/qm - support doorbell isolation and queue number configuration Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).