|WARNING| pw132143 [PATCH] testpmd: add hairpin-map parameter
checkpatch at dpdk.org
checkpatch at dpdk.org
Thu Sep 28 15:40:42 CEST 2023
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/132143
_coding style issues_
ERROR:GLOBAL_INITIALISERS: do not initialise globals to false
#265: FILE: app/test-pmd/testpmd.c:437:
+bool hairpin_multiport_mode = false;
WARNING:TYPO_SPELLING: 'queus' may be misspelled - perhaps 'queues'?
#382: FILE: app/test-pmd/testpmd.c:2785:
+setup_legacy_hairpin_queus(portid_t pi, portid_t p_pi, uint16_t cnt_pi)
WARNING:TYPO_SPELLING: 'queus' may be misspelled - perhaps 'queues'?
#517: FILE: app/test-pmd/testpmd.c:2867:
+ setup_legacy_hairpin_queus(pi, p_pi, cnt_pi) :
total: 1 errors, 2 warnings, 379 lines checked
More information about the test-report
mailing list