|WARNING| pw131136 [PATCH v3 5/5] app/testpmd: add RSS hash algorithms setting
checkpatch at dpdk.org
checkpatch at dpdk.org
Mon Sep 4 08:15:10 CEST 2023
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/131136
_coding style issues_
WARNING:MISSING_SPACE: break quoted strings at a space character
#132: FILE: app/test-pmd/cmdline.c:2198:
+ .help_str = "port config <port_id> rss-hash-func"
+ "default|toeplitz|simple_xor|symmetric_toeplitz",
WARNING:LONG_LINE: line length of 102 exceeds 100 columns
#200: FILE: app/test-pmd/config.c:4488:
+ conf->rss_key_len = conf->rss_key_len == 0 ? rss_conf.rss_key_len : conf->rss_key_len;
total: 0 errors, 2 warnings, 139 lines checked
More information about the test-report
mailing list