[dpdk-test-report] |WARNING| pw76899 [PATCH 14/14] net/sfc: move MCDI helpers to common driver

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Sep 9 01:55:23 CEST 2020


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

_coding style issues_


ERROR:SPACING: space required after that ',' (ctx:VxB)
#192: FILE: drivers/common/sfc_efx/sfc_efx_mcdi.c:30:
+				RTE_FMT_TAIL(__VA_ARGS__,)));		\
 				                        ^

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#440: FILE: drivers/common/sfc_efx/sfc_efx_mcdi.c:278:
+		return EINVAL;

total: 1 errors, 1 warnings, 0 checks, 760 lines checked
INFO: symbol efx_mcdi_fini is being removed, ensure that it has gone through the deprecation process
INFO: symbol efx_mcdi_get_proxy_handle is being removed, ensure that it has gone through the deprecation process
INFO: symbol efx_mcdi_init is being removed, ensure that it has gone through the deprecation process
INFO: symbol efx_mcdi_request_abort is being removed, ensure that it has gone through the deprecation process
INFO: symbol efx_mcdi_request_poll is being removed, ensure that it has gone through the deprecation process
INFO: symbol efx_mcdi_request_start is being removed, ensure that it has gone through the deprecation process
ERROR: symbol sfc_efx_mcdi_fini is added in the DPDK_21 section, but is expected to be added in the EXPERIMENTAL section of the version map
ERROR: symbol sfc_efx_mcdi_init is added in the DPDK_21 section, but is expected to be added in the EXPERIMENTAL section of the version map


More information about the test-report mailing list