[dpdk-test-report] |WARNING| pw38861 [PATCH v2] app/testpmd: fix testpmd failure due to RSS offload check

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Apr 25 09:44:25 CEST 2018


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/38861

_coding style issues_


WARNING:UNNECESSARY_ELSE: else is not generally useful after a break or return
#64: FILE: app/test-pmd/cmdline.c:2038:
+		return;
+	} else {

ERROR:GLOBAL_INITIALISERS: do not initialise globals to 0
#136: FILE: app/test-pmd/testpmd.c:263:
+uint8_t rss_hf_noneg = 0; /* Negotiate by default */

total: 1 errors, 1 warnings, 123 lines checked


More information about the test-report mailing list