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 7A609A0577 for ; Tue, 7 Apr 2020 06:01:52 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 731471BFE8; Tue, 7 Apr 2020 06:01:52 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 1BA901BF72; Tue, 7 Apr 2020 06:01:51 +0200 (CEST) In-Reply-To: <1586231987-338112-8-git-send-email-suanmingm@mellanox.com> References: <1586231987-338112-8-git-send-email-suanmingm@mellanox.com> To: test-report@dpdk.org Cc: Suanming Mou Message-Id: <20200407040151.1BA901BF72@dpdk.org> Date: Tue, 7 Apr 2020 06:01:51 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw67884 [PATCH 7/8] net/mlx5: split the counter struct 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/67884 _coding style issues_ CHECK:MACRO_ARG_REUSE: Macro argument reuse 'pool' - possible side-effects? #90: FILE: drivers/net/mlx5/mlx5.h:250: +#define MLX5_CNT_TO_CNT_EXT(pool, cnt) (&((struct mlx5_flow_counter_ext *) \ + ((pool) + 1))[((cnt) - (pool)->counters_raw)]) total: 0 errors, 0 warnings, 1 checks, 564 lines checked