automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw29434 [PATCH v5 2/5] net/softnic: add traffic management support
       [not found] <20170929140444.83959-3-jasvinder.singh@intel.com>
@ 2017-09-29 13:53 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-09-29 13:53 UTC (permalink / raw)
  To: test-report; +Cc: Jasvinder Singh

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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'params->soft.tm.enq_bsz == 0'
#665: 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'
#665: 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'
#665: 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-09-29 13:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20170929140444.83959-3-jasvinder.singh@intel.com>
2017-09-29 13:53 ` [dpdk-test-report] |WARNING| pw29434 [PATCH v5 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).