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

checkpatch at dpdk.org checkpatch at dpdk.org
Sun Apr 22 13:58:39 CEST 2018


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

_coding style issues_


WARNING:LONG_LINE_COMMENT: line over 90 characters
#308: 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
#309: 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
#310: 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
#311: 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, 259 lines checked


More information about the test-report mailing list