Closed YazanHussnain-10x closed 2 weeks ago
@tyshyu @paul-andes
IOPMP automatically scans record window for the next violated RRID and indexes the next violated RRIDs by ERR_MFR.svi
when software reads ERR_MFR
. In other words, IOPMP skips record windows which have no violation. Therefore, software need ERR_MFR.svi
to indicate which record window is in ERR_MFR.svw
.
Thank you @tyshyu
In the Multi-Faults Record Extension, it states:
My question is: if svi can wrap around and we need to search all windows, why do we need the record window index (svi) in ERR_MFR, and why must the scan start from svi? If svi is specified why we are not only checking the respective record window?