Skip to content

Commit

Permalink
Merge pull request #25 from OFS/pajgaonk/release_ofs-2023.1
Browse files Browse the repository at this point in the history
Change to make DMA single buffered because we see issues in double buffering tests
  • Loading branch information
pajgaonk authored May 19, 2023
2 parents e3c8bd5 + 87584b0 commit 16b14c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common/source/host/mmd_dma.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ void mmd_dma::read_register(uint64_t offset, const char* name)
* it won't affect performance or functionality
*/
int mmd_dma::send_descriptors(uint64_t dma_src_addr, uint64_t dma_dst_addr, uint64_t dma_len) {

std::lock_guard<std::mutex> lock(m_dma_op_mutex);

#if 0
Expand Down

0 comments on commit 16b14c1

Please sign in to comment.