From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3ACD8A04DB for ; Thu, 10 Dec 2020 16:19:10 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EE694C9A2; Thu, 10 Dec 2020 16:19:08 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id BBFA9C9A0; Thu, 10 Dec 2020 16:19:07 +0100 (CET) In-Reply-To: <20201210150648.8784-32-talshn@nvidia.com> References: <20201210150648.8784-32-talshn@nvidia.com> To: test-report@dpdk.org Cc: Tal Shnaiderman Message-Id: <20201210151907.BBFA9C9A0@dpdk.org> Date: Thu, 10 Dec 2020 16:19:07 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw84978 [PATCH v2 31/33] net/mlx5/windows: add mlx5_os.c stubs X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" 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