[dpdk-test-report] |FAILURE| pw40939[dpdk-dev] eventdev: add callback for Rx adapter SW transfers

sys_stv at intel.com sys_stv at intel.com
Fri Jun 8 20:29:20 CEST 2018


Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/40939

_apply issues_

Submitter: Nikhil Rao <nikhil.rao at intel.com>
Date: 2018-06-08 18:24:16
DPDK git baseline:
	Repo:dpdk-master, CommitID: b259da7b24e75b967e63f549177e507163719d1a
	Repo:dpdk-next-eventdev, CommitID: 82141ea88c726d320373069fe9064b321baf990d
	Repo:dpdk-next-net, CommitID: e6ec35424011de781b29739fa9618d8f9b9cfd97
	Repo:dpdk-next-crypto, CommitID: b259da7b24e75b967e63f549177e507163719d1a
	Repo:dpdk-next-virtio, CommitID: bdb72af7a66730d71ff7e2078533f5cd7376326d

*Repo: dpdk-master
Checking patch lib/librte_eventdev/rte_event_eth_rx_adapter.h...
error: while searching for:
 * rte_event_eth_rx_adapter_service_id_get() function can be used to retrieve
 * the service function ID of the adapter in this case.
 *
 * Note:
 * 1) Devices created after an instance of rte_event_eth_rx_adapter_create
 *  should be added to a new instance of the rx adapter.

error: patch failed: lib/librte_eventdev/rte_event_eth_rx_adapter.h:63
error: lib/librte_eventdev/rte_event_eth_rx_adapter.h: patch does not apply
Checking patch lib/librte_eventdev/rte_event_eth_rx_adapter.c...
Hunk #1 succeeded at 97 (offset -63 lines).
error: while searching for:
		uint16_t num)
{
	uint32_t i;
	struct eth_device_info *eth_device_info =
					&rx_adapter->eth_devices[eth_dev_id];
--

	int32_t qid = eth_rx_queue_info->event_queue_id;
	uint8_t sched_type = eth_rx_queue_info->sched_type;
	uint8_t priority = eth_rx_queue_info->priority;

error: patch failed: lib/librte_eventdev/rte_event_eth_rx_adapter.c:768
error: lib/librte_eventdev/rte_event_eth_rx_adapter.c: patch does not apply
Checking patch doc/guides/prog_guide/event_ethernet_rx_adapter.rst...
error: while searching for:
CPUs as the lcores of the Rx adapter service function, if the Rx adapter
service function has not been mapped to any lcores, the interrupt thread
is mapped to the master lcore.

error: patch failed: doc/guides/prog_guide/event_ethernet_rx_adapter.rst:168
error: doc/guides/prog_guide/event_ethernet_rx_adapter.rst: patch does not apply
Checking patch lib/librte_eventdev/rte_eventdev_version.map...
*Repo: dpdk-next-eventdev
Checking patch lib/librte_eventdev/rte_event_eth_rx_adapter.h...
error: while searching for:
 * rte_event_eth_rx_adapter_service_id_get() function can be used to retrieve
 * the service function ID of the adapter in this case.
 *
 * Note:
 * 1) Devices created after an instance of rte_event_eth_rx_adapter_create
 *  should be added to a new instance of the rx adapter.

error: patch failed: lib/librte_eventdev/rte_event_eth_rx_adapter.h:63
error: lib/librte_eventdev/rte_event_eth_rx_adapter.h: patch does not apply
Checking patch lib/librte_eventdev/rte_event_eth_rx_adapter.c...
Hunk #1 succeeded at 97 (offset -63 lines).
error: while searching for:
		uint16_t num)
{
	uint32_t i;
	struct eth_device_info *eth_device_info =
					&rx_adapter->eth_devices[eth_dev_id];
--

	int32_t qid = eth_rx_queue_info->event_queue_id;
	uint8_t sched_type = eth_rx_queue_info->sched_type;
	uint8_t priority = eth_rx_queue_info->priority;

error: patch failed: lib/librte_eventdev/rte_event_eth_rx_adapter.c:768
error: lib/librte_eventdev/rte_event_eth_rx_adapter.c: patch does not apply
Checking patch doc/guides/prog_guide/event_ethernet_rx_adapter.rst...
error: while searching for:
CPUs as the lcores of the Rx adapter service function, if the Rx adapter
service function has not been mapped to any lcores, the interrupt thread
is mapped to the master lcore.

error: patch failed: doc/guides/prog_guide/event_ethernet_rx_adapter.rst:168
error: doc/guides/prog_guide/event_ethernet_rx_adapter.rst: patch does not apply
Checking patch lib/librte_eventdev/rte_eventdev_version.map...
*Repo: dpdk-next-net
Checking patch lib/librte_eventdev/rte_event_eth_rx_adapter.h...
error: while searching for:
 * rte_event_eth_rx_adapter_service_id_get() function can be used to retrieve
 * the service function ID of the adapter in this case.
 *
 * Note:
 * 1) Devices created after an instance of rte_event_eth_rx_adapter_create
 *  should be added to a new instance of the rx adapter.

