Re: [PATCH v11 4/9] nvmet-passthru: Introduce NVMet passthru Kconfig option

From: Sagi Grimberg
Date: Wed Feb 26 2020 - 18:12:13 EST



+config NVME_TARGET_PASSTHRU
+ bool "NVMe Target Passthrough support"
+ depends on NVME_CORE
+ depends on NVME_TARGET
+ help
+ This enables target side NVMe passthru controller support for the
+ NVMe Over Fabrics protocol. It allows for hosts to manage and
+ directly access an actual NVMe controller residing on the target
+ side, incuding executing Vendor Unique Commands.

If unsure, say N ?