|WARNING| pw143142 [RFC PATCH v2 20/26] app/test-pmd: use separate Rx and Tx queue limits

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Aug 14 09:52:29 CEST 2024


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 at intel.com>' != 'Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>'

total: 0 errors, 5 warnings, 57 lines checked


More information about the test-report mailing list