[dpdk-test-report] |WARNING| pw88510 [PATCH 3/3] app/testpmd: use of Rx/Tx in testpmd
checkpatch at dpdk.org
checkpatch at dpdk.org
Fri Mar 5 11:23:07 CET 2021
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/88510
_coding style issues_
WARNING:LONG_LINE_COMMENT: line length of 103 exceeds 100 columns
#1550: FILE: app/test-pmd/testpmd.h:217:
+ uint16_t nb_rx_desc[RTE_MAX_QUEUES_PER_PORT+1]; /**< per queue Rx desc number */
WARNING:LONG_LINE_COMMENT: line length of 103 exceeds 100 columns
#1551: FILE: app/test-pmd/testpmd.h:218:
+ uint16_t nb_tx_desc[RTE_MAX_QUEUES_PER_PORT+1]; /**< per queue Tx desc number */
WARNING:LONG_LINE_COMMENT: line length of 102 exceeds 100 columns
#1552: FILE: app/test-pmd/testpmd.h:219:
+ struct rte_eth_rxconf rx_conf[RTE_MAX_QUEUES_PER_PORT+1]; /**< per queue Rx configuration */
WARNING:LONG_LINE_COMMENT: line length of 102 exceeds 100 columns
#1553: FILE: app/test-pmd/testpmd.h:220:
+ struct rte_eth_txconf tx_conf[RTE_MAX_QUEUES_PER_PORT+1]; /**< per queue Tx configuration */
total: 0 errors, 4 warnings, 1373 lines checked
More information about the test-report
mailing list