* [dpdk-test-report] |WARNING| pw31605 [PATCH 2/2] net/i40e: add AVX2 Rx function
[not found] <20171123165314.168786-3-bruce.richardson@intel.com>
@ 2017-11-27 11:24 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-11-27 11:24 UTC (permalink / raw)
To: test-report; +Cc: Bruce Richardson
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-11-27 11:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20171123165314.168786-3-bruce.richardson@intel.com>
2017-11-27 11:24 ` [dpdk-test-report] |WARNING| pw31605 [PATCH 2/2] net/i40e: add AVX2 Rx function 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).