From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Simei Su <simei.su@intel.com>
Subject: [dpdk-test-report] |WARNING| pw60512 [PATCH v10 2/3] ethdev: extend RSS offload types
Date: Fri, 4 Oct 2019 06:47:01 +0200 (CEST) [thread overview]
Message-ID: <20191004044701.F2EB71C1BD@dpdk.org> (raw)
In-Reply-To: <1570164362-64775-3-git-send-email-simei.su@intel.com>
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/60512
_coding style issues_
WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (16, 32)
#45: FILE: lib/librte_ethdev/rte_ethdev.c:1124:
+ if ((value & ETH_RSS_L3_SRC_ONLY) &&
[...]
+ flag = 1;
WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (16, 32)
#51: FILE: lib/librte_ethdev/rte_ethdev.c:1130:
+ if ((value & ETH_RSS_L4_SRC_ONLY) &&
[...]
+ flag = 1;
WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 24)
#75: FILE: lib/librte_ethdev/rte_ethdev.c:1294:
+ if (strip_out_src_dst_only(
[...]
+ dev->data->dev_conf.rx_adv_conf.rss_conf.rss_hf &=
WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 24)
#80: FILE: lib/librte_ethdev/rte_ethdev.c:1299:
+ if (strip_out_src_dst_only(
[...]
+ dev->data->dev_conf.rx_adv_conf.rss_conf.rss_hf &=
total: 0 errors, 4 warnings, 92 lines checked
parent reply other threads:[~2019-10-04 4:47 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <1570164362-64775-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=20191004044701.F2EB71C1BD@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).