Page MenuHomeFreeBSD

bhyve: fix NVMe queue creation and deletion
ClosedPublic

Authored by chuck on May 18 2020, 3:27 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 27, 10:57 PM
Unknown Object (File)
Jan 12 2024, 6:38 PM
Unknown Object (File)
Dec 23 2023, 10:44 AM
Unknown Object (File)
Sep 6 2023, 1:28 PM
Unknown Object (File)
Sep 6 2023, 1:27 PM
Unknown Object (File)
Sep 6 2023, 1:25 PM
Unknown Object (File)
Sep 1 2023, 12:01 PM
Unknown Object (File)
Jul 30 2023, 11:48 AM
Subscribers

Details

Summary

Add checks for various types of invalid I/O Queue Create and Delete
command parameters, including:

  • QID=0
  • QID>MAX
  • QID already in use
  • Delete an Active CQ
  • Invalid QSIZE
  • Invalid CQID (SQ creation)
  • Invalid interrupt vector (CQ creation)

Fixes UNH Tests 1.4.2-5,7-8

Test Plan

Run UNH IOL INTERACT tests

Diff Detail

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

Event Timeline

chuck requested review of this revision.May 18 2020, 3:27 PM
This revision was not accepted when it landed; it landed in state Needs Review.Jun 29 2020, 12:31 AM
This revision was automatically updated to reflect the committed changes.