[PATCH -next] crypto: chtls - remove set but not used variable 'csk'

2018-10-05 Thread YueHaibing
'chtls_recv_sock': drivers/crypto/chelsio/chtls/chtls_cm.c:1016:23: warning: variable 'tcph' set but not used [-Wunused-but-set-variable] 'csk' and 'tcph' are never used since introduce in commit cc35c88ae4db ("crypto : chtls - CPL handler definition") Signed-off-by: YueHaibing --- driv

[PATCH -next] crypto: axis - fix platform_no_drv_owner.cocci warnings

2018-10-05 Thread YueHaibing
Remove .owner field if calls are used which set it automatically Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci Signed-off-by: YueHaibing --- drivers/crypto/axis/artpec6_crypto.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/crypto/axis/artpec6_crypto.c b/drivers

[PATCH v3] arm64/crypto: Accelerated CRC T10 DIF computation

2016-11-22 Thread YueHaibing
update, 2 updates5483655168 208928768 26.25 8192 byte blocks, 8192 bytes per update, 1 updates5623377920 209108992 26.89 Signed-off-by: YueHaibing <yuehaib...@huawei.com> Signed-off-by: YangShengkai <yangsheng...@huawei.com> Signed-off-by: Ding Tianhon