We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3366c92 commit 0ab4226Copy full SHA for 0ab4226
src/CommandLineUtilities/ProgramDmaBench.cxx
@@ -742,7 +742,7 @@ class ProgramDmaBench : public Program
742
mPacketCounters[linkId] = packetCounter; // same as = (mPacketCounters + mErrorCheckFrequency) % mMaxRdhPacketCounter
743
}
744
745
- if (!checkTimeFrameAlignment(pageAddress, atStartOfSuperpage)) {
+ if (mTimeFrameCheckEnabled && !checkTimeFrameAlignment(pageAddress, atStartOfSuperpage)) {
746
// log TF not at the beginning of the superpage error
747
mErrorCount++;
748
if (mErrorCount < MAX_RECORDED_ERRORS) {
0 commit comments