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)
Mon, May 11, 12:46 AM
Unknown Object (File)
Tue, Apr 28, 3:22 AM
Unknown Object (File)
Mon, Apr 27, 8:49 AM
Unknown Object (File)
Mon, Apr 27, 3:56 AM
Unknown Object (File)
Sun, Apr 26, 1:56 PM
Unknown Object (File)
Thu, Apr 23, 5:19 AM
Unknown Object (File)
Wed, Apr 22, 6:34 PM
Unknown Object (File)
Mon, Apr 20, 11:02 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.