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 3382946162 for ; Sat, 1 Feb 2025 11:03:50 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2F6C2402E7; Sat, 1 Feb 2025 11:03:50 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 8E825402E1 for ; Sat, 1 Feb 2025 11:03:48 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 4B1F5126FF4; Sat, 1 Feb 2025 11:02:43 +0100 (CET) Subject: |WARNING| pw150766 [PATCH v7 2/2] net/af_xdp: Refactor af_xdp_tx_zc In-Reply-To: <20250201100300.2194018-3-ariel.otilibili@6wind.com> References: <20250201100300.2194018-3-ariel.otilibili@6wind.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Ariel Otilibili Message-Id: <20250201100243.4B1F5126FF4@dpdk.org> Date: Sat, 1 Feb 2025 11:02:43 +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/150766 _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