[dpdk-test-report] |FAILURE| pw61922[v6, 04/15] sched: add pipe config to subport level

sys_stv at intel.com sys_stv at intel.com
Sat Oct 26 00:13:42 CEST 2019


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

_apply issues_

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

*Repo: dpdk-next-net
int status;

	status = rte_sched_port_check_params(params);
	if (status != 0) {
		RTE_LOG(NOTICE, SCHED,
			"Port scheduler params check failed (%d)\n", status);

		return 0;
	}

	size0 = sizeof(struct rte_sched_port);
--
	return size0 + size1;
}

static void

error: patch failed: lib/librte_sched/rte_sched.c:550
error: lib/librte_sched/rte_sched.c: patch does not apply
*Repo: dpdk
int status;

	status = rte_sched_port_check_params(params);
	if (status != 0) {
		RTE_LOG(NOTICE, SCHED,
			"Port scheduler params check failed (%d)\n", status);

		return 0;
	}

	size0 = sizeof(struct rte_sched_port);
--
	return size0 + size1;
}

static void

error: patch failed: lib/librte_sched/rte_sched.c:550
error: lib/librte_sched/rte_sched.c: patch does not apply

DPDK STV team


More information about the test-report mailing list