automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw119255 [PATCH v5 3/3] sched: support for 100G+ rates in subport/pipe config
       [not found] <20221028080946.676201-3-megha.ajmera@intel.com>
@ 2022-10-28  8:14 ` checkpatch
  2022-10-28  9:18 ` |SUCCESS| " 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2022-10-28  8:14 UTC (permalink / raw)
  To: test-report; +Cc: Megha Ajmera

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

_coding style issues_


ERROR:SPACING: space required before the open parenthesis '('
#91: FILE: examples/qos_sched/cfg_file.c:31:
+	if(!entry || !val)

WARNING:BRACES: braces {} are not necessary for single statement blocks
#97: FILE: examples/qos_sched/cfg_file.c:37:
+	if (errno == EINVAL || errno == ERANGE || *endptr != '') {
+		return -EINVAL;
+	}

WARNING:BRACES: braces {} are not necessary for single statement blocks
#248: FILE: examples/qos_sched/cfg_file.c:199:
+		if (ret) {
+			return ret;
+		}

WARNING:BRACES: braces {} are not necessary for single statement blocks
#384: FILE: examples/qos_sched/init.c:289:
+	if (cfg_load_port(file, &port_params)) {
+		rte_exit(EXIT_FAILURE, "Invalid port configuration
");
+	}

WARNING:BRACES: braces {} are not necessary for single statement blocks
#387: FILE: examples/qos_sched/init.c:292:
+	if (cfg_load_subport(file, subport_params)) {
+		rte_exit (EXIT_FAILURE, "Invalid subport configuration
");
+	}

WARNING:SPACING: space prohibited between function name and open parenthesis '('
#388: FILE: examples/qos_sched/init.c:293:
+		rte_exit (EXIT_FAILURE, "Invalid subport configuration
");

WARNING:BRACES: braces {} are not necessary for single statement blocks
#390: FILE: examples/qos_sched/init.c:295:
+	if (cfg_load_subport_profile(file, subport_profile)) {
+		rte_exit(EXIT_FAILURE, "Invalid subport profile configuration
");
+	}

WARNING:BRACES: braces {} are not necessary for single statement blocks
#393: FILE: examples/qos_sched/init.c:298:
+	if (cfg_load_pipe(file, pipe_profiles)) {
+		rte_exit(EXIT_FAILURE, "Invalid pipe profile configuration
");
+	}

total: 1 errors, 7 warnings, 300 lines checked

^ permalink raw reply	[flat|nested] 2+ messages in thread

* |SUCCESS| pw119255 [PATCH v5 3/3] sched: support for 100G+ rates in subport/pipe config
       [not found] <20221028080946.676201-3-megha.ajmera@intel.com>
  2022-10-28  8:14 ` |WARNING| pw119255 [PATCH v5 3/3] sched: support for 100G+ rates in subport/pipe config checkpatch
@ 2022-10-28  9:18 ` 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2022-10-28  9:18 UTC (permalink / raw)
  To: test-report; +Cc: robot

From: robot@bytheb.org

Test-Label: github-robot: build
Test-Status: SUCCESS
http://patchwork.dpdk.org/patch/119255/

_github build: passed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/3343937291

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-28  9:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20221028080946.676201-3-megha.ajmera@intel.com>
2022-10-28  8:14 ` |WARNING| pw119255 [PATCH v5 3/3] sched: support for 100G+ rates in subport/pipe config checkpatch
2022-10-28  9:18 ` |SUCCESS| " 0-day Robot

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).