[dpdk-test-report] |WARNING| pw102589 [PATCH 1/1] net/failsafe: link_update request crashing at boot

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Oct 21 13:57:33 CEST 2021


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

_coding style issues_


WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'fs_rx_queue_setup', this function's name, in a string
#116: FILE: drivers/net/failsafe/failsafe_ops.c:410:
+				ERROR("fs_rx_queue_setup: Invalid sub-device "

WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'fs_tx_queue_setup', this function's name, in a string
#139: FILE: drivers/net/failsafe/failsafe_ops.c:583:
+				ERROR("fs_tx_queue_setup: Invalid sub-device "

WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'failsafe_eth_dev_close', this function's name, in a string
#152: FILE: drivers/net/failsafe/failsafe_ops.c:663:
+			ERROR("failsafe_eth_dev_close: Invalid sub-device "

WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'fs_link_update', this function's name, in a string
#165: FILE: drivers/net/failsafe/failsafe_ops.c:851:
+			ERROR("fs_link_update: Invalid Sub-device "

WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'fs_dev_supported_ptypes_get', this function's name, in a string
#179: FILE: drivers/net/failsafe/failsafe_ops.c:1282:
+		ERROR("fs_dev_supported_ptypes_get: "

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#214: FILE: drivers/net/failsafe/failsafe_private.h:315:
+    rte_eth_dev_is_valid_port(PORT_ID(s))$

total: 0 errors, 6 warnings, 0 checks, 105 lines checked


More information about the test-report mailing list