automatic DPDK test reports
 help / color / mirror / Atom feed
From: dpdklab@iol.unh.edu
To: test-report@dpdk.org
Cc: dpdk-test-reports@iol.unh.edu
Subject: |WARNING| pw112537 [PATCH] [v3] sched: enable CMAN at runtime
Date: Wed,  8 Jun 2022 08:58:45 -0400 (EDT)	[thread overview]
Message-ID: <20220608125845.EF8876D4CE@noxus.dpdklab.iol.unh.edu> (raw)

[-- Attachment #1: Type: text/plain, Size: 3089 bytes --]

Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/112537

_apply patch failure_

Submitter: Marcin Danilewicz <marcinx.danilewicz@intel.com>
Date: Wednesday, June 08 2022 09:42:20 
Applied on: CommitID:b38db1bfb930fa27cfbc36db227b56c1c1613164
Apply patch set 112537 failed:

Checking patch config/rte_config.h...
Checking patch drivers/net/softnic/rte_eth_softnic_tm.c...
Checking patch examples/ip_pipeline/tmgr.c...
Checking patch examples/qos_sched/cfg_file.c...
Checking patch examples/qos_sched/cfg_file.h...
Checking patch examples/qos_sched/init.c...
Checking patch examples/qos_sched/main.h...
Checking patch examples/qos_sched/profile.cfg...
Checking patch examples/qos_sched/profile_pie.cfg...
Checking patch examples/qos_sched/profile_red.cfg...
Checking patch lib/sched/rte_sched.c...
Hunk #4 succeeded at 1080 (offset 3 lines).
error: while searching for:

	return -EINVAL;
}
#endif

int
rte_sched_subport_config(struct rte_sched_port *port,

error: patch failed: lib/sched/rte_sched.c:1163
error: while searching for:
		s->n_pipe_profiles = params->n_pipe_profiles;
		s->n_max_pipe_profiles = params->n_max_pipe_profiles;

#ifdef RTE_SCHED_CMAN
		if (params->cman_params != NULL) {
			s->cman_enabled = true;
			status = rte_sched_cman_config(port, s, params, n_subports);

error: patch failed: lib/sched/rte_sched.c:1254
Hunk #7 succeeded at 1292 (offset 33 lines).
Hunk #8 succeeded at 1817 (offset 33 lines).
Hunk #9 succeeded at 1843 (offset 33 lines).
Hunk #10 succeeded at 1898 (offset 33 lines).
Hunk #11 succeeded at 1921 (offset 33 lines).
Applied patch config/rte_config.h cleanly.
Applied patch drivers/net/softnic/rte_eth_softnic_tm.c cleanly.
Applied patch examples/ip_pipeline/tmgr.c cleanly.
Applied patch examples/qos_sched/cfg_file.c cleanly.
Applied patch examples/qos_sched/cfg_file.h cleanly.
Applied patch examples/qos_sched/init.c cleanly.
Applied patch examples/qos_sched/main.h cleanly.
Applied patch examples/qos_sched/profile.cfg cleanly.
Applied patch examples/qos_sched/profile_pie.cfg cleanly.
Applied patch examples/qos_sched/profile_red.cfg cleanly.
Applying patch lib/sched/rte_sched.c with 2 rejects...
Hunk #1 applied cleanly.
Hunk #2 applied cleanly.
Hunk #3 applied cleanly.
Hunk #4 applied cleanly.
Rejected hunk #5.
Rejected hunk #6.
Hunk #7 applied cleanly.
Hunk #8 applied cleanly.
Hunk #9 applied cleanly.
Hunk #10 applied cleanly.
Hunk #11 applied cleanly.
diff a/lib/sched/rte_sched.c b/lib/sched/rte_sched.c	(rejected hunks)
@@ -1163,7 +1158,6 @@ rte_sched_cman_config(struct rte_sched_port *port,
 
 	return -EINVAL;
 }
-#endif
 
 int
 rte_sched_subport_config(struct rte_sched_port *port,
@@ -1254,7 +1248,6 @@ rte_sched_subport_config(struct rte_sched_port *port,
 		s->n_pipe_profiles = params->n_pipe_profiles;
 		s->n_max_pipe_profiles = params->n_max_pipe_profiles;
 
-#ifdef RTE_SCHED_CMAN
 		if (params->cman_params != NULL) {
 			s->cman_enabled = true;
 			status = rte_sched_cman_config(port, s, params, n_subports);

https://lab.dpdk.org/results/dashboard/patchsets/22499/

UNH-IOL DPDK Community Lab

                 reply	other threads:[~2022-06-08 12:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220608125845.EF8876D4CE@noxus.dpdklab.iol.unh.edu \
    --to=dpdklab@iol.unh.edu \
    --cc=dpdk-test-reports@iol.unh.edu \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).