Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend libtapasco with Monitor DMA Engine #299

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Sep 6, 2021

  1. 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.
    zyno42 committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    422d915 View commit details
    Browse the repository at this point in the history