[dpdk-test-report] |WARNING| pw84978 [PATCH v2 31/33] net/mlx5/windows: add mlx5_os.c stubs

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Dec 10 16:19:07 CET 2020


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

_coding style issues_


WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'mlx5_os_set_nonblock_channel_fd', this function's name, in a string
#115: FILE: drivers/net/mlx5/windows/mlx5_os.c:102:
+	DRV_LOG(WARNING, "mlx5_os_set_nonblock_channel_fd is not support");

WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'mlx5_os_dev_shared_handler_install', this function's name, in a string
#130: FILE: drivers/net/mlx5/windows/mlx5_os.c:117:
+	DRV_LOG(WARNING, "mlx5_os_dev_shared_handler_install is not support");

WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'mlx5_os_dev_shared_handler_uninstall', this function's name, in a string
#144: FILE: drivers/net/mlx5/windows/mlx5_os.c:131:
+	DRV_LOG(WARNING, "mlx5_os_dev_shared_handler_uninstall is not support");

WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'mlx5_os_read_dev_stat', this function's name, in a string
#168: FILE: drivers/net/mlx5/windows/mlx5_os.c:155:
+	DRV_LOG(WARNING, "mlx5_os_read_dev_stat is not support");

WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'mlx5_os_mac_addr_flush', this function's name, in a string
#184: FILE: drivers/net/mlx5/windows/mlx5_os.c:171:
+	DRV_LOG(WARNING, "mlx5_os_mac_addr_flush is not support");

WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'mlx5_os_mac_addr_remove', this function's name, in a string
#201: FILE: drivers/net/mlx5/windows/mlx5_os.c:188:
+	DRV_LOG(WARNING, "mlx5_os_mac_addr_remove is not support");

WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'mlx5_os_vf_mac_addr_modify', this function's name, in a string
#230: FILE: drivers/net/mlx5/windows/mlx5_os.c:217:
+	DRV_LOG(WARNING, "mlx5_os_vf_mac_addr_modify is not support");

WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'mlx5_os_set_promisc', this function's name, in a string
#251: FILE: drivers/net/mlx5/windows/mlx5_os.c:238:
+	DRV_LOG(WARNING, "mlx5_os_set_promisc is not support");

WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'mlx5_os_set_allmulti', this function's name, in a string
#271: FILE: drivers/net/mlx5/windows/mlx5_os.c:258:
+	DRV_LOG(WARNING, "mlx5_os_set_allmulti is not support");

total: 0 errors, 9 warnings, 0 checks, 200 lines checked


More information about the test-report mailing list