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 61C3245D6F for ; Fri, 22 Nov 2024 13:57:15 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 43383433C4; Fri, 22 Nov 2024 13:57:15 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id A01E9433BE for ; Fri, 22 Nov 2024 13:57:13 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 999E5123DB4; Fri, 22 Nov 2024 13:57:13 +0100 (CET) Subject: |WARNING| pw148800 [RFC PATCH 04/21] drivers/net: align Tx queue struct field names In-Reply-To: <20241122125418.2857301-5-bruce.richardson@intel.com> References: <20241122125418.2857301-5-bruce.richardson@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Bruce Richardson Message-Id: <20241122125713.999E5123DB4@dpdk.org> Date: Fri, 22 Nov 2024 13:57:13 +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/148800 _coding style issues_ CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided #367: FILE: drivers/net/iavf/iavf_rxtx_vec_avx2.c:1748: + nb_commit = nb_pkts = (uint16_t)RTE_MIN(txq->nb_tx_free, nb_pkts); CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided #468: FILE: drivers/net/iavf/iavf_rxtx_vec_avx512.c:2325: + nb_commit = nb_pkts = (uint16_t)RTE_MIN(txq->nb_tx_free, nb_pkts); CHECK:CAMELCASE: Avoid CamelCase: <_Bool> #828: FILE: drivers/net/ixgbe/ixgbe_rxtx.h:221: + _Bool tx_deferred_start; /**< not in global dev start. */ total: 0 errors, 0 warnings, 3 checks, 650 lines checked