[PATCH 0/1] nvmet: add basic in-memory backend support

Chaitanya Kulkarni chaitanyak at nvidia.com
Wed Nov 5 18:58:48 PST 2025


On 11/5/25 18:54, Keith Busch wrote:
> On Tue, Nov 04, 2025 at 11:36:36AM +0100, Hannes Reinecke wrote:
>> We already have at least two other memory-backed devices (brd, null_blk)
>> which should do the job just nicely.
> nvmet also supports file backends, so we have tmpfs as another
> memory-backed option.

which requires creating a file and going through file interface
why would memory access need such intermediary levels which can
be done directly from NVMeOF target ?

Also, in-future if we want to extend or implement any NVMe specific
feature then any such intermediary layers will make things hard.
With nvmet-mem-backend you can easily implement that in the target.

-ck




More information about the Linux-nvme mailing list