SaaSHub helps you find the best software and product alternatives Learn more →
Udmabuf Alternatives
Similar projects and alternatives to udmabuf based on common topics and language
-
-
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.
-
-
ZynqMP-FPGA-Linux
FPGA+SoC+Linux+Device Tree Overlay+FPGA Manager U-Boot&Linux Kernel&Debian11 Images (for Xilinx:Zynq Ultrascale+ MPSoC)
-
-
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.
-
udmabuf discussion
udmabuf reviews and mentions
-
Petalinux <---> FPGA using DMA
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
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)
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
Stats
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.