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 E2F1AA034C for ; Mon, 31 Oct 2022 06:51:48 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DB93340151; Mon, 31 Oct 2022 06:51:48 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 6BC36400D5 for ; Mon, 31 Oct 2022 06:51:45 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 66E78122B86; Mon, 31 Oct 2022 06:51:45 +0100 (CET) Subject: |WARNING| pw119328 [PATCH v17 12/18] net/idpf: support parsing packet type In-Reply-To: <20221031051556.98549-13-beilei.xing@intel.com> References: <20221031051556.98549-13-beilei.xing@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: beilei.xing@intel.com Message-Id: <20221031055145.66E78122B86@dpdk.org> Date: Mon, 31 Oct 2022 06:51:45 +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/119328 _coding style issues_ CHECK:MACRO_ARG_REUSE: Macro argument reuse 'p' - possible side-effects? #202: FILE: drivers/net/idpf/idpf_rxtx.h:26: +#define IDPF_GET_PTYPE_SIZE(p) \ + (sizeof(struct virtchnl2_ptype) + \ + (((p)->proto_id_count ? ((p)->proto_id_count - 1) : 0) * sizeof((p)->proto_id[0]))) total: 0 errors, 0 warnings, 1 checks, 359 lines checked