On 1/13/26 10:34, Paolo Abeni wrote:
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?

fwiw, I left it be because all other functions in the file
have exactly the same problem.

--
Pavel Begunkov


Reply via email to