From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 32E1EA00C5 for ; Fri, 24 Dec 2021 09:35:41 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 27E0C410E5; Fri, 24 Dec 2021 09:35:41 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 264DB40691 for ; Fri, 24 Dec 2021 09:35:40 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 22230120D7B; Fri, 24 Dec 2021 09:35:40 +0100 (CET) Subject: |WARNING| pw105386 [PATCH v3 11/25] net/spnic: add queue pairs context initialization In-Reply-To: References: To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Yanling Song Message-Id: <20211224083540.22230120D7B@dpdk.org> Date: Fri, 24 Dec 2021 09:35:40 +0100 (CET) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 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 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/105386 _coding style issues_ CHECK:CAMELCASE: Avoid CamelCase: #1091: FILE: drivers/net/spnic/spnic_io.c:508: + "err: %d, out_param: %" PRIu64 "", CHECK:MACRO_ARG_REUSE: Macro argument reuse 'queue' - possible side-effects? #1402: FILE: drivers/net/spnic/spnic_io.h:75: +#define NIC_WQE_ADDR(queue, idx) ((void *)((u64)((queue)->queue_buf_vaddr) + \ + ((idx) << (queue)->wqebb_shift))) total: 0 errors, 0 warnings, 2 checks, 1518 lines checked