Skip to content

Commit 16b14c1

Browse files
authored
Merge pull request #25 from OFS/pajgaonk/release_ofs-2023.1
Change to make DMA single buffered because we see issues in double buffering tests
2 parents e3c8bd5 + 87584b0 commit 16b14c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common/source/host/mmd_dma.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@ void mmd_dma::read_register(uint64_t offset, const char* name)
265265
* it won't affect performance or functionality
266266
*/
267267
int mmd_dma::send_descriptors(uint64_t dma_src_addr, uint64_t dma_dst_addr, uint64_t dma_len) {
268-
269268
std::lock_guard<std::mutex> lock(m_dma_op_mutex);
270269

271270
#if 0

0 commit comments

Comments
 (0)