* [dpdk-test-report] |WARNING| pw29828 [PATCH v6 2/5] net/softnic: add traffic management support
[not found] <20171006170003.77311-3-jasvinder.singh@intel.com>
@ 2017-10-06 16:47 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-10-06 16:47 UTC (permalink / raw)
To: test-report; +Cc: Jasvinder Singh
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/29828
_coding style issues_
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'params->soft.tm.enq_bsz == 0'
#668: FILE: drivers/net/softnic/rte_eth_softnic_tm.c:81:
+ if ((params->soft.tm.enq_bsz == 0) ||
+ (params->soft.tm.deq_bsz == 0) ||
+ (params->soft.tm.deq_bsz >= params->soft.tm.enq_bsz))
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'params->soft.tm.deq_bsz == 0'
#668: FILE: drivers/net/softnic/rte_eth_softnic_tm.c:81:
+ if ((params->soft.tm.enq_bsz == 0) ||
+ (params->soft.tm.deq_bsz == 0) ||
+ (params->soft.tm.deq_bsz >= params->soft.tm.enq_bsz))
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'params->soft.tm.deq_bsz >= params->soft.tm.enq_bsz'
#668: FILE: drivers/net/softnic/rte_eth_softnic_tm.c:81:
+ if ((params->soft.tm.enq_bsz == 0) ||
+ (params->soft.tm.deq_bsz == 0) ||
+ (params->soft.tm.deq_bsz >= params->soft.tm.enq_bsz))
total: 0 errors, 0 warnings, 3 checks, 690 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-10-06 16:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20171006170003.77311-3-jasvinder.singh@intel.com>
2017-10-06 16:47 ` [dpdk-test-report] |WARNING| pw29828 [PATCH v6 2/5] net/softnic: add traffic management support 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).