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 71128A0524 for ; Mon, 27 Jul 2020 11:43:20 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6840A1BFE8; Mon, 27 Jul 2020 11:43:20 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 332851C0B3; Mon, 27 Jul 2020 11:43:18 +0200 (CEST) In-Reply-To: <1595842702-347997-1-git-send-email-simei.su@intel.com> References: <1595842702-347997-1-git-send-email-simei.su@intel.com> To: test-report@dpdk.org Cc: Simei Su Message-Id: <20200727094318.332851C0B3@dpdk.org> Date: Mon, 27 Jul 2020 11:43:18 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw74843 [PATCH v4] net/ice: fix GTPU down/uplink and extension conflict 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/74843 _coding style issues_ CHECK:MACRO_ARG_REUSE: Macro argument reuse 'p' - possible side-effects? #592: FILE: drivers/net/ice/ice_ethdev.h:361: +#define ICE_HASH_CFG_VALID(p) \ + ((p)->hash_fld != 0 && (p)->pkt_hdr != 0) CHECK:MACRO_ARG_REUSE: Macro argument reuse 'p' - possible side-effects? #595: FILE: drivers/net/ice/ice_ethdev.h:364: +#define ICE_HASH_CFG_RESET(p) do { \ + (p)->hash_fld = 0; \ + (p)->pkt_hdr = 0; \ +} while (0) total: 0 errors, 0 warnings, 2 checks, 522 lines checked