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 9EC64460F6 for ; Fri, 31 Jan 2025 19:36:16 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 938B440274; Fri, 31 Jan 2025 19:36:16 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 812454026B for ; Fri, 31 Jan 2025 19:36:14 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id F1713127003; Fri, 31 Jan 2025 19:35:09 +0100 (CET) Subject: |WARNING| pw150757 [PATCH v5 2/2] net/af_xdp: Refactor af_xdp_tx_zc In-Reply-To: <20250131183439.909831-3-ariel.otilibili@6wind.com> References: <20250131183439.909831-3-ariel.otilibili@6wind.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Ariel Otilibili Message-Id: <20250131183509.F1713127003@dpdk.org> Date: Fri, 31 Jan 2025 19:35:09 +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/150757 _coding style issues_ ERROR:ASSIGN_IN_IF: do not use assignment in if condition #159: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:585: + if (!(desc = reserve_and_fill(txq, mbuf, umem))) { ERROR:ASSIGN_IN_IF: do not use assignment in if condition #163: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:587: + if (!(desc = reserve_and_fill(txq, mbuf, umem))) ERROR:ASSIGN_IN_IF: do not use assignment in if condition #184: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:601: + if (!(desc = reserve_and_fill(txq, local_mbuf, umem))) { total: 3 errors, 0 warnings, 0 checks, 97 lines checked