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 935CC4689F for ; Thu, 12 Jun 2025 13:18:58 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8EC39402ED; Thu, 12 Jun 2025 13:18:58 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 60A1A402ED for ; Thu, 12 Jun 2025 13:18:57 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 22A611252C1; Thu, 12 Jun 2025 13:18:00 +0200 (CEST) Subject: |WARNING| pw154400 [PATCH v7 31/33] net/intel: support wider x86 vectors for Rx rearm In-Reply-To: <81c601ac9cd8705c3fb7f33d04e1970f137d6c60.1749726640.git.anatoly.burakov@intel.com> References: <81c601ac9cd8705c3fb7f33d04e1970f137d6c60.1749726640.git.anatoly.burakov@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Anatoly Burakov Message-Id: <20250612111800.22A611252C1@dpdk.org> Date: Thu, 12 Jun 2025 13:18:00 +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/154400 _coding style issues_ CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #176: FILE: drivers/net/intel/common/rx_vec_x86.h:93: + const __m128i reg0 = _ci_rxq_rearm_desc_sse( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #178: FILE: drivers/net/intel/common/rx_vec_x86.h:95: + const __m128i reg1 = _ci_rxq_rearm_desc_sse( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #271: FILE: drivers/net/intel/common/rx_vec_x86.h:164: + reg0 = _mm256_castsi128_si256( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #272: FILE: drivers/net/intel/common/rx_vec_x86.h:165: + _ci_rxq_rearm_desc_sse( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #274: FILE: drivers/net/intel/common/rx_vec_x86.h:167: + reg1 = _mm256_castsi128_si256( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #275: FILE: drivers/net/intel/common/rx_vec_x86.h:168: + _ci_rxq_rearm_desc_sse( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #279: FILE: drivers/net/intel/common/rx_vec_x86.h:172: + reg0 = _ci_rxq_rearm_desc_avx2( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #282: FILE: drivers/net/intel/common/rx_vec_x86.h:175: + reg1 = _ci_rxq_rearm_desc_avx2( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #463: FILE: drivers/net/intel/common/rx_vec_x86.h:261: + reg0 = _ci_rxq_rearm_desc_avx512( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #468: FILE: drivers/net/intel/common/rx_vec_x86.h:266: + reg1 = _ci_rxq_rearm_desc_avx512( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #475: FILE: drivers/net/intel/common/rx_vec_x86.h:273: + reg0 = _ci_rxq_rearm_desc_avx512( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #480: FILE: drivers/net/intel/common/rx_vec_x86.h:278: + reg1 = _ci_rxq_rearm_desc_avx512( total: 0 errors, 0 warnings, 12 checks, 430 lines checked