|WARNING| pw144366 [PATCH v2 2/2] vhost: add reconnection support to VDUSE
checkpatch at dpdk.org
checkpatch at dpdk.org
Fri Sep 20 17:10:20 CEST 2024
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/144366
_coding style issues_
WARNING:LONG_LINE: line length of 118 exceeds 100 columns
#180: FILE: lib/vhost/vduse.c:297:
+ "Mismatch between reconnect file features 0x%" PRIx64 " & device features 0x%" PRIx64,
WARNING:LONG_LINE: line length of 128 exceeds 100 columns
#381: FILE: lib/vhost/vduse.c:584:
+ "Features mismatch between backend (0x%" PRIx64 ") & reconnection file (0x%" PRIx64 ")",
WARNING:TYPO_SPELLING: 'CREAT' may be misspelled - perhaps 'CREATE'?
#395: FILE: lib/vhost/vduse.c:598:
+ reco_fd = open(reconnect_file, O_CREAT | O_EXCL | O_RDWR, 0600);
total: 0 errors, 3 warnings, 429 lines checked
More information about the test-report
mailing list