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 350314887D for ; Wed, 1 Oct 2025 09:57:44 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 29917400EF; Wed, 1 Oct 2025 09:57:44 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 6600A400EF for ; Wed, 1 Oct 2025 09:57:42 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id D64DB124244; Wed, 1 Oct 2025 09:57:40 +0200 (CEST) Subject: |WARNING| pw157168 [PATCH v5 1/2] net/idpf: enable AVX2 for split queue Rx In-Reply-To: <20251001075609.2608021-2-shaiq.wani@intel.com> References: <20251001075609.2608021-2-shaiq.wani@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Shaiq Wani Message-Id: <20251001075740.D64DB124244@dpdk.org> Date: Wed, 1 Oct 2025 09:57:40 +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/157168 _coding style issues_ CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #246: FILE: drivers/net/intel/idpf/idpf_common_rxtx_avx2.c:512: + const __m256i shuf = _mm256_set_epi8( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #256: FILE: drivers/net/intel/idpf/idpf_common_rxtx_avx2.c:522: + const __m256i len_mask = _mm256_set_epi32( WARNING:LONG_LINE: line length of 112 exceeds 100 columns #317: FILE: drivers/net/intel/idpf/idpf_common_rxtx_avx2.c:583: + __m256i rearm0 = _mm256_permute2f128_si256(mbuf_init, _mm256_set_m128i(mb01_hi, mb01_lo), 0x20); WARNING:LONG_LINE: line length of 105 exceeds 100 columns #318: FILE: drivers/net/intel/idpf/idpf_common_rxtx_avx2.c:584: + __m256i rearm1 = _mm256_blend_epi32(mbuf_init, _mm256_set_m128i(mb01_hi, mb01_lo), 0xF0); WARNING:LONG_LINE: line length of 112 exceeds 100 columns #319: FILE: drivers/net/intel/idpf/idpf_common_rxtx_avx2.c:585: + __m256i rearm2 = _mm256_permute2f128_si256(mbuf_init, _mm256_set_m128i(mb23_hi, mb23_lo), 0x20); WARNING:LONG_LINE: line length of 105 exceeds 100 columns #320: FILE: drivers/net/intel/idpf/idpf_common_rxtx_avx2.c:586: + __m256i rearm3 = _mm256_blend_epi32(mbuf_init, _mm256_set_m128i(mb23_hi, mb23_lo), 0xF0); total: 0 errors, 4 warnings, 2 checks, 337 lines checked Warning in drivers/net/intel/idpf/idpf_common_rxtx_avx2.c: Using __builtin helpers, prefer EAL macros