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 EF9A447091 for ; Fri, 19 Dec 2025 18:31:39 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E982C40150; Fri, 19 Dec 2025 18:31:39 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 8098140150 for ; Fri, 19 Dec 2025 18:31:38 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 7CC791261AE; Fri, 19 Dec 2025 18:30:01 +0100 (CET) Subject: |WARNING| pw159387 [RFC PATCH 23/27] net/intel: add special handling for single desc packets In-Reply-To: <20251219172548.2660777-24-bruce.richardson@intel.com> References: <20251219172548.2660777-24-bruce.richardson@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Bruce Richardson Message-Id: <20251219173001.7CC791261AE@dpdk.org> Date: Fri, 19 Dec 2025 18:30:01 +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/159387 _coding style issues_ WARNING:LONG_LINE: line length of 104 exceeds 100 columns #86: FILE: drivers/net/intel/common/tx_scalar_fns.h:308: + if (nb_used == 1 && (ol_flags & (RTE_MBUF_F_TX_TCP_SEG | RTE_MBUF_F_TX_UDP_SEG)) == 0) { WARNING:LONG_LINE: line length of 108 exceeds 100 columns #92: FILE: drivers/net/intel/common/tx_scalar_fns.h:314: + *txe = (struct ci_tx_entry){ .mbuf = tx_pkt, .last_id = tx_last, .next_id = tx_id }; total: 0 errors, 2 warnings, 0 checks, 35 lines checked