* |WARNING| pw130766 [PATCH 1/2] use abstracted bit count functions
[not found] <20230825101812.2396339-1-david.marchand@redhat.com>
@ 2023-08-25 10:19 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2023-08-25 10:19 UTC (permalink / raw)
To: test-report; +Cc: David Marchand
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-08-25 10:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20230825101812.2396339-1-david.marchand@redhat.com>
2023-08-25 10:19 ` |WARNING| pw130766 [PATCH 1/2] use abstracted bit count functions 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).