|
I've successfully been able to enable io_polling on an Ubuntu linux system and confirmed that io_poll is set to 1 for local devices. However, when attempting to do the same against NVMe devices over a fabric (RoCE), I see that io_poll is set to 0 on those devices. Is there a way to enable io_poll on fabric connected devices, or does this only work against locally attached devices? |
Replies: 1 comment
|
This isn't a fio related question, this is a kernel side support thing. If you get -1/EINVAL on writing to the io_poll file, the target doesn't have the io polling feature. |
This isn't a fio related question, this is a kernel side support thing. If you get -1/EINVAL on writing to the io_poll file, the target doesn't have the io polling feature.