automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw51212 [PATCH v3 3/8] net/ice: support vector SSE in RX
       [not found] <1552630975-62900-4-git-send-email-wenzhuo.lu@intel.com>
@ 2019-03-15  6:18 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2019-03-15  6:18 UTC (permalink / raw)
  To: test-report; +Cc: Wenzhuo Lu

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

_coding style issues_


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

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#252: FILE: drivers/net/ice/ice_rxtx_vec_common.h:17:
+	unsigned pkt_idx, buf_idx;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#312: FILE: drivers/net/ice/ice_rxtx_vec_common.h:77:
+	const unsigned mask = rxq->nb_rx_desc - 1;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#313: FILE: drivers/net/ice/ice_rxtx_vec_common.h:78:
+	unsigned i;

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#493: FILE: drivers/net/ice/ice_rxtx_vec_sse.c:97:
+	const __m128i rss_vlan_msk = _mm_set_epi32(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#496: FILE: drivers/net/ice/ice_rxtx_vec_sse.c:100:
+	const __m128i cksum_mask = _mm_set_epi32(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#615: FILE: drivers/net/ice/ice_rxtx_vec_sse.c:219:
+	__m128i crc_adjust = _mm_set_epi16(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#666: FILE: drivers/net/ice/ice_rxtx_vec_sse.c:270:
+	shuf_msk = _mm_set_epi8(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#804: FILE: drivers/net/ice/ice_rxtx_vec_sse.c:408:
+			__m128i eop_shuf_mask = _mm_set_epi8(

total: 0 errors, 4 warnings, 5 checks, 807 lines checked

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

only message in thread, other threads:[~2019-03-15  6:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1552630975-62900-4-git-send-email-wenzhuo.lu@intel.com>
2019-03-15  6:18 ` [dpdk-test-report] |WARNING| pw51212 [PATCH v3 3/8] net/ice: support vector SSE in RX 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).