[dpdk-test-report] |WARNING| pw63226 [PATCH v2] app/testpmd: reduce memory consumption

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Nov 22 11:45:52 CET 2019


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

_coding style issues_


WARNING:LONG_LINE_COMMENT: line over 90 characters
#173: FILE: app/test-pmd/testpmd.h:180:
+	uint16_t                nb_rx_desc[RTE_MAX_QUEUES_PER_PORT+1]; /**< per queue rx desc number */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#174: FILE: app/test-pmd/testpmd.h:181:
+	uint16_t                nb_tx_desc[RTE_MAX_QUEUES_PER_PORT+1]; /**< per queue tx desc number */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#175: FILE: app/test-pmd/testpmd.h:182:
+	struct rte_eth_rxconf   rx_conf[RTE_MAX_QUEUES_PER_PORT+1]; /**< per queue rx configuration */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#176: FILE: app/test-pmd/testpmd.h:183:
+	struct rte_eth_txconf   tx_conf[RTE_MAX_QUEUES_PER_PORT+1]; /**< per queue tx configuration */

total: 0 errors, 4 warnings, 68 lines checked


More information about the test-report mailing list