On Mon, 3 Feb 2025 18:58:23 +0000 Joe Damato wrote: > +/** > + * this is a simple helper program that creates an XDP socket and does the > + * minimum necessary to get bind() to succeed. > + * > + * this test program is not intended to actually process packets, but could be > + * extended in the future if that is actually needed. > + * > + * it is used by queues.py to ensure the xsk netlinux attribute is set > + * correctly. > + */ code lgtm, one more nit: could you replace /** -> /* Our scripts thinks this is kdoc and complain. -- pw-bot: cr