Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/61922 _apply issues_ Submitter: Singh, Jasvinder Date: 2019-10-24 18:46:19 Reply_mail: 20191024184630.66881-5-jasvinder.singh@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