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 ACE4CA00C4 for ; Sat, 29 Oct 2022 06:02:12 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A9BF64161A; Sat, 29 Oct 2022 06:02:12 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 720B240146 for ; Sat, 29 Oct 2022 06:02:08 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 6E704122B86; Sat, 29 Oct 2022 06:02:08 +0200 (CEST) Subject: |WARNING| pw119279 [PATCH v15 12/18] net/idpf: support parsing packet type In-Reply-To: <20221029032729.22772-13-beilei.xing@intel.com> References: <20221029032729.22772-13-beilei.xing@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: beilei.xing@intel.com Message-Id: <20221029040208.6E704122B86@dpdk.org> Date: Sat, 29 Oct 2022 06:02:08 +0200 (CEST) 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/119279 _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