automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw143142 [RFC PATCH v2 20/26] app/test-pmd: use separate Rx and Tx queue limits
       [not found] <20240813160003.423935-21-bruce.richards@intel.com>
@ 2024-08-14  7:52 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2024-08-14  7:52 UTC (permalink / raw)
  To: test-report; +Cc: Bruce Richardson

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

_coding style issues_


WARNING:LONG_LINE_COMMENT: line length of 105 exceeds 100 columns
#126: FILE: app/test-pmd/testpmd.h:335:
+	uint16_t                nb_rx_desc[RTE_MAX_ETHPORT_RX_QUEUES+1]; /**< per queue rx desc number */

WARNING:LONG_LINE_COMMENT: line length of 105 exceeds 100 columns
#127: FILE: app/test-pmd/testpmd.h:336:
+	uint16_t                nb_tx_desc[RTE_MAX_ETHPORT_TX_QUEUES+1]; /**< per queue tx desc number */

WARNING:LONG_LINE_COMMENT: line length of 103 exceeds 100 columns
#128: FILE: app/test-pmd/testpmd.h:337:
+	struct port_rxqueue     rxq[RTE_MAX_ETHPORT_RX_QUEUES+1]; /**< per queue Rx config and state */

WARNING:LONG_LINE_COMMENT: line length of 103 exceeds 100 columns
#129: FILE: app/test-pmd/testpmd.h:338:
+	struct port_txqueue     txq[RTE_MAX_ETHPORT_TX_QUEUES+1]; /**< per queue Tx config and state */

WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email address mismatch: 'From: Bruce Richardson <bruce.richards@intel.com>' != 'Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>'

total: 0 errors, 5 warnings, 57 lines checked

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

only message in thread, other threads:[~2024-08-14  7:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20240813160003.423935-21-bruce.richards@intel.com>
2024-08-14  7:52 ` |WARNING| pw143142 [RFC PATCH v2 20/26] app/test-pmd: use separate Rx and Tx queue limits 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).