automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw157168 [PATCH v5 1/2] net/idpf: enable AVX2 for split queue Rx
       [not found] <20251001075609.2608021-2-shaiq.wani@intel.com>
@ 2025-10-01  7:57 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2025-10-01  7:57 UTC (permalink / raw)
  To: test-report; +Cc: Shaiq Wani

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-10-01  7:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20251001075609.2608021-2-shaiq.wani@intel.com>
2025-10-01  7:57 ` |WARNING| pw157168 [PATCH v5 1/2] net/idpf: enable AVX2 for split queue Rx checkpatch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).