Hello, 01/06/2026 07:47, 许玲燕: > I am writing to propose a new driver for the Metax GPU,
How do you access the GPU? Are you using a specific library or kernel module? > which I believe will significantly enhance our support > and performance for this hardware. > The patch attached includes the initial implementation of the driver, > with key features such as: > > * Basic initialization and configuration > * Memory management and allocation > * Core functionality for rendering and compute tasks I am familiar with connecting compute tasks of a GPU with DPDK networking, but I'm surprised by the rendering functionality. Do you mean graphical rendering of data coming from the network? > Please review the code and let me know if you have any feedback or > suggestions. > I am more than happy to make any necessary adjustments and improvements. Thank you for working on this. I recommend following this guide to introduce a new driver: https://doc.dpdk.org/guides/contributing/new_driver.html

