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)
Sun, Apr 21, 5:53 PM
Unknown Object (File)
Dec 29 2023, 8:18 AM
Unknown Object (File)
Dec 21 2023, 11:07 AM
Unknown Object (File)
Dec 20 2023, 6:16 AM
Unknown Object (File)
Nov 26 2023, 9:52 PM
Unknown Object (File)
Nov 6 2023, 6:54 AM
Unknown Object (File)
Sep 15 2023, 7:42 AM
Unknown Object (File)
Aug 28 2023, 3:46 AM
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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.