[dpdk-test-report] |WARNING| pw50775 [v2, 3/8] net/ice: support vector SSE in RX

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Mar 4 07:48:24 CET 2019


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

_coding style issues_


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

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#248: 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'
#308: 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'
#309: FILE: drivers/net/ice/ice_rxtx_vec_common.h:78:
+	unsigned i;

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#489: 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 '('
#492: 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 '('
#611: 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 '('
#662: 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 '('
#800: FILE: drivers/net/ice/ice_rxtx_vec_sse.c:408:
+			__m128i eop_shuf_mask = _mm_set_epi8(

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


More information about the test-report mailing list