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 9970543B06 for ; Thu, 15 Feb 2024 07:24:25 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 967F9433CE; Thu, 15 Feb 2024 07:24:25 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 486494338F for ; Thu, 15 Feb 2024 07:24:24 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 3E361121F0B; Thu, 15 Feb 2024 07:24:24 +0100 (CET) Subject: |WARNING| pw136809 [PATCH v4 11/18] net/fm10k: stop using zero sized marker fields In-Reply-To: <1707978080-28859-12-git-send-email-roretzla@linux.microsoft.com> References: <1707978080-28859-12-git-send-email-roretzla@linux.microsoft.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Tyler Retzlaff Message-Id: <20240215062424.3E361121F0B@dpdk.org> Date: Thu, 15 Feb 2024 07:24:24 +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/136809 _coding style issues_ CHECK:SPACING: spaces preferred around that '+' (ctx:VxV) #133: FILE: drivers/net/fm10k/fm10k_rxtx_vec.c:522: + _mm_storeu_si128((void *)&rx_pkts[pos+3]->mbuf_rx_descriptor_fields1, ^ CHECK:SPACING: spaces preferred around that '+' (ctx:VxV) #136: FILE: drivers/net/fm10k/fm10k_rxtx_vec.c:524: + _mm_storeu_si128((void *)&rx_pkts[pos+2]->mbuf_rx_descriptor_fields1, ^ CHECK:SPACING: spaces preferred around that '+' (ctx:VxV) #145: FILE: drivers/net/fm10k/fm10k_rxtx_vec.c:560: + _mm_storeu_si128((void *)&rx_pkts[pos+1]->mbuf_rx_descriptor_fields1, ^ total: 0 errors, 0 warnings, 3 checks, 61 lines checked