automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw155986 [PATCH v5 04/17] net/nbl: add Channel layer definitions and implementation
       [not found] <20250819102237.3067518-5-dimon.zhao@nebula-matrix.com>
@ 2025-08-19 10:24 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2025-08-19 10:24 UTC (permalink / raw)
  To: test-report; +Cc: Dimon Zhao

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-08-19 10:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20250819102237.3067518-5-dimon.zhao@nebula-matrix.com>
2025-08-19 10:24 ` |WARNING| pw155986 [PATCH v5 04/17] net/nbl: add Channel layer definitions and implementation checkpatch

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).