[dpdk-test-report] |WARNING| pw85108 [PATCH v4 30/32] net/mlx5/windows: add mlx5_os.c stubs

checkpatch at dpdk.org checkpatch at dpdk.org
Sun Dec 13 21:58:33 CET 2020


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

_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 supported");

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 supported");

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 supported");

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 supported");

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 supported");

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 supported");

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 supported");

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 supported");

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 supported");

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


More information about the test-report mailing list