automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Dimon Zhao <dimon.zhao@nebula-matrix.com>
Subject: |WARNING| pw155986 [PATCH v5 04/17] net/nbl: add Channel layer definitions and implementation
Date: Tue, 19 Aug 2025 12:24:04 +0200 (CEST)	[thread overview]
Message-ID: <20250819102404.C4731123FC6@dpdk.org> (raw)
In-Reply-To: <20250819102237.3067518-5-dimon.zhao@nebula-matrix.com>

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/155986

_coding style issues_


WARNING:MACRO_ARG_UNUSED: Argument 'chan_info' is not used in function-like macro
#372: FILE: drivers/net/nbl/nbl_hw/nbl_channel.c:140:
+#define NBL_UPDATE_QUEUE_TAIL_PTR(chan_info, hw_ops, chan_mgt, tail_ptr, qid)		\
+do {											\
+	typeof(hw_ops) _hw_ops = (hw_ops);						\
+	typeof(chan_mgt) _chan_mgt = (chan_mgt);					\
+	typeof(tail_ptr) _tail_ptr = (tail_ptr);					\
+	typeof(qid) _qid = (qid);							\
+	(_hw_ops)->update_mailbox_queue_tail_ptr(NBL_CHAN_MGT_TO_HW_PRIV(_chan_mgt),	\
+							_tail_ptr, _qid);		\
+} while (0)

total: 0 errors, 1 warnings, 0 checks, 1617 lines checked

           reply	other threads:[~2025-08-19 10:26 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20250819102237.3067518-5-dimon.zhao@nebula-matrix.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250819102404.C4731123FC6@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=dimon.zhao@nebula-matrix.com \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).