forked from esa-tu-darmstadt/tapasco
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend libtapasco with Monitor DMA Engine
Implement suggestion of @jahofmann in: esa-tu-darmstadt#296 (comment) When a new device is created a dummy implementation of the DMA Engine is used that simply does nothing. The actual DMA Engine is initialized later when the access mode is changed from monitor to exclusive mode. This is necessary to prevent a monitoring application like `tapasco-debug` to allocate all DMA Buffers of the kernel driver.
- Loading branch information
Showing
2 changed files
with
109 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters