Skip to content

Commit

Permalink
Remove DMA comment
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Chan <[email protected]>
  • Loading branch information
erichchan999 committed Jul 3, 2024
1 parent 12c718f commit 5160f65
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tools/linux/uio_drivers/blk/blk.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@
#include <uio/libuio.h>
#include <uio/blk.h>

// @ericc:
// This linux userspace block driver does not use DMA to transfer data between the device and the rest of the system.
// As such we'll need to expose the data region to the driver for it to read/write data to/from the device.
// Once we figure out how to do DMA in userspace (and get it working), we can remove this.

/* Uncomment this to enable debug logging */
// #define DEBUG_UIO_BLOCK

Expand Down

0 comments on commit 5160f65

Please sign in to comment.