On Mon, Nov 11, 2019 at 08:26:20PM +0800, Xu Zaibo wrote: > Hi, > > On 2019/11/11 13:37, Eric Biggers wrote: > > On Mon, Nov 11, 2019 at 10:21:39AM +0800, Xu Zaibo wrote: > > > Hi, > > > > > > On 2019/11/9 10:16, Eric Biggers wrote: > > > > On Sat, Nov 09, 2019 at 10:01:52AM +0800, Zaibo Xu wrote: > > > > > This series adds HiSilicon Security Engine (SEC) version 2 controller > > > > > driver in Crypto subsystem. It includes PCIe enabling, Skcipher, DebugFS > > > > > and SRIOV support of SEC. > > > > > > > > > > This patchset rebases on: > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git > > > > > > > > > > This patchset is based on: > > > > > https://www.spinics.net/lists/linux-crypto/msg43520.html > > > > > > > > > > Changes: > > > > > - delete checking return value of debugfs_create_xxx functions. > > > > > > > > > > Change log: > > > > > v2: - remove checking return value of debugfs_create_xxx functions. > > > > > > > > > Does this driver pass all the crypto self-tests, including with > > > > CONFIG_CRYPTO_MANAGER_EXTRA_TESTS=y? > > > > > > > Not including extra testing now, only CONFIG_CRYPTO_TEST is passed. > > > > > Can you please ensure that all the extra tests are passing too? I.e., boot a > > kernel with CONFIG_CRYPTO_MANAGER_EXTRA_TESTS=y and check dmesg for failures. > > > Ok, I will try to do this. BTW, why we need this test? Thanks. > It will test the correctness of your driver. - Eric