automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw60823 [PATCH v2 3/3] net/i40e: add flow director support to avx rx path
       [not found] <20191009152006.5768-4-harry.van.haaren@intel.com>
@ 2019-10-09 15:21 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2019-10-09 15:21 UTC (permalink / raw)
  To: test-report; +Cc: Harry van Haaren

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

_coding style issues_


WARNING:TYPO_SPELLING: 'recieve' may be misspelled - perhaps 'receive'?
#18: 
This commit adds FDIR ID support to the AVX2 based recieve

WARNING:TYPO_SPELLING: 'recieve' may be misspelled - perhaps 'receive'?
#41: FILE: drivers/net/i40e/i40e_rxtx_vec_avx2.c:142:
+ * rxdp: recieve descriptor ring, required to load 2nd 16B half of each desc

WARNING:LONG_LINE: line over 90 characters
#197: FILE: drivers/net/i40e/i40e_rxtx_vec_avx2.c:569:
+			rx_pkts[i + 0]->hash.fdir.hi = _mm256_extract_epi32(fdir_mb0_1, 3);

WARNING:LONG_LINE: line over 90 characters
#198: FILE: drivers/net/i40e/i40e_rxtx_vec_avx2.c:570:
+			rx_pkts[i + 1]->hash.fdir.hi = _mm256_extract_epi32(fdir_mb0_1, 7);

WARNING:LONG_LINE: line over 90 characters
#208: FILE: drivers/net/i40e/i40e_rxtx_vec_avx2.c:580:
+			rx_pkts[i + 2]->hash.fdir.hi = _mm256_extract_epi32(fdir_mb2_3, 3);

WARNING:LONG_LINE: line over 90 characters
#209: FILE: drivers/net/i40e/i40e_rxtx_vec_avx2.c:581:
+			rx_pkts[i + 3]->hash.fdir.hi = _mm256_extract_epi32(fdir_mb2_3, 7);

WARNING:LONG_LINE: line over 90 characters
#216: FILE: drivers/net/i40e/i40e_rxtx_vec_avx2.c:588:
+			rx_pkts[i + 4]->hash.fdir.hi = _mm256_extract_epi32(fdir_mb4_5, 3);

WARNING:LONG_LINE: line over 90 characters
#217: FILE: drivers/net/i40e/i40e_rxtx_vec_avx2.c:589:
+			rx_pkts[i + 5]->hash.fdir.hi = _mm256_extract_epi32(fdir_mb4_5, 7);

WARNING:LONG_LINE: line over 90 characters
#224: FILE: drivers/net/i40e/i40e_rxtx_vec_avx2.c:596:
+			rx_pkts[i + 6]->hash.fdir.hi = _mm256_extract_epi32(fdir_mb6_7, 3);

WARNING:LONG_LINE: line over 90 characters
#225: FILE: drivers/net/i40e/i40e_rxtx_vec_avx2.c:597:
+			rx_pkts[i + 7]->hash.fdir.hi = _mm256_extract_epi32(fdir_mb6_7, 7);

total: 0 errors, 10 warnings, 0 checks, 214 lines checked

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-10-09 15:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20191009152006.5768-4-harry.van.haaren@intel.com>
2019-10-09 15:21 ` [dpdk-test-report] |WARNING| pw60823 [PATCH v2 3/3] net/i40e: add flow director support to avx rx path 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).