* [dpdk-test-report] |WARNING| pw60346 [PATCH v8 2/3] ethdev: extend RSS offload types
[not found] <1569940564-311988-3-git-send-email-simei.su@intel.com>
@ 2019-10-01 14:37 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2019-10-01 14:37 UTC (permalink / raw)
To: test-report; +Cc: Simei Su
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-10-01 14:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <1569940564-311988-3-git-send-email-simei.su@intel.com>
2019-10-01 14:37 ` [dpdk-test-report] |WARNING| pw60346 [PATCH v8 2/3] ethdev: extend RSS offload types checkpatch
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).