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 72EC2A046B for ; Thu, 27 Jun 2019 10:07:37 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7C7BB4CA9; Thu, 27 Jun 2019 10:07:36 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 74FC54C6C; Thu, 27 Jun 2019 10:07:34 +0200 (CEST) In-Reply-To: <7fa10989c16b60f45f7cbf64a2cbba2174d26b57.1561620219.git.xuanziyang2@huawei.com> References: <7fa10989c16b60f45f7cbf64a2cbba2174d26b57.1561620219.git.xuanziyang2@huawei.com> To: test-report@dpdk.org Cc: Ziyang Xuan Message-Id: <20190627080734.74FC54C6C@dpdk.org> Date: Thu, 27 Jun 2019 10:07:34 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw55450 [PATCH v6 12/15] net/hinic: add device initailization 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/55450 _coding style issues_ CHECK:MACRO_ARG_REUSE: Macro argument reuse 'txq' - possible side-effects? #1246: FILE: drivers/net/hinic/hinic_pmd_tx.h:13: +#define HINIC_GET_WQ_TAIL(txq) \ + ((txq)->wq->queue_buf_vaddr + (txq)->wq->wq_buf_size) total: 0 errors, 0 warnings, 1 checks, 1312 lines checked