[dpdk-test-report] |WARNING| [PATCH 20/31] app/testpmd: use VFD APIs on i40e

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Dec 2 09:22:15 CET 2016


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

_coding style issues_


WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#86: FILE: app/test-pmd/cmdline.c:10826:
+		ret = -ENOSYS;

WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#97: FILE: app/test-pmd/cmdline.c:10837:
+	case -ENOSYS:

WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#121: FILE: app/test-pmd/cmdline.c:10927:
+		ret = -ENOSYS;

WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#132: FILE: app/test-pmd/cmdline.c:10938:
+	case -ENOSYS:

WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#154: FILE: app/test-pmd/cmdline.c:11026:
+		ret = -ENOSYS;

WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#164: FILE: app/test-pmd/cmdline.c:11037:
+	case -ENOSYS:

WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#186: FILE: app/test-pmd/cmdline.c:11124:
+		ret = -ENOSYS;

WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#196: FILE: app/test-pmd/cmdline.c:11135:
+	case -ENOSYS:

WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#216: FILE: app/test-pmd/cmdline.c:11211:
+		ret = -ENOSYS;

WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#226: FILE: app/test-pmd/cmdline.c:11222:
+	case -ENOSYS:

total: 0 errors, 10 warnings, 163 lines checked


More information about the test-report mailing list