|WARNING| pw143168 [PATCH v3 20/26] app/test-pmd: use separate Rx and Tx queue limits
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed Aug 14 12:54:10 CEST 2024
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/143168
_coding style issues_
WARNING:LONG_LINE_COMMENT: line length of 105 exceeds 100 columns
#125: FILE: app/test-pmd/testpmd.h:335:
+ uint16_t nb_rx_desc[RTE_MAX_ETHPORT_RX_QUEUES+1]; /**< per queue rx desc number */
WARNING:LONG_LINE_COMMENT: line length of 105 exceeds 100 columns
#126: FILE: app/test-pmd/testpmd.h:336:
+ uint16_t nb_tx_desc[RTE_MAX_ETHPORT_TX_QUEUES+1]; /**< per queue tx desc number */
WARNING:LONG_LINE_COMMENT: line length of 103 exceeds 100 columns
#127: FILE: app/test-pmd/testpmd.h:337:
+ struct port_rxqueue rxq[RTE_MAX_ETHPORT_RX_QUEUES+1]; /**< per queue Rx config and state */
WARNING:LONG_LINE_COMMENT: line length of 103 exceeds 100 columns
#128: FILE: app/test-pmd/testpmd.h:338:
+ struct port_txqueue txq[RTE_MAX_ETHPORT_TX_QUEUES+1]; /**< per queue Tx config and state */
total: 0 errors, 4 warnings, 57 lines checked
More information about the test-report
mailing list