automatic DPDK test reports
 help / color / mirror / Atom feed
From: sys_stv@intel.com
To: test-report@dpdk.org
Subject: [dpdk-test-report]  |FAILURE| pw61932[v6, 14/15] examples/qos_sched: add subport configuration flexibility
Date: 25 Oct 2019 15:15:57 -0700	[thread overview]
Message-ID: <ee68f5$8d9ni8@orsmga001.jf.intel.com> (raw)

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

Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/61932

_apply issues_

Submitter: Singh, Jasvinder <jasvinder.singh@intel.com>
Date: 2019-10-24 18:46:29
Reply_mail: 20191024184630.66881-15-jasvinder.singh@intel.com
DPDK git baseline:
	Repo:dpdk-next-net, CommitID: ce8f9750ca1db2411ec0262f7314c6cb45e933f2
	Repo:dpdk, CommitID: b50bcefdcc087e3b945c05ddbe8f0dff399ff405

*Repo: dpdk-next-net
*color = pdata[COLOR_OFFSET] & 0x03; /* Destination IP */

	return 0;
}

error: patch failed: examples/qos_sched/app_thread.c:35
error: examples/qos_sched/app_thread.c: patch does not apply
Checking patch examples/qos_sched/cfg_file.c...
error: while searching for:
cfg_load_port(struct rte_cfgfile *cfg, struct rte_sched_port_params *port_params)
{
--

	entry = rte_cfgfile_get_entry(cfg, "port", "frame overhead");
	if (entry)
		port_params->frame_overhead = (uint32_t)atoi(entry);

error: patch failed: examples/qos_sched/cfg_file.c:24
error: examples/qos_sched/cfg_file.c: patch does not apply
Checking patch examples/qos_sched/init.c...
error: while searching for:
	return 0;
}
--

static struct rte_sched_pipe_params pipe_profiles[MAX_SCHED_PIPE_PROFILES] = {
	{ /* Profile #0 */
		.tb_rate = 305175,

error: patch failed: examples/qos_sched/init.c:180
error: examples/qos_sched/init.c: patch does not apply
Checking patch examples/qos_sched/main.h...
error: while searching for:
uint32_t n_active_queues;

extern struct rte_sched_port_params port_params;

int app_parse_args(int argc, char **argv);
int app_init(void);

error: patch failed: examples/qos_sched/main.h:152
error: examples/qos_sched/main.h: patch does not apply
Checking patch examples/qos_sched/profile.cfg...
error: while searching for:
[port]
frame overhead = 24
--
[subport 0]
tb rate = 1250000000           ; Bytes per second
tb size = 1000000              ; Bytes


error: patch failed: examples/qos_sched/profile.cfg:20
error: examples/qos_sched/profile.cfg: patch does not apply
Checking patch examples/qos_sched/profile_ov.cfg...
error: while searching for:
[port]
frame overhead = 24
--
[subport 0]
tb rate = 8400000           ; Bytes per second
tb size = 100000            ; Bytes


error: patch failed: examples/qos_sched/profile_ov.cfg:5
error: examples/qos_sched/profile_ov.cfg: patch does not apply
Checking patch examples/qos_sched/stats.c...
error: while searching for:

	if (i == nb_pfc ||
--
		pipe_id >= port_params.n_pipes_per_subport  ||
		tc >= RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE ||
		q >= RTE_SCHED_BE_QUEUES_PER_PIPE ||
		(tc < RTE_SCHED_TRAFFIC_CLASS_BE && q > 0))

error: patch failed: examples/qos_sched/stats.c:24
error: examples/qos_sched/stats.c: patch does not apply
*Repo: dpdk
*color = pdata[COLOR_OFFSET] & 0x03; /* Destination IP */

	return 0;
}

error: patch failed: examples/qos_sched/app_thread.c:35
error: examples/qos_sched/app_thread.c: patch does not apply
Checking patch examples/qos_sched/cfg_file.c...
error: while searching for:
cfg_load_port(struct rte_cfgfile *cfg, struct rte_sched_port_params *port_params)
{
--

	entry = rte_cfgfile_get_entry(cfg, "port", "frame overhead");
	if (entry)
		port_params->frame_overhead = (uint32_t)atoi(entry);

error: patch failed: examples/qos_sched/cfg_file.c:24
error: examples/qos_sched/cfg_file.c: patch does not apply
Checking patch examples/qos_sched/init.c...
error: while searching for:
	return 0;
}
--

static struct rte_sched_pipe_params pipe_profiles[MAX_SCHED_PIPE_PROFILES] = {
	{ /* Profile #0 */
		.tb_rate = 305175,

error: patch failed: examples/qos_sched/init.c:180
error: examples/qos_sched/init.c: patch does not apply
Checking patch examples/qos_sched/main.h...
error: while searching for:
uint32_t n_active_queues;

extern struct rte_sched_port_params port_params;

int app_parse_args(int argc, char **argv);
int app_init(void);

error: patch failed: examples/qos_sched/main.h:152
error: examples/qos_sched/main.h: patch does not apply
Checking patch examples/qos_sched/profile.cfg...
error: while searching for:
[port]
frame overhead = 24
--
[subport 0]
tb rate = 1250000000           ; Bytes per second
tb size = 1000000              ; Bytes


error: patch failed: examples/qos_sched/profile.cfg:20
error: examples/qos_sched/profile.cfg: patch does not apply
Checking patch examples/qos_sched/profile_ov.cfg...
error: while searching for:
[port]
frame overhead = 24
--
[subport 0]
tb rate = 8400000           ; Bytes per second
tb size = 100000            ; Bytes


error: patch failed: examples/qos_sched/profile_ov.cfg:5
error: examples/qos_sched/profile_ov.cfg: patch does not apply
Checking patch examples/qos_sched/stats.c...
error: while searching for:

	if (i == nb_pfc ||
--
		pipe_id >= port_params.n_pipes_per_subport  ||
		tc >= RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE ||
		q >= RTE_SCHED_BE_QUEUES_PER_PIPE ||
		(tc < RTE_SCHED_TRAFFIC_CLASS_BE && q > 0))

error: patch failed: examples/qos_sched/stats.c:24
error: examples/qos_sched/stats.c: patch does not apply

DPDK STV team

                 reply	other threads:[~2019-10-25 22:16 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='ee68f5$8d9ni8@orsmga001.jf.intel.com' \
    --to=sys_stv@intel.com \
    --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).