HilscherAutomation / nxdrvlinux

cifX device driver for linux.
https://www.hilscher.com
GNU General Public License v2.0
9 stars 1 forks source link

Mainlining of uio_netx #1

Open simonschmeisser opened 4 months ago

simonschmeisser commented 4 months ago

Thanks for making the driver and libraries accessible here! :tada:

Are there plans to merge the changes here into Linux mainline? https://github.com/torvalds/linux/blob/master/drivers/uio/uio_netx.c

We currently use a DKMS Debian package to replace the build in uio_netx with our internal fork but this causes trouble from time to time and simply using distribution kernel packages would be so much easier.

MTrensch-hilscher commented 1 month ago

Currently there are no plans to mainlining, as there are several changes (mapping DMA buffers into user space) which are usually not accepted.