* |WARNING| pw143168 [PATCH v3 20/26] app/test-pmd: use separate Rx and Tx queue limits
[not found] <20240814104933.14062-21-bruce.richardson@intel.com>
@ 2024-08-14 10:54 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2024-08-14 10:54 UTC (permalink / raw)
To: test-report; +Cc: Bruce Richardson
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-08-14 10:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20240814104933.14062-21-bruce.richardson@intel.com>
2024-08-14 10:54 ` |WARNING| pw143168 [PATCH v3 20/26] app/test-pmd: use separate Rx and Tx queue limits checkpatch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).