|WARNING| pw154126 [PATCH v5 32/34] net/intel: support wider x86 vectors for Rx rearm

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Jun 6 19:17:23 CEST 2025


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


More information about the test-report mailing list