|WARNING| pw155986 [PATCH v5 04/17] net/nbl: add Channel layer definitions and implementation
checkpatch at dpdk.org
checkpatch at dpdk.org
Tue Aug 19 12:24:04 CEST 2025
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
More information about the test-report
mailing list