On Thu, 25 Dec 2025 17:22:12 +0800 [email protected] wrote: > From: Jie Liu <[email protected]> > > Adding a minimum maintainable directory structure for the > network driver and request maintenance of the sxe driver. > > Signed-off-by: Jie Liu <[email protected]>
I do not like that this driver has to invent its own tracing facility. The DPDK already has one, and adding a driver specific tracing is a bad precedent. The goal of DPDK is to abstract the interface to the hardware and make it possible for applications to work everywhere. I understand that you may need/want more data to resolve internal driver bugs. Is it possible to use existing trace API for this. Build is failing please resolve the issues and resubmit.

