[dpdk-test-report] |WARNING| pw18258 [PATCH v4 01/25] ethdev: introduce generic flow API

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Dec 20 19:43:27 CET 2016


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

_coding style issues_


WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#240: FILE: lib/librte_ether/rte_flow.c:58:
+		code = ENOSYS;

WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#263: FILE: lib/librte_ether/rte_flow.c:81:
+	rte_flow_error_set(error, ENOSYS, RTE_FLOW_ERROR_TYPE_UNSPECIFIED,

WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#264: FILE: lib/librte_ether/rte_flow.c:82:
+			   NULL, rte_strerror(ENOSYS));

WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#283: FILE: lib/librte_ether/rte_flow.c:101:
+	rte_flow_error_set(error, ENOSYS, RTE_FLOW_ERROR_TYPE_UNSPECIFIED,

WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#284: FILE: lib/librte_ether/rte_flow.c:102:
+			   NULL, rte_strerror(ENOSYS));

WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#301: FILE: lib/librte_ether/rte_flow.c:119:
+	rte_flow_error_set(error, ENOSYS, RTE_FLOW_ERROR_TYPE_UNSPECIFIED,

WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#302: FILE: lib/librte_ether/rte_flow.c:120:
+			   NULL, rte_strerror(ENOSYS));

WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#318: FILE: lib/librte_ether/rte_flow.c:136:
+	rte_flow_error_set(error, ENOSYS, RTE_FLOW_ERROR_TYPE_UNSPECIFIED,

WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#319: FILE: lib/librte_ether/rte_flow.c:137:
+			   NULL, rte_strerror(ENOSYS));

WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#338: FILE: lib/librte_ether/rte_flow.c:156:
+	rte_flow_error_set(error, ENOSYS, RTE_FLOW_ERROR_TYPE_UNSPECIFIED,

WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#339: FILE: lib/librte_ether/rte_flow.c:157:
+			   NULL, rte_strerror(ENOSYS));

total: 0 errors, 11 warnings, 1342 lines checked


More information about the test-report mailing list