crypto: hisilicon-memory management optimization
hulk inclusion category: Feature bugzilla: NA CVE: NA Put all the code for the memory allocation into the QM initialization process. Before, The qp memory was allocated when the qp was created, and released when the qp was released, It is now changed to allocate all the qp memory once. Signed-off-by:Yu'an Wang <wangyuan46@huawei.com> Signed-off-by:
Weili Qian <qianweili@huawei.com> Signed-off-by:
Shukun Tan <tanshukun1@huawei.com> Reviewed-by:
Zhou Wang <wangzhou1@hisilicon.com> Signed-off-by:
Yang Yingliang <yangyingliang@huawei.com>
Showing
- drivers/crypto/hisilicon/hpre/hpre_main.c 2 additions, 6 deletionsdrivers/crypto/hisilicon/hpre/hpre_main.c
- drivers/crypto/hisilicon/qm.c 267 additions, 230 deletionsdrivers/crypto/hisilicon/qm.c
- drivers/crypto/hisilicon/qm.h 6 additions, 2 deletionsdrivers/crypto/hisilicon/qm.h
- drivers/crypto/hisilicon/sec2/sec_main.c 8 additions, 20 deletionsdrivers/crypto/hisilicon/sec2/sec_main.c
- drivers/crypto/hisilicon/zip/zip_main.c 6 additions, 18 deletionsdrivers/crypto/hisilicon/zip/zip_main.c
Please register or sign in to comment