[dpdk-test-report] |WARNING| pw85078 [PATCH v3 30/32] net/mlx5/windows: add mlx5_os.c stubs
checkpatch at dpdk.org
checkpatch at dpdk.org
Sun Dec 13 11:33:25 CET 2020
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/85078
_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
#114: 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
#129: 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
#143: 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
#167: 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
#183: 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
#200: 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
#229: 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
#250: 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
#270: 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