[dpdk-test-report] |FAILURE| pw37166[dpdk-dev, v2] pdump: change to use generic multi-process channel
sys_stv at intel.com
sys_stv at intel.com
Thu Jul 5 10:31:47 CEST 2018
Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/37166
_apply issues_
Submitter: Jianfeng Tan <jianfeng.tan at intel.com>
Date: 2018-04-04 15:08:08
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/pdump/main.c...
error: while searching for:
"[mbuf-size=<mbuf data size>default:2176],"
"[total-num-mbufs=<number of mbufs>default:65535]'\n"
"[--server-socket-path=<server socket dir>"
"default:/var/run/.dpdk/ (or) ~/.dpdk/]\n"
"[--client-socket-path=<client socket dir>"
"default:/var/run/.dpdk/ (or) ~/.dpdk/]\n",
prgname);
}
error: patch failed: app/pdump/main.c:155
error: app/pdump/main.c: patch does not apply
Checking patch doc/guides/rel_notes/deprecation.rst...
error: while searching for:
be added between the producer and consumer structures. The size of the
structure and the offset of the fields will remain the same on
platforms with 64B cache line, but will change on other platforms.
error: patch failed: doc/guides/rel_notes/deprecation.rst:153
error: doc/guides/rel_notes/deprecation.rst: patch does not apply
Checking patch doc/guides/rel_notes/release_18_05.rst...
error: while searching for:
Also, make sure to start the actual text at the margin.
=========================================================
Shared Library Versions
-----------------------
error: patch failed: doc/guides/rel_notes/release_18_05.rst:114
error: doc/guides/rel_notes/release_18_05.rst: patch does not apply
Checking patch lib/librte_pdump/Makefile...
error: while searching for:
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2016 Intel Corporation
include $(RTE_SDK)/mk/rte.vars.mk
--
CFLAGS += $(WERROR_FLAGS) -I$(SRCDIR) -O3
CFLAGS += -D_GNU_SOURCE
LDLIBS += -lpthread
error: patch failed: lib/librte_pdump/Makefile:1
error: lib/librte_pdump/Makefile: patch does not apply
Checking patch lib/librte_pdump/rte_pdump.c...
error: while searching for:
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2016 Intel Corporation
*/
#include <sys/socket.h>
--
#include <rte_memcpy.h>
#include <rte_mbuf.h>
#include <rte_ethdev.h>
error: patch failed: lib/librte_pdump/rte_pdump.c:1
error: lib/librte_pdump/rte_pdump.c: patch does not apply
Checking patch lib/librte_pdump/rte_pdump.h...
error: while searching for:
uint32_t flags);
/**
* Allows applications to set server and client socket paths.
* If specified path is null default path will be selected, i.e.
*"/var/run/" for root user and "$HOME" for non root user.
error: patch failed: lib/librte_pdump/rte_pdump.h:163
error: lib/librte_pdump/rte_pdump.h: patch does not apply
*Repo: dpdk-next-eventdev
Checking patch app/pdump/main.c...
error: while searching for:
"[mbuf-size=<mbuf data size>default:2176],"
"[total-num-mbufs=<number of mbufs>default:65535]'\n"
"[--server-socket-path=<server socket dir>"
"default:/var/run/.dpdk/ (or) ~/.dpdk/]\n"
"[--client-socket-path=<client socket dir>"
"default:/var/run/.dpdk/ (or) ~/.dpdk/]\n",
prgname);
}
error: patch failed: app/pdump/main.c:155
error: app/pdump/main.c: patch does not apply
Checking patch doc/guides/rel_notes/deprecation.rst...
error: while searching for:
be added between the producer and consumer structures. The size of the
structure and the offset of the fields will remain the same on
platforms with 64B cache line, but will change on other platforms.
error: patch failed: doc/guides/rel_notes/deprecation.rst:153
error: doc/guides/rel_notes/deprecation.rst: patch does not apply
Checking patch doc/guides/rel_notes/release_18_05.rst...
error: while searching for:
Also, make sure to start the actual text at the margin.
=========================================================
Shared Library Versions
-----------------------
error: patch failed: doc/guides/rel_notes/release_18_05.rst:114
error: doc/guides/rel_notes/release_18_05.rst: patch does not apply
Checking patch lib/librte_pdump/Makefile...
error: while searching for:
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2016 Intel Corporation
include $(RTE_SDK)/mk/rte.vars.mk
--
CFLAGS += $(WERROR_FLAGS) -I$(SRCDIR) -O3
CFLAGS += -D_GNU_SOURCE
LDLIBS += -lpthread
error: patch failed: lib/librte_pdump/Makefile:1
error: lib/librte_pdump/Makefile: patch does not apply
Checking patch lib/librte_pdump/rte_pdump.c...
error: while searching for:
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2016 Intel Corporation
*/
#include <sys/socket.h>
--
#include <rte_memcpy.h>
#include <rte_mbuf.h>
#include <rte_ethdev.h>
error: patch failed: lib/librte_pdump/rte_pdump.c:1
error: lib/librte_pdump/rte_pdump.c: patch does not apply
Checking patch lib/librte_pdump/rte_pdump.h...
error: while searching for:
uint32_t flags);
/**
* Allows applications to set server and client socket paths.
* If specified path is null default path will be selected, i.e.
*"/var/run/" for root user and "$HOME" for non root user.
error: patch failed: lib/librte_pdump/rte_pdump.h:163
error: lib/librte_pdump/rte_pdump.h: patch does not apply
*Repo: dpdk-next-net
Checking patch app/pdump/main.c...
error: while searching for:
"[mbuf-size=<mbuf data size>default:2176],"
"[total-num-mbufs=<number of mbufs>default:65535]'\n"
"[--server-socket-path=<server socket dir>"
"default:/var/run/.dpdk/ (or) ~/.dpdk/]\n"
"[--client-socket-path=<client socket dir>"
"default:/var/run/.dpdk/ (or) ~/.dpdk/]\n",
prgname);
}
error: patch failed: app/pdump/main.c:155
error: app/pdump/main.c: patch does not apply
Checking patch doc/guides/rel_notes/deprecation.rst...
error: while searching for:
be added between the producer and consumer structures. The size of the
structure and the offset of the fields will remain the same on
platforms with 64B cache line, but will change on other platforms.
error: patch failed: doc/guides/rel_notes/deprecation.rst:153
error: doc/guides/rel_notes/deprecation.rst: patch does not apply
Checking patch doc/guides/rel_notes/release_18_05.rst...
error: while searching for:
Also, make sure to start the actual text at the margin.
=========================================================
Shared Library Versions
-----------------------
error: patch failed: doc/guides/rel_notes/release_18_05.rst:114
error: doc/guides/rel_notes/release_18_05.rst: patch does not apply
Checking patch lib/librte_pdump/Makefile...
error: while searching for:
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2016 Intel Corporation
include $(RTE_SDK)/mk/rte.vars.mk
--
CFLAGS += $(WERROR_FLAGS) -I$(SRCDIR) -O3
CFLAGS += -D_GNU_SOURCE
LDLIBS += -lpthread
error: patch failed: lib/librte_pdump/Makefile:1
error: lib/librte_pdump/Makefile: patch does not apply
Checking patch lib/librte_pdump/rte_pdump.c...
error: while searching for:
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2016 Intel Corporation
*/
#include <sys/socket.h>
--
#include <rte_memcpy.h>
#include <rte_mbuf.h>
#include <rte_ethdev.h>
error: patch failed: lib/librte_pdump/rte_pdump.c:1
error: lib/librte_pdump/rte_pdump.c: patch does not apply
Checking patch lib/librte_pdump/rte_pdump.h...
error: while searching for:
uint32_t flags);
/**
* Allows applications to set server and client socket paths.
* If specified path is null default path will be selected, i.e.
*"/var/run/" for root user and "$HOME" for non root user.
error: patch failed: lib/librte_pdump/rte_pdump.h:163
error: lib/librte_pdump/rte_pdump.h: patch does not apply
*Repo: dpdk-next-crypto
Checking patch app/pdump/main.c...
error: while searching for:
"[mbuf-size=<mbuf data size>default:2176],"
"[total-num-mbufs=<number of mbufs>default:65535]'\n"
"[--server-socket-path=<server socket dir>"
"default:/var/run/.dpdk/ (or) ~/.dpdk/]\n"
"[--client-socket-path=<client socket dir>"
"default:/var/run/.dpdk/ (or) ~/.dpdk/]\n",
prgname);
}
error: patch failed: app/pdump/main.c:155
error: app/pdump/main.c: patch does not apply
Checking patch doc/guides/rel_notes/deprecation.rst...
error: while searching for:
be added between the producer and consumer structures. The size of the
structure and the offset of the fields will remain the same on
platforms with 64B cache line, but will change on other platforms.
error: patch failed: doc/guides/rel_notes/deprecation.rst:153
error: doc/guides/rel_notes/deprecation.rst: patch does not apply
Checking patch doc/guides/rel_notes/release_18_05.rst...
error: while searching for:
Also, make sure to start the actual text at the margin.
=========================================================
Shared Library Versions
-----------------------
error: patch failed: doc/guides/rel_notes/release_18_05.rst:114
error: doc/guides/rel_notes/release_18_05.rst: patch does not apply
Checking patch lib/librte_pdump/Makefile...
error: while searching for:
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2016 Intel Corporation
include $(RTE_SDK)/mk/rte.vars.mk
--
CFLAGS += $(WERROR_FLAGS) -I$(SRCDIR) -O3
CFLAGS += -D_GNU_SOURCE
LDLIBS += -lpthread
error: patch failed: lib/librte_pdump/Makefile:1
error: lib/librte_pdump/Makefile: patch does not apply
Checking patch lib/librte_pdump/rte_pdump.c...
error: while searching for:
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2016 Intel Corporation
*/
#include <sys/socket.h>
--
#include <rte_memcpy.h>
#include <rte_mbuf.h>
#include <rte_ethdev.h>
error: patch failed: lib/librte_pdump/rte_pdump.c:1
error: lib/librte_pdump/rte_pdump.c: patch does not apply
Checking patch lib/librte_pdump/rte_pdump.h...
error: while searching for:
uint32_t flags);
/**
* Allows applications to set server and client socket paths.
* If specified path is null default path will be selected, i.e.
*"/var/run/" for root user and "$HOME" for non root user.
error: patch failed: lib/librte_pdump/rte_pdump.h:163
error: lib/librte_pdump/rte_pdump.h: patch does not apply
*Repo: dpdk-next-virtio
Checking patch app/pdump/main.c...
error: while searching for:
"[mbuf-size=<mbuf data size>default:2176],"
"[total-num-mbufs=<number of mbufs>default:65535]'\n"
"[--server-socket-path=<server socket dir>"
"default:/var/run/.dpdk/ (or) ~/.dpdk/]\n"
"[--client-socket-path=<client socket dir>"
"default:/var/run/.dpdk/ (or) ~/.dpdk/]\n",
prgname);
}
error: patch failed: app/pdump/main.c:155
error: app/pdump/main.c: patch does not apply
Checking patch doc/guides/rel_notes/deprecation.rst...
error: while searching for:
be added between the producer and consumer structures. The size of the
structure and the offset of the fields will remain the same on
platforms with 64B cache line, but will change on other platforms.
error: patch failed: doc/guides/rel_notes/deprecation.rst:153
error: doc/guides/rel_notes/deprecation.rst: patch does not apply
Checking patch doc/guides/rel_notes/release_18_05.rst...
error: while searching for:
Also, make sure to start the actual text at the margin.
=========================================================
Shared Library Versions
-----------------------
error: patch failed: doc/guides/rel_notes/release_18_05.rst:114
error: doc/guides/rel_notes/release_18_05.rst: patch does not apply
Checking patch lib/librte_pdump/Makefile...
error: while searching for:
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2016 Intel Corporation
include $(RTE_SDK)/mk/rte.vars.mk
--
CFLAGS += $(WERROR_FLAGS) -I$(SRCDIR) -O3
CFLAGS += -D_GNU_SOURCE
LDLIBS += -lpthread
error: patch failed: lib/librte_pdump/Makefile:1
error: lib/librte_pdump/Makefile: patch does not apply
Checking patch lib/librte_pdump/rte_pdump.c...
error: while searching for:
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2016 Intel Corporation
*/
#include <sys/socket.h>
--
#include <rte_memcpy.h>
#include <rte_mbuf.h>
#include <rte_ethdev.h>
error: patch failed: lib/librte_pdump/rte_pdump.c:1
error: lib/librte_pdump/rte_pdump.c: patch does not apply
Checking patch lib/librte_pdump/rte_pdump.h...
error: while searching for:
uint32_t flags);
/**
* Allows applications to set server and client socket paths.
* If specified path is null default path will be selected, i.e.
*"/var/run/" for root user and "$HOME" for non root user.
error: patch failed: lib/librte_pdump/rte_pdump.h:163
error: lib/librte_pdump/rte_pdump.h: patch does not apply
DPDK STV team
More information about the test-report
mailing list