* |WARNING| pw157249 [PATCH v6 1/2] net/idpf: enable AVX2 for split queue Rx
[not found] <20251003094950.2818019-2-shaiq.wani@intel.com>
@ 2025-10-03 9:51 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2025-10-03 9:51 UTC (permalink / raw)
To: test-report; +Cc: Shaiq Wani
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/157249
_coding style issues_
CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#233: 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 '('
#243: 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
#302: FILE: drivers/net/intel/idpf/idpf_common_rxtx_avx2.c:581:
+ __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
#303: FILE: drivers/net/intel/idpf/idpf_common_rxtx_avx2.c:582:
+ __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
#304: FILE: drivers/net/intel/idpf/idpf_common_rxtx_avx2.c:583:
+ __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
#305: FILE: drivers/net/intel/idpf/idpf_common_rxtx_avx2.c:584:
+ __m256i rearm3 = _mm256_blend_epi32(mbuf_init, _mm256_set_m128i(mb23_hi, mb23_lo), 0xF0);
total: 0 errors, 4 warnings, 2 checks, 323 lines checked
Warning in drivers/net/intel/idpf/idpf_common_rxtx_avx2.c:
Using __builtin helpers, prefer EAL macros
^ permalink raw reply [flat|nested] only message in thread