udmabuf

User space mappable dma buffer device driver for Linux. (by ikwzm)

Udmabuf Alternatives

Similar projects and alternatives to udmabuf based on common topics and language

  1. linux-xlnx

    The official Linux kernel from Xilinx

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. dokany

    User mode file system library for windows with FUSE Wrapper

  4. ZynqMP-FPGA-Linux

    FPGA+SoC+Linux+Device Tree Overlay+FPGA Manager U-Boot&Linux Kernel&Debian11 Images (for Xilinx:Zynq Ultrascale+ MPSoC)

  5. tn40xx-driver

    Linux driver for tn40xx from Tehuti Networks

  6. xilinx_axidma

    A zero-copy Linux driver and a userspace interface library for Xilinx's AXI DMA and VDMA IP blocks. These serve as bridges for communication between the processing system and FPGA programmable logic fabric, through one of the DMA ports on the Zynq processing system. Distributed under the MIT License.

  7. xpadneo

    Advanced Linux Driver for Xbox One Wireless Controller (shipped with Xbox One S)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better udmabuf alternative or higher similarity.

udmabuf discussion

Log in or Post with

udmabuf reviews and mentions

Posts with mentions or reviews of udmabuf. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-08.
  • Petalinux <---> FPGA using DMA
    3 projects | /r/FPGA | 8 Dec 2023
    I started off by using udmabuf to map regions of my memory to the userspace ensuring that there are no conflicts with the kernel and app.
  • Petalinux and DMA with Xilinx SoC
    1 project | /r/FPGA | 25 Aug 2022
    Install the u-dma-buf kernel module to map a section of your virtual address space to be contiguous in your physical address space.
  • [BEGINNER] How to send Ethernet packets from HPS to FPGA on Cyclone V ? (DMA)
    1 project | /r/FPGA | 3 Aug 2021
    Lastly, what I think would be the way - DMA so that the CPU doesn't really have to copy each and every packet into RAM - but I have no idea how to go about this, but I've seen some syscalls that shall be able to tell Linux to actually 'put' packets there (I really am a beginner, sorry guys, I'm trying my best tho!). And I've had a slight experience with u-dma-buf kernel module (https://github.com/ikwzm/udmabuf), which might be the place we wanna Linux to put packets to. Then, we'd give the FPGA the address of the buffer allocated by u-dma-buf and it would simply start the processing from there. Is that correct or am I missing something ?
  • A note from our sponsor - SaaSHub
    www.saashub.com | 22 Apr 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic udmabuf repo stats
3
614
8.4
about 1 month ago

ikwzm/udmabuf is an open source project licensed under BSD 2-clause "Simplified" License which is an OSI approved license.

The primary programming language of udmabuf is C.


Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that C is
the 6th most popular programming language
based on number of references?