automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Wenzhuo Lu <wenzhuo.lu@intel.com>
Subject: [dpdk-test-report] |WARNING| pw50778 [v2, 6/8] net/ice: support Rx AVX2 vector
Date: Mon,  4 Mar 2019 07:48:29 +0100 (CET)	[thread overview]
Message-ID: <20190304064829.4E0A75B1C@dpdk.org> (raw)
In-Reply-To: <1551682408-107569-7-git-send-email-wenzhuo.lu@intel.com>

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

_coding style issues_


WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#219: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:100:
+		vaddr0_1 = _mm256_inserti128_si256(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#221: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:102:
+		vaddr2_3 = _mm256_inserti128_si256(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#286: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:167:
+	const __m256i crc_adjust = _mm256_set_epi16(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#309: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:190:
+	const __m256i shuf_msk = _mm256_set_epi8(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#348: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:229:
+	const __m256i flags_mask = _mm256_set1_epi32(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#355: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:236:
+	const __m256i vlan_flags_shuf = _mm256_set_epi32(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#363: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:244:
+	const __m256i rss_flags_shuf = _mm256_set_epi8(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#400: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:281:
+	const __m256i cksum_mask = _mm256_set1_epi32(

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (16, 16)
#433: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:314:
+		} else
[...]
+		do {

CHECK:BRACES: Unbalanced braces around else statement
#433: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:314:
+		} else

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#632: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:513:
+		const __m256i odd_flags = _mm256_castsi128_si256(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#661: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:542:
+			const __m128i eop_mask = _mm_set1_epi16(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#685: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:566:
+			__m128i eop_shuffle = _mm_set_epi8(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#703: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:584:
+		uint64_t burst = __builtin_popcountll(_mm_cvtsi128_si64(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#705: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:586:
+		burst += __builtin_popcountll(_mm_cvtsi128_si64(

total: 0 errors, 2 warnings, 14 checks, 704 lines checked

           reply	other threads:[~2019-03-04  6:48 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <1551682408-107569-7-git-send-email-wenzhuo.lu@intel.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=20190304064829.4E0A75B1C@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=test-report@dpdk.org \
    --cc=wenzhuo.lu@intel.com \
    /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).