error: patch failed: lib/librte_eventdev/rte_event_eth_rx_adapter.h:63
error: lib/librte_eventdev/rte_event_eth_rx_adapter.h: patch does not apply
Checking patch lib/librte_eventdev/rte_event_eth_rx_adapter.c...
Hunk #1 succeeded at 97 (offset -63 lines).
error: while searching for:
		uint16_t num)
{
	uint32_t i;
	struct eth_device_info *eth_device_info =
					&rx_adapter->eth_devices[eth_dev_id];
--

	int32_t qid = eth_rx_queue_info->event_queue_id;
	uint8_t sched_type = eth_rx_queue_info->sched_type;
	uint8_t priority = eth_rx_queue_info->priority;

error: patch failed: lib/librte_eventdev/rte_event_eth_rx_adapter.c:768
error: lib/librte_eventdev/rte_event_eth_rx_adapter.c: patch does not apply
Checking patch doc/guides/prog_guide/event_ethernet_rx_adapter.rst...
error: while searching for:
CPUs as the lcores of the Rx adapter service function, if the Rx adapter
service function has not been mapped to any lcores, the interrupt thread
is mapped to the master lcore.

error: patch failed: doc/guides/prog_guide/event_ethernet_rx_adapter.rst:168
error: doc/guides/prog_guide/event_ethernet_rx_adapter.rst: patch does not apply
Checking patch lib/librte_eventdev/rte_eventdev_version.map...
*Repo: dpdk-next-crypto
Checking patch lib/librte_eventdev/rte_event_eth_rx_adapter.h...
error: while searching for:
 * rte_event_eth_rx_adapter_service_id_get() function can be used to retrieve
 * the service function ID of the adapter in this case.
 *
 * Note:
 * 1) Devices created after an instance of rte_event_eth_rx_adapter_create
 *  should be added to a new instance of the rx adapter.

error: patch failed: lib/librte_eventdev/rte_event_eth_rx_adapter.h:63
error: lib/librte_eventdev/rte_event_eth_rx_adapter.h: patch does not apply
Checking patch lib/librte_eventdev/rte_event_eth_rx_adapter.c...
Hunk #1 succeeded at 97 (offset -63 lines).
error: while searching for:
		uint16_t num)
{
	uint32_t i;
	struct eth_device_info *eth_device_info =
					&rx_adapter->eth_devices[eth_dev_id];
--

	int32_t qid = eth_rx_queue_info->event_queue_id;
	uint8_t sched_type = eth_rx_queue_info->sched_type;
	uint8_t priority = eth_rx_queue_info->priority;

error: patch failed: lib/librte_eventdev/rte_event_eth_rx_adapter.c:768
error: lib/librte_eventdev/rte_event_eth_rx_adapter.c: patch does not apply
Checking patch doc/guides/prog_guide/event_ethernet_rx_adapter.rst...
error: while searching for:
CPUs as the lcores of the Rx adapter service function, if the Rx adapter
service function has not been mapped to any lcores, the interrupt thread
is mapped to the master lcore.

error: patch failed: doc/guides/prog_guide/event_ethernet_rx_adapter.rst:168
error: doc/guides/prog_guide/event_ethernet_rx_adapter.rst: patch does not apply
Checking patch lib/librte_eventdev/rte_eventdev_version.map...
*Repo: dpdk-next-virtio
Checking patch lib/librte_eventdev/rte_event_eth_rx_adapter.h...
error: while searching for:
 * rte_event_eth_rx_adapter_service_id_get() function can be used to retrieve
 * the service function ID of the adapter in this case.
 *
 * Note:
 * 1) Devices created after an instance of rte_event_eth_rx_adapter_create
 *  should be added to a new instance of the rx adapter.

error: patch failed: lib/librte_eventdev/rte_event_eth_rx_adapter.h:63
error: lib/librte_eventdev/rte_event_eth_rx_adapter.h: patch does not apply
Checking patch lib/librte_eventdev/rte_event_eth_rx_adapter.c...
Hunk #1 succeeded at 97 (offset -63 lines).
error: while searching for:
		uint16_t num)
{
	uint32_t i;
	struct eth_device_info *eth_device_info =
					&rx_adapter->eth_devices[eth_dev_id];
--

	int32_t qid = eth_rx_queue_info->event_queue_id;
	uint8_t sched_type = eth_rx_queue_info->sched_type;
	uint8_t priority = eth_rx_queue_info->priority;

error: patch failed: lib/librte_eventdev/rte_event_eth_rx_adapter.c:768
error: lib/librte_eventdev/rte_event_eth_rx_adapter.c: patch does not apply
Checking patch doc/guides/prog_guide/event_ethernet_rx_adapter.rst...
error: while searching for:
CPUs as the lcores of the Rx adapter service function, if the Rx adapter
service function has not been mapped to any lcores, the interrupt thread
is mapped to the master lcore.

error: patch failed: doc/guides/prog_guide/event_ethernet_rx_adapter.rst:168
error: doc/guides/prog_guide/event_ethernet_rx_adapter.rst: patch does not apply
Checking patch lib/librte_eventdev/rte_eventdev_version.map...

DPDK STV team


More information about the test-report mailing list