|WARNING| pw154400 [PATCH v7 31/33] net/intel: support wider x86 vectors for Rx rearm
checkpatch at dpdk.org
checkpatch at dpdk.org
Thu Jun 12 13:18:00 CEST 2025
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/154400
_coding style issues_
CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#176: 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 '('
#178: 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 '('
#271: FILE: drivers/net/intel/common/rx_vec_x86.h:164:
+ reg0 = _mm256_castsi128_si256(
CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#272: 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 '('
#274: FILE: drivers/net/intel/common/rx_vec_x86.h:167:
+ reg1 = _mm256_castsi128_si256(
CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#275: 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 '('
#279: 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 '('
#282: 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 '('
#463: 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 '('
#468: 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 '('
#475: 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 '('
#480: 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