-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
did JNVMf handle the NVME AER correctly? #13
Comments
AER is PCIe specific and is not supported via NVMf to my knowledge. It is the target's responsibility to handle such failures. |
buddy, you get it wrong. there are two AER. one is PCIE advanced error reporting. |
Thanks for the clarification. Request async event resp. get log page is not supported yet. However, it should be fairly easy to implement them. |
may I know what is impact if we did not have it? |
From my knowledge async events are rarely used. Generally if there is a real problem your operations will fail eventually which will be handled as expected by jNVMf. For async events read NVMe Spec 1.3 page 77 / 5.2 it explains what type of events you can get. |
Added async event request and get log page support: #15 |
No description provided.
The text was updated successfully, but these errors were encountered: