The opening comment mark '/**' is used for highlighting the beginning of
kernel-doc comments.
There are certain files in drivers/crypto/vmx, which follow this syntax,
but the content inside does not comply with kernel-doc.
Such lines were probably not meant for kernel-doc parsing, but are parsed
du
On Sat, 20 Mar 2021, Meng Yu wrote:
Fix kernel-doc warnings due to missing "struct" keyword.
The warning likes:
drivers/crypto/atmel-ecc.c:40: warning: cannot understand function prototype:
'struct atmel_ecdh_ctx '
Signed-off-by: Meng Yu
Acked-by: Randy Dunlap
Thanks.
---
drivers/cr
Fix kernel-doc warnings due to missing "struct" keyword.
The warning likes:
drivers/crypto/atmel-ecc.c:40: warning: cannot understand function prototype:
'struct atmel_ecdh_ctx '
Signed-off-by: Meng Yu
---
drivers/crypto/atmel-ecc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -
Since the code related to 'CURRENT_QM' debugfs is exactly same in
sec/hpre/zip driver, move 'CURRENT_QM' to qm.c to reduce duplicate code.
Signed-off-by: Weili Qian
---
drivers/crypto/hisilicon/hpre/hpre.h | 1 -
drivers/crypto/hisilicon/hpre/hpre_main.c | 61 --
driver
Kunpeng930 supports queue doorbell isolation.
When doorbell isolation is enabled, it supports to obtain the
maximum number of queues of one function from hardware register.
Otherwise, the 'max_qp_num' is the total number of queues.
When assigning queues to VF, it is necessary to ensure that the nu
Kunpeng930 supports doorbell isolation to ensure that each queue
has an independent doorbell address space.
Signed-off-by: Weili Qian
---
drivers/crypto/hisilicon/qm.c | 161 +++---
drivers/crypto/hisilicon/qm.h | 4 +-
include/uapi/misc/uacce/hisi_qm.h
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 to
Move the configuration of the total number of queues 'ctrl_qp_num'
from sec2/hpre/zip to qm.c. And get the total number of queues
from the hardware register for Kunpeng930.
Signed-off-by: Weili Qian
---
drivers/crypto/hisilicon/hpre/hpre_main.c | 3 ---
drivers/crypto/hisilicon/qm.c