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 83ED243B06 for ; Thu, 15 Feb 2024 07:22:35 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E520D433D3; Thu, 15 Feb 2024 07:22:33 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id D3A00433C3 for ; Thu, 15 Feb 2024 07:22:18 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id CEE5E121F0B; Thu, 15 Feb 2024 07:22:18 +0100 (CET) Subject: |WARNING| pw136802 [PATCH v4 03/18] net/i40e: stop using zero sized marker fields In-Reply-To: <1707978080-28859-4-git-send-email-roretzla@linux.microsoft.com> References: <1707978080-28859-4-git-send-email-roretzla@linux.microsoft.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Tyler Retzlaff Message-Id: <20240215062218.CEE5E121F0B@dpdk.org> Date: Thu, 15 Feb 2024 07:22:18 +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/136802 _coding style issues_ CHECK:SPACING: spaces preferred around that '+' (ctx:VxV) #390: FILE: drivers/net/i40e/i40e_rxtx_vec_sse.c:540: + _mm_storeu_si128((void *)&rx_pkts[pos+3]->mbuf_rx_descriptor_fields1, ^ CHECK:SPACING: spaces preferred around that '+' (ctx:VxV) #393: FILE: drivers/net/i40e/i40e_rxtx_vec_sse.c:542: + _mm_storeu_si128((void *)&rx_pkts[pos+2]->mbuf_rx_descriptor_fields1, ^ CHECK:SPACING: spaces preferred around that '+' (ctx:VxV) #402: FILE: drivers/net/i40e/i40e_rxtx_vec_sse.c:576: + _mm_storeu_si128((void *)&rx_pkts[pos+1]->mbuf_rx_descriptor_fields1, ^ total: 0 errors, 0 warnings, 3 checks, 279 lines checked