Re: [PATCH net-next v2 2/2] selftests: drv-net: Test queue xsk attribute
From: Jakub Kicinski
Date: Mon Feb 03 2025 - 21:45:35 EST
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