Page MenuHomeFreeBSD

rename nvme_ctrlr_destroy_qpair to nvme_ctrlr_destroy_qpairs
ClosedPublic

Authored by hordijk_netapp.com on Apr 1 2019, 7:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 9, 5:21 PM
Unknown Object (File)
Sat, May 9, 8:05 AM
Unknown Object (File)
Sat, May 9, 7:43 AM
Unknown Object (File)
Fri, May 8, 7:58 PM
Unknown Object (File)
Thu, May 7, 12:46 PM
Unknown Object (File)
Apr 10 2026, 2:59 AM
Unknown Object (File)
Apr 5 2026, 9:23 PM
Unknown Object (File)
Mar 19 2026, 9:58 PM
Subscribers
None

Details

Summary

Maintain symmetry with nvme_ctrlr_create_qpairs, making it easier to match
init/uninit scenarios. nvme_ctrlr_create_qpairs creates all qpairs in a single
function call. nvme_ctrlr_destroy_qpairs will now do the same.

This also enables a future change where we can have different CQ/SQ qpair
configurations.

Signed-off-by: John Meneghini <johnm@netapp.com>

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 23536
Build 22540: arc lint + arc unit

Event Timeline

This change looks correct to me. Unsure why we need to do it though. Would like to see the follow-on fixes that this depends on, since I'm pretty happy with this if there's some reason to change.

This revision is now accepted and ready to land.Apr 12 2019, 6:49 PM
This revision was automatically updated to reflect the committed changes.