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 E6055A2EDB for ; Sat, 7 Sep 2019 01:44:35 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DF0E61F475; Sat, 7 Sep 2019 01:44:35 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id D20F41F477; Sat, 7 Sep 2019 01:44:34 +0200 (CEST) In-Reply-To: <20190906234359.78593-2-ajit.khaparde@broadcom.com> References: <20190906234359.78593-2-ajit.khaparde@broadcom.com> To: test-report@dpdk.org Cc: Ajit Khaparde Message-Id: <20190906234434.D20F41F477@dpdk.org> Date: Sat, 7 Sep 2019 01:44:34 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw58924 [PATCH 1/1] net/bnxt: add support for CoS classification 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/58924 _coding style issues_ CHECK:MACRO_ARG_REUSE: Macro argument reuse 'x' - possible side-effects? #227: FILE: drivers/net/bnxt/bnxt_hwrm.h:55: +#define GET_TX_QUEUE_INFO(x) \ + bp->tx_cos_queue[x].id = resp->queue_id##x; \ + bp->tx_cos_queue[x].profile = \ + resp->queue_id##x##_service_profile CHECK:MACRO_ARG_REUSE: Macro argument reuse 'x' - possible side-effects? #232: FILE: drivers/net/bnxt/bnxt_hwrm.h:60: +#define GET_RX_QUEUE_INFO(x) \ + bp->rx_cos_queue[x].id = resp->queue_id##x; \ + bp->rx_cos_queue[x].profile = \ + resp->queue_id##x##_service_profile total: 0 errors, 0 warnings, 2 checks, 249 lines checked