automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw148800 [RFC PATCH 04/21] drivers/net: align Tx queue struct field names
       [not found] <20241122125418.2857301-5-bruce.richardson@intel.com>
@ 2024-11-22 12:57 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2024-11-22 12:57 UTC (permalink / raw)
  To: test-report; +Cc: Bruce Richardson

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

_coding style issues_


CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#367: FILE: drivers/net/iavf/iavf_rxtx_vec_avx2.c:1748:
+	nb_commit = nb_pkts = (uint16_t)RTE_MIN(txq->nb_tx_free, nb_pkts);

CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#468: FILE: drivers/net/iavf/iavf_rxtx_vec_avx512.c:2325:
+	nb_commit = nb_pkts = (uint16_t)RTE_MIN(txq->nb_tx_free, nb_pkts);

CHECK:CAMELCASE: Avoid CamelCase: <_Bool>
#828: FILE: drivers/net/ixgbe/ixgbe_rxtx.h:221:
+	_Bool             tx_deferred_start; /**< not in global dev start. */

total: 0 errors, 0 warnings, 3 checks, 650 lines checked

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

only message in thread, other threads:[~2024-11-22 12:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20241122125418.2857301-5-bruce.richardson@intel.com>
2024-11-22 12:57 ` |WARNING| pw148800 [RFC PATCH 04/21] drivers/net: align Tx queue struct field names 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).