openSeaChest_NVMe --getFeatures 1
not getting the right Arbitration Burst value
#17
Labels
openSeaChest_NVMe --getFeatures 1
not getting the right Arbitration Burst value
#17
Problem
Arbitration Burst returned by
--getFeatures 1
does not match the raw value returned by--getFeatures list
Expected behavior
--getFeatures 1
gets the lower 3 bits of the raw value as Arbitration BurstHow to reproduce
openSeaChest_NVMe --getFeatures list
returnsWhile
openSeaChest_NVMe --getFeatures 1
returnsDeployment information
Any
Additional information
opensea-operations/src/nvme_operations.c
Line 128 in 63e829f
Here it's getting the lower 2 bits.
Please refer to NVM Express Base Specification, Revision 2.0d, Page 312, Figure 318, Bits 02:00
The text was updated successfully, but these errors were encountered: