]> git.baikalelectronics.ru Git - kernel.git/commit
nvme: tcp: selects CRYPTO_CRC32C for nvme-tcp
authorMinwoo Im <minwoo.im.dev@gmail.com>
Sun, 14 Jul 2019 08:18:42 +0000 (17:18 +0900)
committerSagi Grimberg <sagi@grimberg.me>
Thu, 29 Aug 2019 19:55:01 +0000 (12:55 -0700)
commit4fcf7af1581ac54012f04085c2b4d5dc08dbafe4
tree5b4f62e0cb70172f856433cbec0fffb832e5ccf1
parent53ce00abb0e3f0deb04db33f96502f466ca730bf
nvme: tcp: selects CRYPTO_CRC32C for nvme-tcp

The tcp host module is now taking those APIs from crypto ahash:
(1) crypto_ahash_final()
(2) crypto_ahash_digest()
(3) crypto_alloc_ahash()

nvme-tcp should depends on CRYPTO_CRC32C.

Cc: Christoph Hellwig <hch@lst.de>
Cc: Keith Busch <kbusch@kernel.org>
Cc: Jens Axboe <axboe@fb.com>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Minwoo Im <minwoo.im.dev@gmail.com>
Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
drivers/nvme/host/Kconfig