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| pw50632 [6/8] net/ice: support RX AVX2 vector
Date: Thu, 28 Feb 2019 08:44:24 +0100 (CET)	[thread overview]
Message-ID: <20190228074424.7AEEB8E76@dpdk.org> (raw)
In-Reply-To: <1551340136-83843-7-git-send-email-wenzhuo.lu@intel.com>

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

_coding style issues_


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

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

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

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

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

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

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

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

WARNING:LONG_LINE: line over 90 characters
#375: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:256:
+			(PKT_RX_EIP_CKSUM_BAD | PKT_RX_L4_CKSUM_BAD | PKT_RX_IP_CKSUM_BAD) >> 1,

WARNING:LONG_LINE: line over 90 characters
#376: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:257:
+			(PKT_RX_IP_CKSUM_GOOD | PKT_RX_EIP_CKSUM_BAD | PKT_RX_L4_CKSUM_BAD) >> 1,

WARNING:LONG_LINE: line over 90 characters
#385: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:266:
+			(PKT_RX_EIP_CKSUM_BAD | PKT_RX_L4_CKSUM_BAD | PKT_RX_IP_CKSUM_BAD) >> 1,

WARNING:LONG_LINE: line over 90 characters
#386: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:267:
+			(PKT_RX_IP_CKSUM_GOOD | PKT_RX_EIP_CKSUM_BAD | PKT_RX_L4_CKSUM_BAD) >> 1,

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

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

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

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#444: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:325:
+			raw_desc6_7 = _mm256_inserti128_si256(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#446: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:327:
+			raw_desc4_5 = _mm256_inserti128_si256(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#448: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:329:
+			raw_desc2_3 = _mm256_inserti128_si256(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#450: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:331:
+			raw_desc0_1 = _mm256_inserti128_si256(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#528: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:409:
+		const __m256i flag_bits = _mm256_and_si256(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#531: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:412:
+		const __m256i vlan_flags = _mm256_shuffle_epi8(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#533: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:414:
+		const __m256i rss_flags = _mm256_shuffle_epi8(

WARNING:LONG_LINE: line over 90 characters
#566: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:447:
+		rearm6 = _mm256_blend_epi32(mbuf_init, _mm256_slli_si256(mbuf_flags, 8), 0x04);

WARNING:LONG_LINE: line over 90 characters
#567: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:448:
+		rearm4 = _mm256_blend_epi32(mbuf_init, _mm256_slli_si256(mbuf_flags, 4), 0x04);

WARNING:LONG_LINE: line over 90 characters
#569: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:450:
+		rearm0 = _mm256_blend_epi32(mbuf_init, _mm256_srli_si256(mbuf_flags, 4), 0x04);

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

WARNING:LONG_LINE: line over 90 characters
#584: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:465:
+		rearm7 = _mm256_blend_epi32(mbuf_init, _mm256_slli_si256(odd_flags, 8), 0x04);

WARNING:LONG_LINE: line over 90 characters
#585: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:466:
+		rearm5 = _mm256_blend_epi32(mbuf_init, _mm256_slli_si256(odd_flags, 4), 0x04);

WARNING:LONG_LINE: line over 90 characters
#587: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:468:
+		rearm1 = _mm256_blend_epi32(mbuf_init, _mm256_srli_si256(odd_flags, 4), 0x04);

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

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#606: FILE: drivers/net/ice/ice_rxtx_vec_avx2.c:487:
+			const __m128i eop_bits = _mm_packus_epi32(

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

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

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

total: 0 errors, 12 warnings, 22 checks, 639 lines checked

           reply	other threads:[~2019-02-28  7:44 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <1551340136-83843-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=20190228074424.7AEEB8E76@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).