Re: [PATCH net-next v8 8/9] selftests: iou-zcrx: test large chunk sizes

From: Paolo Abeni

Date: Tue Jan 13 2026 - 05:34:59 EST


On 1/9/26 12:28 PM, Pavel Begunkov wrote:
> @@ -65,6 +83,8 @@ static bool cfg_oneshot;
> static int cfg_oneshot_recvs;
> static int cfg_send_size = SEND_SIZE;
> static struct sockaddr_in6 cfg_addr;
> +static unsigned cfg_rx_buf_len;

Checkpatch prefers 'unsigned int' above

> @@ -132,6 +133,42 @@ def test_zcrx_rss(cfg) -> None:
> cmd(tx_cmd, host=cfg.remote)
>
>
> +def test_zcrx_large_chunks(cfg) -> None:

pylint laments the lack of docstring. Perhaps explicitly silencing the
warning?

/P