From: sys_stv@intel.com
To: test-report@dpdk.org
Subject: [dpdk-test-report] |FAILURE| pw37422[dpdk-dev, v5, 1/4] app/eventdev: add event timer adapter as a producer
Date: 05 Jul 2018 01:38:18 -0700 [thread overview]
Message-ID: <0590c7$22vglf@orsmga001.jf.intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 12050 bytes --]
Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/37422
_apply issues_
Submitter: Pavan Nikhilesh <pbhagavatula@caviumnetworks.com>
Date: 2018-04-06 15:13:21
DPDK git baseline:
Repo:dpdk-master, CommitID: 05e0eee0001cb19671eb7e8d3dd68680a695fea2
Repo:dpdk-next-eventdev, CommitID: aa9cbfc8cd1cae3e91e4741edc2aaf3d08056a39
Repo:dpdk-next-net, CommitID: 0b8b92e38cd55c68e4dc49dd597f62327798ec74
Repo:dpdk-next-crypto, CommitID: a5203e08a5e9b6ee9ffbbf4c150b7776de833b08
Repo:dpdk-next-virtio, CommitID: 9b954f9c455a76304601deb88e2df1549dc9e09a
*Repo: dpdk-master
Checking patch app/test-eventdev/evt_options.c...
error: while searching for:
opt->pool_sz = 16 * 1024;
opt->wkr_deq_dep = 16;
opt->nb_pkts = (1ULL << 26); /* do ~64M packets */
opt->prod_type = EVT_PROD_TYPE_SYNT;
}
error: patch failed: app/test-eventdev/evt_options.c:27
error: app/test-eventdev/evt_options.c: patch does not apply
Checking patch app/test-eventdev/evt_options.h...
error: while searching for:
#include <stdbool.h>
#include <rte_common.h>
#include <rte_eventdev.h>
#include <rte_lcore.h>
error: patch failed: app/test-eventdev/evt_options.h:9
error: app/test-eventdev/evt_options.h: patch does not apply
Checking patch app/test-eventdev/test_perf_atq.c...
error: while searching for:
while (t->done == false) {
uint16_t event = rte_event_dequeue_burst(dev, port, &ev, 1, 0);
if (enable_fwd_latency)
rte_prefetch0(ev.event_ptr);
--
if (enable_fwd_latency)
/* first stage in pipeline, mark ts to compute fwd latency */
atq_mark_fwd_latency(&ev);
error: patch failed: app/test-eventdev/test_perf_atq.c:43
error: app/test-eventdev/test_perf_atq.c: patch does not apply
Checking patch app/test-eventdev/test_perf_common.c...
Hunk #1 succeeded at 194 (offset 122 lines).
error: while searching for:
/* Launch the producer function only in case of synthetic producer. */
if (t->opt->prod_type == EVT_PROD_TYPE_SYNT)
return perf_producer(arg);
return 0;
}
error: patch failed: app/test-eventdev/test_perf_common.c:80
error: app/test-eventdev/test_perf_common.c: patch does not apply
Checking patch app/test-eventdev/test_perf_common.h...
error: while searching for:
#include <rte_ethdev.h>
#include <rte_eventdev.h>
#include <rte_event_eth_rx_adapter.h>
#include <rte_lcore.h>
#include <rte_malloc.h>
#include <rte_mempool.h>
error: patch failed: app/test-eventdev/test_perf_common.h:13
error: app/test-eventdev/test_perf_common.h: patch does not apply
Checking patch app/test-eventdev/test_perf_queue.c...
error: while searching for:
rte_pause();
continue;
}
if (enable_fwd_latency)
/* first q in pipeline, mark timestamp to compute fwd latency */
mark_fwd_latency(&ev, nb_stages);
error: patch failed: app/test-eventdev/test_perf_queue.c:49
error: app/test-eventdev/test_perf_queue.c: patch does not apply
*Repo: dpdk-next-eventdev
Checking patch app/test-eventdev/evt_options.c...
error: while searching for:
opt->pool_sz = 16 * 1024;
opt->wkr_deq_dep = 16;
opt->nb_pkts = (1ULL << 26); /* do ~64M packets */
opt->prod_type = EVT_PROD_TYPE_SYNT;
}
error: patch failed: app/test-eventdev/evt_options.c:27
error: app/test-eventdev/evt_options.c: patch does not apply
Checking patch app/test-eventdev/evt_options.h...
error: while searching for:
#include <stdbool.h>
#include <rte_common.h>
#include <rte_eventdev.h>
#include <rte_lcore.h>
error: patch failed: app/test-eventdev/evt_options.h:9
error: app/test-eventdev/evt_options.h: patch does not apply
Checking patch app/test-eventdev/test_perf_atq.c...
error: while searching for:
while (t->done == false) {
uint16_t event = rte_event_dequeue_burst(dev, port, &ev, 1, 0);
if (enable_fwd_latency)
rte_prefetch0(ev.event_ptr);
--
if (enable_fwd_latency)
/* first stage in pipeline, mark ts to compute fwd latency */
atq_mark_fwd_latency(&ev);
error: patch failed: app/test-eventdev/test_perf_atq.c:43
error: app/test-eventdev/test_perf_atq.c: patch does not apply
Checking patch app/test-eventdev/test_perf_common.c...
Hunk #1 succeeded at 194 (offset 122 lines).
error: while searching for:
/* Launch the producer function only in case of synthetic producer. */
if (t->opt->prod_type == EVT_PROD_TYPE_SYNT)
return perf_producer(arg);
return 0;
}
error: patch failed: app/test-eventdev/test_perf_common.c:80
error: app/test-eventdev/test_perf_common.c: patch does not apply
Checking patch app/test-eventdev/test_perf_common.h...
error: while searching for:
#include <rte_ethdev.h>
#include <rte_eventdev.h>
#include <rte_event_eth_rx_adapter.h>
#include <rte_lcore.h>
#include <rte_malloc.h>
#include <rte_mempool.h>
error: patch failed: app/test-eventdev/test_perf_common.h:13
error: app/test-eventdev/test_perf_common.h: patch does not apply
Checking patch app/test-eventdev/test_perf_queue.c...
error: while searching for:
rte_pause();
continue;
}
if (enable_fwd_latency)
/* first q in pipeline, mark timestamp to compute fwd latency */
mark_fwd_latency(&ev, nb_stages);
error: patch failed: app/test-eventdev/test_perf_queue.c:49
error: app/test-eventdev/test_perf_queue.c: patch does not apply
*Repo: dpdk-next-net
Checking patch app/test-eventdev/evt_options.c...
error: while searching for:
opt->pool_sz = 16 * 1024;
opt->wkr_deq_dep = 16;
opt->nb_pkts = (1ULL << 26); /* do ~64M packets */
opt->prod_type = EVT_PROD_TYPE_SYNT;
}
error: patch failed: app/test-eventdev/evt_options.c:27
error: app/test-eventdev/evt_options.c: patch does not apply
Checking patch app/test-eventdev/evt_options.h...
error: while searching for:
#include <stdbool.h>
#include <rte_common.h>
#include <rte_eventdev.h>
#include <rte_lcore.h>
error: patch failed: app/test-eventdev/evt_options.h:9
error: app/test-eventdev/evt_options.h: patch does not apply
Checking patch app/test-eventdev/test_perf_atq.c...
error: while searching for:
while (t->done == false) {
uint16_t event = rte_event_dequeue_burst(dev, port, &ev, 1, 0);
if (enable_fwd_latency)
rte_prefetch0(ev.event_ptr);
--
if (enable_fwd_latency)
/* first stage in pipeline, mark ts to compute fwd latency */
atq_mark_fwd_latency(&ev);
error: patch failed: app/test-eventdev/test_perf_atq.c:43
error: app/test-eventdev/test_perf_atq.c: patch does not apply
Checking patch app/test-eventdev/test_perf_common.c...
Hunk #1 succeeded at 194 (offset 122 lines).
error: while searching for:
/* Launch the producer function only in case of synthetic producer. */
if (t->opt->prod_type == EVT_PROD_TYPE_SYNT)
return perf_producer(arg);
return 0;
}
error: patch failed: app/test-eventdev/test_perf_common.c:80
error: app/test-eventdev/test_perf_common.c: patch does not apply
Checking patch app/test-eventdev/test_perf_common.h...
error: while searching for:
#include <rte_ethdev.h>
#include <rte_eventdev.h>
#include <rte_event_eth_rx_adapter.h>
#include <rte_lcore.h>
#include <rte_malloc.h>
#include <rte_mempool.h>
error: patch failed: app/test-eventdev/test_perf_common.h:13
error: app/test-eventdev/test_perf_common.h: patch does not apply
Checking patch app/test-eventdev/test_perf_queue.c...
error: while searching for:
rte_pause();
continue;
}
if (enable_fwd_latency)
/* first q in pipeline, mark timestamp to compute fwd latency */
mark_fwd_latency(&ev, nb_stages);
error: patch failed: app/test-eventdev/test_perf_queue.c:49
error: app/test-eventdev/test_perf_queue.c: patch does not apply
*Repo: dpdk-next-crypto
Checking patch app/test-eventdev/evt_options.c...
error: while searching for:
opt->pool_sz = 16 * 1024;
opt->wkr_deq_dep = 16;
opt->nb_pkts = (1ULL << 26); /* do ~64M packets */
opt->prod_type = EVT_PROD_TYPE_SYNT;
}
error: patch failed: app/test-eventdev/evt_options.c:27
error: app/test-eventdev/evt_options.c: patch does not apply
Checking patch app/test-eventdev/evt_options.h...
error: while searching for:
#include <stdbool.h>
#include <rte_common.h>
#include <rte_eventdev.h>
#include <rte_lcore.h>
error: patch failed: app/test-eventdev/evt_options.h:9
error: app/test-eventdev/evt_options.h: patch does not apply
Checking patch app/test-eventdev/test_perf_atq.c...
error: while searching for:
while (t->done == false) {
uint16_t event = rte_event_dequeue_burst(dev, port, &ev, 1, 0);
if (enable_fwd_latency)
rte_prefetch0(ev.event_ptr);
--
if (enable_fwd_latency)
/* first stage in pipeline, mark ts to compute fwd latency */
atq_mark_fwd_latency(&ev);
error: patch failed: app/test-eventdev/test_perf_atq.c:43
error: app/test-eventdev/test_perf_atq.c: patch does not apply
Checking patch app/test-eventdev/test_perf_common.c...
Hunk #1 succeeded at 194 (offset 122 lines).
error: while searching for:
/* Launch the producer function only in case of synthetic producer. */
if (t->opt->prod_type == EVT_PROD_TYPE_SYNT)
return perf_producer(arg);
return 0;
}
error: patch failed: app/test-eventdev/test_perf_common.c:80
error: app/test-eventdev/test_perf_common.c: patch does not apply
Checking patch app/test-eventdev/test_perf_common.h...
error: while searching for:
#include <rte_ethdev.h>
#include <rte_eventdev.h>
#include <rte_event_eth_rx_adapter.h>
#include <rte_lcore.h>
#include <rte_malloc.h>
#include <rte_mempool.h>
error: patch failed: app/test-eventdev/test_perf_common.h:13
error: app/test-eventdev/test_perf_common.h: patch does not apply
Checking patch app/test-eventdev/test_perf_queue.c...
error: while searching for:
rte_pause();
continue;
}
if (enable_fwd_latency)
/* first q in pipeline, mark timestamp to compute fwd latency */
mark_fwd_latency(&ev, nb_stages);
error: patch failed: app/test-eventdev/test_perf_queue.c:49
error: app/test-eventdev/test_perf_queue.c: patch does not apply
*Repo: dpdk-next-virtio
Checking patch app/test-eventdev/evt_options.c...
error: while searching for:
opt->pool_sz = 16 * 1024;
opt->wkr_deq_dep = 16;
opt->nb_pkts = (1ULL << 26); /* do ~64M packets */
opt->prod_type = EVT_PROD_TYPE_SYNT;
}
error: patch failed: app/test-eventdev/evt_options.c:27
error: app/test-eventdev/evt_options.c: patch does not apply
Checking patch app/test-eventdev/evt_options.h...
error: while searching for:
#include <stdbool.h>
#include <rte_common.h>
#include <rte_eventdev.h>
#include <rte_lcore.h>
error: patch failed: app/test-eventdev/evt_options.h:9
error: app/test-eventdev/evt_options.h: patch does not apply
Checking patch app/test-eventdev/test_perf_atq.c...
error: while searching for:
while (t->done == false) {
uint16_t event = rte_event_dequeue_burst(dev, port, &ev, 1, 0);
if (enable_fwd_latency)
rte_prefetch0(ev.event_ptr);
--
if (enable_fwd_latency)
/* first stage in pipeline, mark ts to compute fwd latency */
atq_mark_fwd_latency(&ev);
error: patch failed: app/test-eventdev/test_perf_atq.c:43
error: app/test-eventdev/test_perf_atq.c: patch does not apply
Checking patch app/test-eventdev/test_perf_common.c...
Hunk #1 succeeded at 194 (offset 122 lines).
error: while searching for:
/* Launch the producer function only in case of synthetic producer. */
if (t->opt->prod_type == EVT_PROD_TYPE_SYNT)
return perf_producer(arg);
return 0;
}
error: patch failed: app/test-eventdev/test_perf_common.c:80
error: app/test-eventdev/test_perf_common.c: patch does not apply
Checking patch app/test-eventdev/test_perf_common.h...
error: while searching for:
#include <rte_ethdev.h>
#include <rte_eventdev.h>
#include <rte_event_eth_rx_adapter.h>
#include <rte_lcore.h>
#include <rte_malloc.h>
#include <rte_mempool.h>
error: patch failed: app/test-eventdev/test_perf_common.h:13
error: app/test-eventdev/test_perf_common.h: patch does not apply
Checking patch app/test-eventdev/test_perf_queue.c...
error: while searching for:
rte_pause();
continue;
}
if (enable_fwd_latency)
/* first q in pipeline, mark timestamp to compute fwd latency */
mark_fwd_latency(&ev, nb_stages);
error: patch failed: app/test-eventdev/test_perf_queue.c:49
error: app/test-eventdev/test_perf_queue.c: patch does not apply
DPDK STV team
reply other threads:[~2018-07-05 8:38 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='0590c7$22vglf@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).