|WARNING| pw130766 [PATCH 1/2] use abstracted bit count functions
checkpatch at dpdk.org
checkpatch at dpdk.org
Fri Aug 25 12:19:47 CEST 2023
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/130766
_coding style issues_
CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#839: FILE: drivers/net/i40e/i40e_rxtx_vec_avx2.c:608:
+ uint64_t burst = rte_popcount64(_mm_cvtsi128_si64(
CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#842: FILE: drivers/net/i40e/i40e_rxtx_vec_avx2.c:610:
+ burst += rte_popcount64(_mm_cvtsi128_si64(
WARNING:LONG_LINE: line length of 106 exceeds 100 columns
#2536: FILE: lib/table/rte_table_hash_key32.c:939:
+ RTE_TABLE_HASH_KEY32_STATS_PKTS_LOOKUP_MISS(f, n_pkts_in - rte_popcount64(pkts_mask_out));
WARNING:LONG_LINE: line length of 105 exceeds 100 columns
#2647: FILE: lib/table/rte_table_hash_key8.c:874:
+ RTE_TABLE_HASH_KEY8_STATS_PKTS_LOOKUP_MISS(f, n_pkts_in - rte_popcount64(pkts_mask_out));
total: 0 errors, 2 warnings, 1997 lines checked
More information about the test-report
mailing list