[dpdk-test-report] |WARNING| pw38815 [PATCH v8 3/5] app/testpmd: enable per queue configure

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Apr 24 14:45:06 CEST 2018


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

_coding style issues_


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

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

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

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

total: 0 errors, 4 warnings, 274 lines checked


More information about the test-report mailing list