[SPDK] threads
Trevor Kramer <trevordkramer at gmail.com>
| Newsgroups | dev.linux.lists.spdk |
|---|---|
| Message-ID | <CABZZ3EuVUFHuvuuS=_JTmWAY0DjVx-u9ku6OZ9ni+gqPKWWmWA@mail.gmail.com> |
Is it allowed to connect to a nvme in one thread (spdk_nvme_connect) and use the controller handle returned in different threads to allocate and use qpairs (spdk_nvme_ctrlr_alloc_io_qpair)? Or does everything have to be done in a single thread? I'm seeing intermittent buffer corruption and I'm wondering if this could be the cause? Thanks, Trevor