From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Bruce Richardson <bruce.richardson@intel.com>
Subject: [dpdk-test-report] |WARNING| pw31605 [PATCH 2/2] net/i40e: add AVX2 Rx function
Date: Mon, 27 Nov 2017 12:24:23 +0100 (CET) [thread overview]
Message-ID: <20171127112423.E7F7B3195@dpdk.org> (raw)
In-Reply-To: <20171123165314.168786-3-bruce.richardson@intel.com>
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/31605
_coding style issues_
WARNING:LONG_LINE: line over 90 characters
#332: FILE: drivers/net/i40e/i40e_rxtx_vec_avx2.c:293:
+ (PKT_RX_EIP_CKSUM_BAD | PKT_RX_L4_CKSUM_BAD | PKT_RX_IP_CKSUM_BAD) >> 1,
WARNING:LONG_LINE: line over 90 characters
#333: FILE: drivers/net/i40e/i40e_rxtx_vec_avx2.c:294:
+ (PKT_RX_IP_CKSUM_GOOD | PKT_RX_EIP_CKSUM_BAD | PKT_RX_L4_CKSUM_BAD) >> 1,
WARNING:LONG_LINE: line over 90 characters
#342: FILE: drivers/net/i40e/i40e_rxtx_vec_avx2.c:303:
+ (PKT_RX_EIP_CKSUM_BAD | PKT_RX_L4_CKSUM_BAD | PKT_RX_IP_CKSUM_BAD) >> 1,
WARNING:LONG_LINE: line over 90 characters
#343: FILE: drivers/net/i40e/i40e_rxtx_vec_avx2.c:304:
+ (PKT_RX_IP_CKSUM_GOOD | PKT_RX_EIP_CKSUM_BAD | PKT_RX_L4_CKSUM_BAD) >> 1,
WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (16, 16)
#382: FILE: drivers/net/i40e/i40e_rxtx_vec_avx2.c:343:
+ } else
[...]
+ do {
CHECK:BRACES: Unbalanced braces around else statement
#382: FILE: drivers/net/i40e/i40e_rxtx_vec_avx2.c:343:
+ } else
WARNING:LONG_LINE: line over 90 characters
#523: FILE: drivers/net/i40e/i40e_rxtx_vec_avx2.c:484:
+ rearm6 = _mm256_blend_epi32(mbuf_init, _mm256_slli_si256(mbuf_flags, 8), 0x04);
WARNING:LONG_LINE: line over 90 characters
#524: FILE: drivers/net/i40e/i40e_rxtx_vec_avx2.c:485:
+ rearm4 = _mm256_blend_epi32(mbuf_init, _mm256_slli_si256(mbuf_flags, 4), 0x04);
WARNING:LONG_LINE: line over 90 characters
#526: FILE: drivers/net/i40e/i40e_rxtx_vec_avx2.c:487:
+ rearm0 = _mm256_blend_epi32(mbuf_init, _mm256_srli_si256(mbuf_flags, 4), 0x04);
WARNING:LONG_LINE: line over 90 characters
#541: FILE: drivers/net/i40e/i40e_rxtx_vec_avx2.c:502:
+ rearm7 = _mm256_blend_epi32(mbuf_init, _mm256_slli_si256(odd_flags, 8), 0x04);
WARNING:LONG_LINE: line over 90 characters
#542: FILE: drivers/net/i40e/i40e_rxtx_vec_avx2.c:503:
+ rearm5 = _mm256_blend_epi32(mbuf_init, _mm256_slli_si256(odd_flags, 4), 0x04);
WARNING:LONG_LINE: line over 90 characters
#544: FILE: drivers/net/i40e/i40e_rxtx_vec_avx2.c:505:
+ rearm1 = _mm256_blend_epi32(mbuf_init, _mm256_srli_si256(odd_flags, 4), 0x04);
total: 0 errors, 11 warnings, 1 checks, 650 lines checked
parent reply other threads:[~2017-11-27 11:24 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20171123165314.168786-3-bruce.richardson@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=20171127112423.E7F7B3195@dpdk.org \
--to=checkpatch@dpdk.org \
--cc=bruce.richardson@intel.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).