Skip to content

Commit 79fd751

Browse files
minwooimsagigrimberg
authored andcommitted
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 <[email protected]> Cc: Keith Busch <[email protected]> Cc: Jens Axboe <[email protected]> Reviewed-by: Sagi Grimberg <[email protected]> Reviewed-by: Christoph Hellwig <[email protected]> Signed-off-by: Minwoo Im <[email protected]> Signed-off-by: Sagi Grimberg <[email protected]>
1 parent b5b0504 commit 79fd751

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/nvme/host/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ config NVME_TCP
6464
depends on INET
6565
depends on BLK_DEV_NVME
6666
select NVME_FABRICS
67+
select CRYPTO_CRC32C
6768
help
6869
This provides support for the NVMe over Fabrics protocol using
6970
the TCP transport. This allows you to use remote block devices

0 commit comments

Comments
 (0)