|WARNING| pw131725 [PATCH v2] testpmd: add hairpin-map parameter
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed Sep 20 14:23:49 CEST 2023
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/131725
_coding style issues_
ERROR:GLOBAL_INITIALISERS: do not initialise globals to false
#262: FILE: app/test-pmd/testpmd.c:437:
+bool hairpin_multiport_mode = false;
WARNING:TYPO_SPELLING: 'queus' may be misspelled - perhaps 'queues'?
#379: 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'?
#514: 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