Re: [PATCH 4/7] crypto: x86/crc-t10dif - convert to static call library API

2021-01-11 Thread kernel test robot
Hi Ard, I love your patch! Perhaps something to improve: [auto build test WARNING on cryptodev/master] [also build test WARNING on crypto/master linus/master v5.11-rc3 next-20210111] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to u

[PATCH 4/7] crypto: x86/crc-t10dif - convert to static call library API

2021-01-11 Thread Ard Biesheuvel
Get rid of the shash boilerplate, and register the accelerated x86 version of the CRC-T10DIF algorithm with the library interface instead. Signed-off-by: Ard Biesheuvel --- arch/x86/crypto/crct10dif-pclmul_glue.c | 90 +++- 1 file changed, 10 insertions(+), 80 deletions(-) diff