From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: David Marchand <david.marchand@redhat.com>
Subject: |WARNING| pw130766 [PATCH 1/2] use abstracted bit count functions
Date: Fri, 25 Aug 2023 12:19:47 +0200 (CEST) [thread overview]
Message-ID: <20230825101947.327FE120F65@dpdk.org> (raw)
In-Reply-To: <20230825101812.2396339-1-david.marchand@redhat.com>
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
parent reply other threads:[~2023-08-25 10:19 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20230825101812.2396339-1-david.marchand@redhat.com>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230825101947.327FE120F65@dpdk.org \
--to=checkpatch@dpdk.org \
--cc=david.marchand@redhat.com \
--cc=test-report@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).