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 DD7C5A04B3 for ; Tue, 28 Jan 2020 17:34:10 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 11C5A1D51E; Tue, 28 Jan 2020 17:34:10 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id E01FE1C1D3; Tue, 28 Jan 2020 17:34:07 +0100 (CET) In-Reply-To: <1580228860-10665-25-git-send-email-matan@mellanox.com> References: <1580228860-10665-25-git-send-email-matan@mellanox.com> To: test-report@dpdk.org Cc: Matan Azrad Message-Id: <20200128163407.E01FE1C1D3@dpdk.org> Date: Tue, 28 Jan 2020 17:34:07 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw65266 [PATCH v3 24/25] common/mlx5: share Netlink commands 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/65266 _coding style issues_ WARNING:RETURN_VOID: void function return statements are not generally useful #176: FILE: drivers/common/mlx5/mlx5_common.c:163: + return; +} ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #199: FILE: drivers/common/mlx5/mlx5_common.h:31: +#define BITFIELD_DECLARE(bf, type, size) \ + type bf[(((size_t)(size) / (sizeof(type) * CHAR_BIT)) + \ + !!((size_t)(size) % (sizeof(type) * CHAR_BIT)))] ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #202: FILE: drivers/common/mlx5/mlx5_common.h:34: +#define BITFIELD_DEFINE(bf, type, size) \ + BITFIELD_DECLARE((bf), type, (size)) = { 0 } total: 2 errors, 1 warnings, 0 checks, 1687 lines checked ERROR: symbol mlx5_nl_allmulti is added in the DPDK_20.02 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol mlx5_nl_ifindex is added in the DPDK_20.02 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol mlx5_nl_init is added in the DPDK_20.02 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol mlx5_nl_mac_addr_add is added in the DPDK_20.02 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol mlx5_nl_mac_addr_flush is added in the DPDK_20.02 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol mlx5_nl_mac_addr_remove is added in the DPDK_20.02 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol mlx5_nl_mac_addr_sync is added in the DPDK_20.02 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol mlx5_nl_portnum is added in the DPDK_20.02 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol mlx5_nl_promisc is added in the DPDK_20.02 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol mlx5_nl_switch_info is added in the DPDK_20.02 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol mlx5_nl_vf_mac_addr_modify is added in the DPDK_20.02 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol mlx5_nl_vlan_vmwa_create is added in the DPDK_20.02 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol mlx5_nl_vlan_vmwa_delete is added in the DPDK_20.02 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol mlx5_translate_port_name is added in the DPDK_20.02 section, but is expected to be added in the EXPERIMENTAL section of the version map