On Fri, 18 Oct 2024 12:56:33 +0530 vanshika.shu...@nxp.com wrote: > +#. **Linux Kernel** > + > + It can be obtained from `NXP's Github hosting > <https://github.com/nxp-imx/linux-imx>`_. > +
IF the driver only exists for the DPDK then shouldn't it be in the DPDK kmods repo? I looked at the git hub version and the driver looks like it is not very polished. Mostly things that would be flagged during a code review. Lots of printk's like the developer was not sure. Lots of casts which hide potential bugs. Unsafe copy from user space. Module license and SPDX license mismatch.