|WARNING| pw154228 [PATCH v6 31/33] net/intel: support wider x86 vectors for Rx rearm

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Jun 9 17:42:06 CEST 2025


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/154228

_coding style issues_


CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#170: 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 '('
#172: 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 '('
#265: FILE: drivers/net/intel/common/rx_vec_x86.h:164:
+			reg0 = _mm256_castsi128_si256(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#266: 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 '('
#268: FILE: drivers/net/intel/common/rx_vec_x86.h:167:
+			reg1 = _mm256_castsi128_si256(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#269: 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 '('
#273: 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 '('
#276: 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 '('
#457: 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 '('
#462: 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 '('
#469: 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 '('
#474: 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


More information about the test-report mailing list