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 ECCB646868 for ; Fri, 6 Jun 2025 19:18:14 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E7D5C402F2; Fri, 6 Jun 2025 19:18:14 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 20B5F402F2 for ; Fri, 6 Jun 2025 19:18:14 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id B8F2F12527C; Fri, 6 Jun 2025 19:17:23 +0200 (CEST) Subject: |WARNING| pw154126 [PATCH v5 32/34] net/intel: support wider x86 vectors for Rx rearm In-Reply-To: <50d03ad98dbed61ffbfec689337b20f41849c11c.1749229651.git.anatoly.burakov@intel.com> References: <50d03ad98dbed61ffbfec689337b20f41849c11c.1749229651.git.anatoly.burakov@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Anatoly Burakov Message-Id: <20250606171723.B8F2F12527C@dpdk.org> Date: Fri, 6 Jun 2025 19:17:23 +0200 (CEST) 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/154126 _coding style issues_ CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #168: FILE: drivers/net/intel/common/rx_vec_x86.h:92: + const __m128i reg0 = _ci_rxq_rearm_desc_sse( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #170: FILE: drivers/net/intel/common/rx_vec_x86.h:94: + const __m128i reg1 = _ci_rxq_rearm_desc_sse( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #262: FILE: drivers/net/intel/common/rx_vec_x86.h:162: + reg0 = _mm256_castsi128_si256( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #263: FILE: drivers/net/intel/common/rx_vec_x86.h:163: + _ci_rxq_rearm_desc_sse( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #265: FILE: drivers/net/intel/common/rx_vec_x86.h:165: + reg1 = _mm256_castsi128_si256( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #266: FILE: drivers/net/intel/common/rx_vec_x86.h:166: + _ci_rxq_rearm_desc_sse( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #270: FILE: drivers/net/intel/common/rx_vec_x86.h:170: + reg0 = _ci_rxq_rearm_desc_avx2( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #273: FILE: drivers/net/intel/common/rx_vec_x86.h:173: + reg1 = _ci_rxq_rearm_desc_avx2( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #453: FILE: drivers/net/intel/common/rx_vec_x86.h:258: + reg0 = _ci_rxq_rearm_desc_avx512( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #458: FILE: drivers/net/intel/common/rx_vec_x86.h:263: + reg1 = _ci_rxq_rearm_desc_avx512( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #465: FILE: drivers/net/intel/common/rx_vec_x86.h:270: + reg0 = _ci_rxq_rearm_desc_avx512( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #470: FILE: drivers/net/intel/common/rx_vec_x86.h:275: + reg1 = _ci_rxq_rearm_desc_avx512( total: 0 errors, 0 warnings, 12 checks, 427 lines checked