From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Simei Su <simei.su@intel.com>
Subject: [dpdk-test-report] |WARNING| pw60346 [PATCH v8 2/3] ethdev: extend RSS offload types
Date: Tue, 1 Oct 2019 16:37:32 +0200 (CEST) [thread overview]
Message-ID: <20191001143732.885E74CA6@dpdk.org> (raw)
In-Reply-To: <1569940564-311988-3-git-send-email-simei.su@intel.com>
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/60346
_coding style issues_
WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 24)
#40: FILE: lib/librte_ethdev/rte_ethdev.c:1273:
+ if (dev_conf->rx_adv_conf.rss_conf.rss_hf & ETH_RSS_L3_SRC_ONLY &&
[...]
+ dev->data->dev_conf.rx_adv_conf.rss_conf.rss_hf &=
WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 24)
#45: FILE: lib/librte_ethdev/rte_ethdev.c:1278:
+ if (dev_conf->rx_adv_conf.rss_conf.rss_hf & ETH_RSS_L4_SRC_ONLY &&
[...]
+ dev->data->dev_conf.rx_adv_conf.rss_conf.rss_hf &=
WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 24)
#58: FILE: lib/librte_ethdev/rte_ethdev.c:3127:
+ if (rss_conf->rss_hf & ETH_RSS_L3_SRC_ONLY &&
[...]
+ rss_conf->rss_hf &=
WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 24)
#63: FILE: lib/librte_ethdev/rte_ethdev.c:3132:
+ if (rss_conf->rss_hf & ETH_RSS_L4_SRC_ONLY &&
[...]
+ rss_conf->rss_hf &=
total: 0 errors, 4 warnings, 54 lines checked
parent reply other threads:[~2019-10-01 14:37 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <1569940564-311988-3-git-send-email-simei.su@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=20191001143732.885E74CA6@dpdk.org \
--to=checkpatch@dpdk.org \
--cc=simei.su@intel.com \
--cc=test-report@dpdk.org \
/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).