automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Ying Wang <ying.a.wang@intel.com>
Subject: [dpdk-test-report] |WARNING| pw59304 [PATCH v2 5/5] net/ice: rework switch filter
Date: Tue, 17 Sep 2019 09:29:21 +0200 (CEST)	[thread overview]
Message-ID: <20190917072921.3C3551BFFF@dpdk.org> (raw)
In-Reply-To: <20190916230615.411726-6-ying.a.wang@intel.com>

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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'ipv6_mask->hdr.dst_addr'
#527: FILE: drivers/net/ice/ice_switch_filter.c:480:
+					if (!memcmp(ipv6_mask->hdr.dst_addr,
+						ipv6_addr_mask, RTE_DIM
+						(ipv6_mask->hdr.dst_addr)))

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'ipv6_mask->hdr.src_addr'
#546: FILE: drivers/net/ice/ice_switch_filter.c:499:
+					if (!memcmp(ipv6_mask->hdr.src_addr,
+						ipv6_addr_mask, RTE_DIM
+						(ipv6_mask->hdr.src_addr)))

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (32, 32)
#964: FILE: drivers/net/ice/ice_switch_filter.c:917:
+				if (act_qgrop->queue[i + 1] !=
[...]
+				goto error;

total: 0 errors, 1 warnings, 1157 lines checked

           reply	other threads:[~2019-09-17  7:29 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20190916230615.411726-6-ying.a.wang@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=20190917072921.3C3551BFFF@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=test-report@dpdk.org \
    --cc=ying.a.wang@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).