* [PATCH] nvme: tcp: selects CRYPTO_CRC32C for nvme-tcp
@ 2019-07-14 8:18 Minwoo Im
2019-07-14 9:04 ` Sagi Grimberg
2019-08-01 1:23 ` Sagi Grimberg
0 siblings, 2 replies; 3+ messages in thread
From: Minwoo Im @ 2019-07-14 8:18 UTC (permalink / raw)
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 at lst.de>
Cc: Keith Busch <kbusch at kernel.org>
Cc: Sagi Grimberg <sagi at grimberg.me>
Cc: Jens Axboe <axboe at fb.com>
Signed-off-by: Minwoo Im <minwoo.im.dev at gmail.com>
---
drivers/nvme/host/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/nvme/host/Kconfig b/drivers/nvme/host/Kconfig
index ec43ac9199e2..2b36f052bfb9 100644
--- a/drivers/nvme/host/Kconfig
+++ b/drivers/nvme/host/Kconfig
@@ -64,6 +64,7 @@ config NVME_TCP
depends on INET
depends on BLK_DEV_NVME
select NVME_FABRICS
+ select CRYPTO_CRC32C
help
This provides support for the NVMe over Fabrics protocol using
the TCP transport. This allows you to use remote block devices
--
2.17.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] nvme: tcp: selects CRYPTO_CRC32C for nvme-tcp
2019-07-14 8:18 [PATCH] nvme: tcp: selects CRYPTO_CRC32C for nvme-tcp Minwoo Im
@ 2019-07-14 9:04 ` Sagi Grimberg
2019-08-01 1:23 ` Sagi Grimberg
1 sibling, 0 replies; 3+ messages in thread
From: Sagi Grimberg @ 2019-07-14 9:04 UTC (permalink / raw)
Reviewed-by: Sagi Grimberg <sagi at grimberg.me>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] nvme: tcp: selects CRYPTO_CRC32C for nvme-tcp
2019-07-14 8:18 [PATCH] nvme: tcp: selects CRYPTO_CRC32C for nvme-tcp Minwoo Im
2019-07-14 9:04 ` Sagi Grimberg
@ 2019-08-01 1:23 ` Sagi Grimberg
1 sibling, 0 replies; 3+ messages in thread
From: Sagi Grimberg @ 2019-08-01 1:23 UTC (permalink / raw)
applied to nvme-5.4
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-08-01 1:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-14 8:18 [PATCH] nvme: tcp: selects CRYPTO_CRC32C for nvme-tcp Minwoo Im
2019-07-14 9:04 ` Sagi Grimberg
2019-08-01 1:23 ` Sagi Grimberg
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.