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 45686A2F63 for ; Fri, 4 Oct 2019 05:50:19 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 14E011C1EB; Fri, 4 Oct 2019 05:50:08 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 3315C1C1ED; Fri, 4 Oct 2019 05:50:06 +0200 (CEST) In-Reply-To: <20191004034903.85233-5-ajit.khaparde@broadcom.com> References: <20191004034903.85233-5-ajit.khaparde@broadcom.com> To: test-report@dpdk.org Cc: Ajit Khaparde Message-Id: <20191004035006.3315C1C1ED@dpdk.org> Date: Fri, 4 Oct 2019 05:50:06 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw60503 [PATCH v2 4/9] 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/60503 _coding style issues_ CHECK:MACRO_ARG_REUSE: Macro argument reuse 'x' - possible side-effects? #297: 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? #302: 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, 385 lines checked