Skip to content

Commit 2d8995b

Browse files
committed
Revert "[crorc] "Randomize" CRORC channel creation timing"
This reverts commit 8eca739.
1 parent 8eca739 commit 2d8995b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Crorc/CrorcDmaChannel.cxx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,6 @@ CrorcDmaChannel::~CrorcDmaChannel()
113113

114114
void CrorcDmaChannel::deviceStartDma()
115115
{
116-
/* This sleep is an effort to reduce PCIe/BAR saturation during the DMA start
117-
of different channels, during which lost BAR operations were observed.
118-
If initialization of all 5 channels is triggered together, it will proceed in
119-
a sequential manner. */
120-
std::this_thread::sleep_for(getChannelNumber() * std::chrono::milliseconds(100));
121116
deviceResetChannel(ResetLevel::Internal);
122117

123118
startDataReceiving();

0 commit comments

Comments
 (0)