[SPDK] Possible to use several hugepage files for NVMe's DMA destination?
Jing Liu <jingliu.cs at gmail.com>
| Newsgroups | dev.linux.lists.spdk |
|---|---|
| Message-ID | <CA+0_kCL0-G3OxP-+sPb=MSOQp+6bvDThu22B4i4rCg39W6FosQ@mail.gmail.com> |
Hi, In general, I'm wondering how to provide the isolation of the hugepage across several processes using SPDK in one computer In my understanding, SPDK's hugepage is initialized by the primary process, and all will use *shmid* to be able to find that by several processes. I'm wondering is that possible that the SPDK is initialized with several *shmid*, such that several processes can be isolated? PS: I'm using the SPDK 18.04.01, does some new version help? Thanks, Jing