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 6232543BBD for ; Sat, 24 Feb 2024 09:27:40 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5B92142E23; Sat, 24 Feb 2024 09:27:40 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 3307B402CC for ; Sat, 24 Feb 2024 09:27:04 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 2EF00122320; Sat, 24 Feb 2024 09:27:04 +0100 (CET) Subject: |WARNING| pw137164 [PATCH v5 11/22] net/fm10k: use mbuf descriptor accessors In-Reply-To: <1708762927-14126-12-git-send-email-roretzla@linux.microsoft.com> References: <1708762927-14126-12-git-send-email-roretzla@linux.microsoft.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Tyler Retzlaff Message-Id: <20240224082704.2EF00122320@dpdk.org> Date: Sat, 24 Feb 2024 09:27:04 +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/137164 _coding style issues_ CHECK:SPACING: spaces preferred around that '+' (ctx:VxV) #130: FILE: drivers/net/fm10k/fm10k_rxtx_vec.c:517: + _mm_storeu_si128(rte_mbuf_rx_descriptor_fields1(rx_pkts[pos+3]), ^ CHECK:SPACING: spaces preferred around that '+' (ctx:VxV) #133: FILE: drivers/net/fm10k/fm10k_rxtx_vec.c:519: + _mm_storeu_si128(rte_mbuf_rx_descriptor_fields1(rx_pkts[pos+2]), ^ CHECK:SPACING: spaces preferred around that '+' (ctx:VxV) #142: FILE: drivers/net/fm10k/fm10k_rxtx_vec.c:555: + _mm_storeu_si128(rte_mbuf_rx_descriptor_fields1(rx_pkts[pos+1]), ^ total: 0 errors, 0 warnings, 3 checks, 57 lines checked