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)
Tue, Dec 3, 8:31 AM
Unknown Object (File)
Nov 20 2024, 10:27 PM
Unknown Object (File)
Nov 10 2024, 11:05 AM
Unknown Object (File)
Oct 5 2024, 8:26 PM
Unknown Object (File)
Sep 7 2024, 6:39 PM
Unknown Object (File)
Aug 31 2024, 6:38 PM
Unknown Object (File)
Aug 18 2024, 7:32 PM
Unknown Object (File)
Aug 10 2024, 11:13 PM
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.