mbox series

[0/4] crypto: hisilicon - Misc fixed on HPRE

Message ID 1578733098-13863-1-git-send-email-xuzaibo@huawei.com (mailing list archive)
Headers show
Series crypto: hisilicon - Misc fixed on HPRE | expand

Message

Xu Zaibo Jan. 11, 2020, 8:58 a.m. UTC
1.Bugfixed tfm leak with some other tiny bugfixed.
2.Fixed some tiny bugs and update some code style.
3.Adjust input parameter order of hpre_crt_para_get.
4.Add branch prediction macro on hot path with small performance gain(~1%).

This series is based on:
git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git

Zaibo Xu (4):
  crypto: hisilicon - Bugfixed tfm leak
  crypto: hisilicon - Fixed some tiny bugs of HPRE
  crypto: hisilicon - adjust hpre_crt_para_get
  crypto: hisilicon - add branch prediction macro

 drivers/crypto/hisilicon/hpre/hpre_crypto.c | 141 ++++++++++++++--------------
 drivers/crypto/hisilicon/hpre/hpre_main.c   |  32 ++++---
 2 files changed, 86 insertions(+), 87 deletions(-)

Comments

Herbert Xu Jan. 16, 2020, 7:29 a.m. UTC | #1
On Sat, Jan 11, 2020 at 04:58:14PM +0800, Zaibo Xu wrote:
> 1.Bugfixed tfm leak with some other tiny bugfixed.
> 2.Fixed some tiny bugs and update some code style.
> 3.Adjust input parameter order of hpre_crt_para_get.
> 4.Add branch prediction macro on hot path with small performance gain(~1%).
> 
> This series is based on:
> git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
> 
> Zaibo Xu (4):
>   crypto: hisilicon - Bugfixed tfm leak
>   crypto: hisilicon - Fixed some tiny bugs of HPRE
>   crypto: hisilicon - adjust hpre_crt_para_get
>   crypto: hisilicon - add branch prediction macro
> 
>  drivers/crypto/hisilicon/hpre/hpre_crypto.c | 141 ++++++++++++++--------------
>  drivers/crypto/hisilicon/hpre/hpre_main.c   |  32 ++++---
>  2 files changed, 86 insertions(+), 87 deletions(-)

All applied.  Thanks.