automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw36275 [PATCH] examples/l3fwd: adding event queue support
       [not found] <20180319134520.28155-1-sunil.kori@nxp.com>
@ 2018-03-19 14:57 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2018-03-19 14:57 UTC (permalink / raw)
  To: test-report; +Cc: Sunil Kumar Kori

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

_coding style issues_


ERROR:ASSIGN_IN_IF: do not use assignment in if condition
#340: FILE: examples/l3fwd/l3fwd_eventdev.c:91:
+		if ((p0 = strchr(p, ')')) == NULL)

ERROR:ASSIGN_IN_IF: do not use assignment in if condition
#402: FILE: examples/l3fwd/l3fwd_eventdev.c:153:
+		if ((p0 = strchr(p, ')')) == NULL)

ERROR:ASSIGN_IN_IF: do not use assignment in if condition
#469: FILE: examples/l3fwd/l3fwd_eventdev.c:220:
+		if ((p0 = strchr(p, ')')) == NULL)

WARNING:LONG_LINE: line over 90 characters
#612: FILE: examples/l3fwd/l3fwd_eventdev.c:363:
+					rx_adapter_config.config[i].connections[j].eventdev_id,

WARNING:LONG_LINE: line over 90 characters
#645: FILE: examples/l3fwd/l3fwd_eventdev.c:396:
+				rx_adapter_config.config[i].connections[j].ethdev_rx_qid_mode;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#677: FILE: examples/l3fwd/l3fwd_eventdev.c:428:
+	unsigned nb_ports;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#679: FILE: examples/l3fwd/l3fwd_eventdev.c:430:
+	unsigned lcore_id;

WARNING:LONG_LINE: line over 90 characters
#695: FILE: examples/l3fwd/l3fwd_eventdev.c:446:
+			queueid = rx_adapter_config.config[i].connections[j].ethdev_rx_qid;

WARNING:BRACES: braces {} are not necessary for single statement blocks
#731: FILE: examples/l3fwd/l3fwd_eventdev.c:482:
+		if ((enabled_port_mask & (1 << portid)) == 0) {
+			continue;
+		}

WARNING:SPACE_BEFORE_TAB: please, no space before tabs
#1105: FILE: examples/l3fwd/main.c:311:
+^I^I"  ^I^I^I1: Dequeue packet via eventdev
"$

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (16, 32)
#1334: FILE: examples/l3fwd/main.c:837:
+		if (opt == CMD_LINE_OPT_DEQUEUE_MODE_NUM)  {
+				dq_mode = strtoul(optarg, &end, 10);

total: 3 errors, 8 warnings, 1362 lines checked

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-03-19 14:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20180319134520.28155-1-sunil.kori@nxp.com>
2018-03-19 14:57 ` [dpdk-test-report] |WARNING| pw36275 [PATCH] examples/l3fwd: adding event queue 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).