* [dpdk-test-report] |FAILURE| pw39712[dpdk-dev] net/mlx: fix printing format specifiers
@ 2018-05-10 7:33 sys_stv
0 siblings, 0 replies; 2+ messages in thread
From: sys_stv @ 2018-05-10 7:33 UTC (permalink / raw)
To: test-report; +Cc: xinfengx.zhao, zhaoyan.chen, peipeix.lu
[-- Attachment #1: Type: text/plain, Size: 1164 bytes --]
Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/39712
_apply issues_
Submitter: Yongseok Koh <yskoh@mellanox.com>
Date: 2018-05-10 05:53:21
DPDK git baseline:
Repo:dpdk-master, CommitID: 8ea41438832a360aed2b7ba49fb75e310a2ff1dc
Repo:dpdk-next-eventdev, CommitID: 640b0d1e510e111694c25145466f37867453837f
Repo:dpdk-next-net, CommitID: 774c1892c434dba09998ccc76b956feb72224571
Repo:dpdk-next-crypto, CommitID: 728ca9b0d5abea82cd01dee6645456a9d56215f7
Repo:dpdk-next-virtio, CommitID: 037c0996bc927342f157426739e0cb63f2db8689
*Repo: dpdk-master
fatal: can't open patch '/root/regression_share/patches/39712.patch': No such file or directory
*Repo: dpdk-next-eventdev
fatal: can't open patch '/root/regression_share/patches/39712.patch': No such file or directory
*Repo: dpdk-next-net
fatal: can't open patch '/root/regression_share/patches/39712.patch': No such file or directory
*Repo: dpdk-next-crypto
fatal: can't open patch '/root/regression_share/patches/39712.patch': No such file or directory
*Repo: dpdk-next-virtio
fatal: can't open patch '/root/regression_share/patches/39712.patch': No such file or directory
DPDK STV team
^ permalink raw reply [flat|nested] 2+ messages in thread
* [dpdk-test-report] |FAILURE| pw39712[dpdk-dev] net/mlx: fix printing format specifiers
@ 2018-05-10 8:23 sys_stv
0 siblings, 0 replies; 2+ messages in thread
From: sys_stv @ 2018-05-10 8:23 UTC (permalink / raw)
To: test-report
[-- Attachment #1: Type: text/plain, Size: 5749 bytes --]
Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/39712
_apply issues_
Submitter: Yongseok Koh <yskoh@mellanox.com>
Date: 2018-05-10 05:53:21
DPDK git baseline:
Repo:dpdk-master, CommitID: 8ea41438832a360aed2b7ba49fb75e310a2ff1dc
Repo:dpdk-next-eventdev, CommitID: 640b0d1e510e111694c25145466f37867453837f
Repo:dpdk-next-net, CommitID: 774c1892c434dba09998ccc76b956feb72224571
Repo:dpdk-next-crypto, CommitID: 6dfb76b2943a557c83e1f7fd6561df8dfe16e94c
Repo:dpdk-next-virtio, CommitID: 037c0996bc927342f157426739e0cb63f2db8689
*Repo: dpdk-master
Checking patch drivers/net/mlx4/mlx4_mr.c...
error: while searching for:
lkp_tbl = *bt->table;
/* Find out the slot for insertion. */
if (mr_btree_lookup(bt, &idx, entry->start) != UINT32_MAX) {
DEBUG("abort insertion to B-tree(%p):"
" already exist at idx=%u [0x%lx, 0x%lx) lkey=0x%x",
(void *)bt, idx, entry->start, entry->end, entry->lkey);
/* Already exist, return. */
return 0;
error: patch failed: drivers/net/mlx4/mlx4_mr.c:161
error: drivers/net/mlx4/mlx4_mr.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_mr.c...
error: while searching for:
/* Find out the slot for insertion. */
if (mr_btree_lookup(bt, &idx, entry->start) != UINT32_MAX) {
DRV_LOG(DEBUG,
"abort insertion to B-tree(%p):"
" already exist at idx=%u [0x%lx, 0x%lx) lkey=0x%x",
(void *)bt, idx, entry->start, entry->end, entry->lkey);
/* Already exist, return. */
return 0;
error: patch failed: drivers/net/mlx5/mlx5_mr.c:146
error: drivers/net/mlx5/mlx5_mr.c: patch does not apply
*Repo: dpdk-next-eventdev
Checking patch drivers/net/mlx4/mlx4_mr.c...
error: while searching for:
lkp_tbl = *bt->table;
/* Find out the slot for insertion. */
if (mr_btree_lookup(bt, &idx, entry->start) != UINT32_MAX) {
DEBUG("abort insertion to B-tree(%p):"
" already exist at idx=%u [0x%lx, 0x%lx) lkey=0x%x",
(void *)bt, idx, entry->start, entry->end, entry->lkey);
/* Already exist, return. */
return 0;
error: patch failed: drivers/net/mlx4/mlx4_mr.c:161
error: drivers/net/mlx4/mlx4_mr.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_mr.c...
error: while searching for:
/* Find out the slot for insertion. */
if (mr_btree_lookup(bt, &idx, entry->start) != UINT32_MAX) {
DRV_LOG(DEBUG,
"abort insertion to B-tree(%p):"
" already exist at idx=%u [0x%lx, 0x%lx) lkey=0x%x",
(void *)bt, idx, entry->start, entry->end, entry->lkey);
/* Already exist, return. */
return 0;
error: patch failed: drivers/net/mlx5/mlx5_mr.c:146
error: drivers/net/mlx5/mlx5_mr.c: patch does not apply
*Repo: dpdk-next-net
Checking patch drivers/net/mlx4/mlx4_mr.c...
error: while searching for:
lkp_tbl = *bt->table;
/* Find out the slot for insertion. */
if (mr_btree_lookup(bt, &idx, entry->start) != UINT32_MAX) {
DEBUG("abort insertion to B-tree(%p):"
" already exist at idx=%u [0x%lx, 0x%lx) lkey=0x%x",
(void *)bt, idx, entry->start, entry->end, entry->lkey);
/* Already exist, return. */
return 0;
error: patch failed: drivers/net/mlx4/mlx4_mr.c:161
error: drivers/net/mlx4/mlx4_mr.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_mr.c...
error: while searching for:
/* Find out the slot for insertion. */
if (mr_btree_lookup(bt, &idx, entry->start) != UINT32_MAX) {
DRV_LOG(DEBUG,
"abort insertion to B-tree(%p):"
" already exist at idx=%u [0x%lx, 0x%lx) lkey=0x%x",
(void *)bt, idx, entry->start, entry->end, entry->lkey);
/* Already exist, return. */
return 0;
error: patch failed: drivers/net/mlx5/mlx5_mr.c:146
error: drivers/net/mlx5/mlx5_mr.c: patch does not apply
*Repo: dpdk-next-crypto
Checking patch drivers/net/mlx4/mlx4_mr.c...
error: while searching for:
lkp_tbl = *bt->table;
/* Find out the slot for insertion. */
if (mr_btree_lookup(bt, &idx, entry->start) != UINT32_MAX) {
DEBUG("abort insertion to B-tree(%p):"
" already exist at idx=%u [0x%lx, 0x%lx) lkey=0x%x",
(void *)bt, idx, entry->start, entry->end, entry->lkey);
/* Already exist, return. */
return 0;
error: patch failed: drivers/net/mlx4/mlx4_mr.c:161
error: drivers/net/mlx4/mlx4_mr.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_mr.c...
error: while searching for:
/* Find out the slot for insertion. */
if (mr_btree_lookup(bt, &idx, entry->start) != UINT32_MAX) {
DRV_LOG(DEBUG,
"abort insertion to B-tree(%p):"
" already exist at idx=%u [0x%lx, 0x%lx) lkey=0x%x",
(void *)bt, idx, entry->start, entry->end, entry->lkey);
/* Already exist, return. */
return 0;
error: patch failed: drivers/net/mlx5/mlx5_mr.c:146
error: drivers/net/mlx5/mlx5_mr.c: patch does not apply
*Repo: dpdk-next-virtio
Checking patch drivers/net/mlx4/mlx4_mr.c...
error: while searching for:
lkp_tbl = *bt->table;
/* Find out the slot for insertion. */
if (mr_btree_lookup(bt, &idx, entry->start) != UINT32_MAX) {
DEBUG("abort insertion to B-tree(%p):"
" already exist at idx=%u [0x%lx, 0x%lx) lkey=0x%x",
(void *)bt, idx, entry->start, entry->end, entry->lkey);
/* Already exist, return. */
return 0;
error: patch failed: drivers/net/mlx4/mlx4_mr.c:161
error: drivers/net/mlx4/mlx4_mr.c: patch does not apply
Checking patch drivers/net/mlx5/mlx5_mr.c...
error: while searching for:
/* Find out the slot for insertion. */
if (mr_btree_lookup(bt, &idx, entry->start) != UINT32_MAX) {
DRV_LOG(DEBUG,
"abort insertion to B-tree(%p):"
" already exist at idx=%u [0x%lx, 0x%lx) lkey=0x%x",
(void *)bt, idx, entry->start, entry->end, entry->lkey);
/* Already exist, return. */
return 0;
error: patch failed: drivers/net/mlx5/mlx5_mr.c:146
error: drivers/net/mlx5/mlx5_mr.c: patch does not apply
DPDK STV team
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-05-10 8:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-10 7:33 [dpdk-test-report] |FAILURE| pw39712[dpdk-dev] net/mlx: fix printing format specifiers sys_stv
2018-05-10 8:23 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).