[Solved] what’s the point of DMA proxy. Or can we use kernel data structures in userspace which makes no sense

What’s the point of all of this for example if I am looking at NIC card, then whatever I suppose to get with the mmap call in Userspace application and Kernel implementation of MMAP in proxy driver will have kernel data structure. What do kernel data structures have to do with it? If you are … Read more