[dpdk-test-report] |WARNING| pw89444 [PATCH] app/test-pmd: enable testpmd on windows
checkpatch at dpdk.org
checkpatch at dpdk.org
Thu Mar 18 07:27:02 CET 2021
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/89444
_coding style issues_
WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#78:
* Performance inconsistency issues: TPUT fluctuated significantly from runs
ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar"
#164: FILE: app/test-pmd/cmdline.c:3507:
+parse_item_list(const char* str, const char* item_name, unsigned int max_items,
ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar"
#164: FILE: app/test-pmd/cmdline.c:3507:
+parse_item_list(const char* str, const char* item_name, unsigned int max_items,
ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar"
#1975: FILE: app/test-pmd/config.c:174:
+clock_gettime_monotonic(struct timespec* tp)
WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 8)
#2052: FILE: app/test-pmd/csumonly.c:698:
if (tx_pkt_split == TX_PKT_SPLIT_RND)
[...]
+ nb_seg = random() % tx_pkt_nb_segs + 1;
WARNING:LONG_LINE_COMMENT: line length of 119 exceeds 100 columns
#2365: FILE: app/test-pmd/testpmd.c:3864:
+ /* mlockall on Windows is unnecessary as latency impact from page fault is small compare to other resources. */
ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar"
#2413: FILE: app/test-pmd/testpmd.h:764:
+unsigned int parse_item_list(const char* str, const char* item_name,
ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar"
#2413: FILE: app/test-pmd/testpmd.h:764:
+unsigned int parse_item_list(const char* str, const char* item_name,
total: 5 errors, 3 warnings, 2150 lines checked
More information about the test-report
mailing list