* [dpdk-test-report] |FAILURE| pw37419[dpdk-dev, v4, 2/4] app/eventdev: add burst mode for event timer adapter
@ 2018-07-05 8:38 sys_stv
0 siblings, 0 replies; only message in thread
From: sys_stv @ 2018-07-05 8:38 UTC (permalink / raw)
To: test-report
[-- Attachment #1: Type: text/plain, Size: 7745 bytes --]
Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/37419
_apply issues_
Submitter: Pavan Nikhilesh <pbhagavatula@caviumnetworks.com>
Date: 2018-04-06 14:55:20
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...
Hunk #1 succeeded at 107 (offset 9 lines).
error: while searching for:
"\t--prod_type_timerdev : use event timer device as producer.\n"
"\t expity_nsec would be the timeout\n"
"\t in ns.\n"
);
printf("available tests:\n");
evt_test_dump_names();
error: patch failed: app/test-eventdev/evt_options.c:185
error: app/test-eventdev/evt_options.c: patch does not apply
Checking patch app/test-eventdev/evt_options.h...
error: while searching for:
#define EVT_QUEUE_PRIORITY ("queue_priority")
#define EVT_PROD_ETHDEV ("prod_type_ethdev")
#define EVT_PROD_TIMERDEV ("prod_type_timerdev")
#define EVT_HELP ("help")
enum evt_prod_type {
error: patch failed: app/test-eventdev/evt_options.h:33
error: app/test-eventdev/evt_options.h: patch does not apply
Checking patch app/test-eventdev/test_perf_common.c...
Hunk #1 succeeded at 194 (offset 61 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);
else if (t->opt->prod_type == EVT_PROD_TYPE_EVENT_TIMER_ADPTR)
return perf_event_timer_producer(arg);
return 0;
}
error: patch failed: app/test-eventdev/test_perf_common.c:141
error: app/test-eventdev/test_perf_common.c: patch does not apply
*Repo: dpdk-next-eventdev
Checking patch app/test-eventdev/evt_options.c...
Hunk #1 succeeded at 107 (offset 9 lines).
error: while searching for:
"\t--prod_type_timerdev : use event timer device as producer.\n"
"\t expity_nsec would be the timeout\n"
"\t in ns.\n"
);
printf("available tests:\n");
evt_test_dump_names();
error: patch failed: app/test-eventdev/evt_options.c:185
error: app/test-eventdev/evt_options.c: patch does not apply
Checking patch app/test-eventdev/evt_options.h...
error: while searching for:
#define EVT_QUEUE_PRIORITY ("queue_priority")
#define EVT_PROD_ETHDEV ("prod_type_ethdev")
#define EVT_PROD_TIMERDEV ("prod_type_timerdev")
#define EVT_HELP ("help")
enum evt_prod_type {
error: patch failed: app/test-eventdev/evt_options.h:33
error: app/test-eventdev/evt_options.h: patch does not apply
Checking patch app/test-eventdev/test_perf_common.c...
Hunk #1 succeeded at 194 (offset 61 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);
else if (t->opt->prod_type == EVT_PROD_TYPE_EVENT_TIMER_ADPTR)
return perf_event_timer_producer(arg);
return 0;
}
error: patch failed: app/test-eventdev/test_perf_common.c:141
error: app/test-eventdev/test_perf_common.c: patch does not apply
*Repo: dpdk-next-net
Checking patch app/test-eventdev/evt_options.c...
Hunk #1 succeeded at 107 (offset 9 lines).
error: while searching for:
"\t--prod_type_timerdev : use event timer device as producer.\n"
"\t expity_nsec would be the timeout\n"
"\t in ns.\n"
);
printf("available tests:\n");
evt_test_dump_names();
error: patch failed: app/test-eventdev/evt_options.c:185
error: app/test-eventdev/evt_options.c: patch does not apply
Checking patch app/test-eventdev/evt_options.h...
error: while searching for:
#define EVT_QUEUE_PRIORITY ("queue_priority")
#define EVT_PROD_ETHDEV ("prod_type_ethdev")
#define EVT_PROD_TIMERDEV ("prod_type_timerdev")
#define EVT_HELP ("help")
enum evt_prod_type {
error: patch failed: app/test-eventdev/evt_options.h:33
error: app/test-eventdev/evt_options.h: patch does not apply
Checking patch app/test-eventdev/test_perf_common.c...
Hunk #1 succeeded at 194 (offset 61 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);
else if (t->opt->prod_type == EVT_PROD_TYPE_EVENT_TIMER_ADPTR)
return perf_event_timer_producer(arg);
return 0;
}
error: patch failed: app/test-eventdev/test_perf_common.c:141
error: app/test-eventdev/test_perf_common.c: patch does not apply
*Repo: dpdk-next-crypto
Checking patch app/test-eventdev/evt_options.c...
Hunk #1 succeeded at 107 (offset 9 lines).
error: while searching for:
"\t--prod_type_timerdev : use event timer device as producer.\n"
"\t expity_nsec would be the timeout\n"
"\t in ns.\n"
);
printf("available tests:\n");
evt_test_dump_names();
error: patch failed: app/test-eventdev/evt_options.c:185
error: app/test-eventdev/evt_options.c: patch does not apply
Checking patch app/test-eventdev/evt_options.h...
error: while searching for:
#define EVT_QUEUE_PRIORITY ("queue_priority")
#define EVT_PROD_ETHDEV ("prod_type_ethdev")
#define EVT_PROD_TIMERDEV ("prod_type_timerdev")
#define EVT_HELP ("help")
enum evt_prod_type {
error: patch failed: app/test-eventdev/evt_options.h:33
error: app/test-eventdev/evt_options.h: patch does not apply
Checking patch app/test-eventdev/test_perf_common.c...
Hunk #1 succeeded at 194 (offset 61 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);
else if (t->opt->prod_type == EVT_PROD_TYPE_EVENT_TIMER_ADPTR)
return perf_event_timer_producer(arg);
return 0;
}
error: patch failed: app/test-eventdev/test_perf_common.c:141
error: app/test-eventdev/test_perf_common.c: patch does not apply
*Repo: dpdk-next-virtio
Checking patch app/test-eventdev/evt_options.c...
Hunk #1 succeeded at 107 (offset 9 lines).
error: while searching for:
"\t--prod_type_timerdev : use event timer device as producer.\n"
"\t expity_nsec would be the timeout\n"
"\t in ns.\n"
);
printf("available tests:\n");
evt_test_dump_names();
error: patch failed: app/test-eventdev/evt_options.c:185
error: app/test-eventdev/evt_options.c: patch does not apply
Checking patch app/test-eventdev/evt_options.h...
error: while searching for:
#define EVT_QUEUE_PRIORITY ("queue_priority")
#define EVT_PROD_ETHDEV ("prod_type_ethdev")
#define EVT_PROD_TIMERDEV ("prod_type_timerdev")
#define EVT_HELP ("help")
enum evt_prod_type {
error: patch failed: app/test-eventdev/evt_options.h:33
error: app/test-eventdev/evt_options.h: patch does not apply
Checking patch app/test-eventdev/test_perf_common.c...
Hunk #1 succeeded at 194 (offset 61 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);
else if (t->opt->prod_type == EVT_PROD_TYPE_EVENT_TIMER_ADPTR)
return perf_event_timer_producer(arg);
return 0;
}
error: patch failed: app/test-eventdev/test_perf_common.c:141
error: app/test-eventdev/test_perf_common.c: patch does not apply
DPDK STV team
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-07-05 8:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-05 8:38 [dpdk-test-report] |FAILURE| pw37419[dpdk-dev, v4, 2/4] app/eventdev: add burst mode for event timer adapter sys_stv
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).