[dpdk-test-report] |WARNING| pw63205 [PATCH] app/testpmd: reduce memory consumption
checkpatch at dpdk.org
checkpatch at dpdk.org
Thu Nov 21 16:13:30 CET 2019
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/63205
_coding style issues_
WARNING:LONG_LINE_COMMENT: line over 90 characters
#160: 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
#161: 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
#162: 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
#163: 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, 61 lines checked
More information about the test-report
mailing list