automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Wenzhuo Lu <wenzhuo.lu@intel.com>
Subject: [dpdk-test-report] |WARNING| pw50630 [3/8] net/ice: support RX SSE vector
Date: Thu, 28 Feb 2019 08:44:21 +0100 (CET)	[thread overview]
Message-ID: <20190228074421.6E2098E76@dpdk.org> (raw)
In-Reply-To: <1551340136-83843-4-git-send-email-wenzhuo.lu@intel.com>

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

_coding style issues_


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

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

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#494: 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 '('
#497: 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 '('
#616: 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 '('
#667: 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 '('
#805: FILE: drivers/net/ice/ice_rxtx_vec_sse.c:408:
+			__m128i eop_shuf_mask = _mm_set_epi8(

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

           reply	other threads:[~2019-02-28  7:44 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <1551340136-83843-4-git-send-email-wenzhuo.lu@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=20190228074421.6E2098E76@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=test-report@dpdk.org \
    --cc=wenzhuo.lu@intel.com \
    /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).